initial-commit

This commit is contained in:
nicwands
2026-02-24 13:32:15 -05:00
commit fe12109209
5 changed files with 1070 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "takerofnotes-plugin-filesystem",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"author": "nicwands",
"license": "MIT",
"description": "Filesystem storage plugin for Taker of Notes",
"dependencies": {
"electron": "^40.6.0",
"gray-matter": "^4.0.3",
"takerofnotes-plugin-sdk": "^0.1.0"
}
}