remove electron dependency

This commit is contained in:
nicwands
2026-02-24 13:50:13 -05:00
parent b32310463c
commit 38a1319f2d
3 changed files with 1 additions and 791 deletions

View File

@@ -1,5 +1,3 @@
import path from 'path'
import { app } from 'electron'
import FileSystemAdapter from './FileSystemAdapter'
import { definePlugin } from 'takerofnotes-plugin-sdk'
@@ -14,7 +12,7 @@ export default definePlugin({
key: 'notesDir',
label: 'Notes Directory',
type: 'directory',
default: path.join(app.getPath('userData'), 'notes'),
default: '__DEFAULT_USER_DATA__/notes',
required: true,
},
],