manifest.json 288 B

12345678910
  1. {
  2. "id": "folder-note-plugin",
  3. "name": "Folder Note",
  4. "version": "0.7.3",
  5. "minAppVersion": "0.9.12",
  6. "description": "Click a folder node to show a note describing the folder.",
  7. "author": "xpgo",
  8. "authorUrl": "https://github.com/xpgo/obsidian-folder-note",
  9. "isDesktopOnly": false
  10. }