diff --git a/insert-moc/info.json b/insert-moc/info.json index 9b9780f..e12731b 100644 --- a/insert-moc/info.json +++ b/insert-moc/info.json @@ -5,6 +5,6 @@ "authors": ["@netlimpopo"], "platforms": ["linux", "macos", "windows"], "version": "0.0.1", - "minAppVersion": "25.12.7", + "minAppVersion": "26.1.6", "description": "This script generates a list of clickable links which map to every single .md note within the active note folder (= 'Map of contents (M.O.C.)'). It displays the links in a table format along with the relative filepaths of the files. Furthermore it sorts the links in alphabetical order. \n The difference to the 'Table of Contents' script lies in the fact, that the T.O.C script creates links to headings of the same document whereas this M.O.C. script creates references to every single notename in the active note folder.\n Usage \n.
  1. Select the highest folder hierachy (!).
  2. Create a new note with an arbitrary name in the highest note hierachy (note level).
  3. Click the M.O.C button in the script menu. Then the script will overwrite all of the current note content and will insert the linkslist.
\n\n Warning \n Note that all of the content of the selcted note will be replaced by the table of contents link list. Therefore it is essential to create a new note and exclusively use this note for the M.O.C list.\n automatic updates\n In case you rename a note, the markdown links in the M.O.C will be automatically updated too, as QOwnNotes watches all markdownlinks and checks links for necessary updates. \n However, if one creates a new note anywhere, the script must be excecuted again, as it will otherwise not watch for file additions nor will it add a new link to the list.\n Also if you want to move the M.O.C file to a different location, all the links will be updated accordingly thanks to the QOwnNotes logic. \n An M.O.C. can act as a navitational site (especially when all files are exported as static .html pages) and provide an overview of all available notes. The idea is strongly influenced by the Obsidian plugin 'Waypoint' see Waypoint Obsidian. " }