diff options
Diffstat (limited to 'SI/.obsidian/plugins/note-refactor-obsidian/manifest.json')
| -rw-r--r-- | SI/.obsidian/plugins/note-refactor-obsidian/manifest.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/SI/.obsidian/plugins/note-refactor-obsidian/manifest.json b/SI/.obsidian/plugins/note-refactor-obsidian/manifest.json new file mode 100644 index 0000000..f1fdc2a --- /dev/null +++ b/SI/.obsidian/plugins/note-refactor-obsidian/manifest.json @@ -0,0 +1,9 @@ +{ + "id": "note-refactor-obsidian", + "name": "Note Refactor", + "version": "1.8.2", + "description": "Extract note content into new notes and split notes", + "isDesktopOnly": false, + "js": "main.js", + "css": "style.css" +} |
