updating info.json for zettelkasten and snippets and some fixes#289
updating info.json for zettelkasten and snippets and some fixes#289pbek merged 6 commits intoqownnotes:mainfrom
Conversation
| "platforms": ["linux", "macos", "windows"], | ||
| "minAppVersion": "26.4.11", | ||
| "description": "Zettelkasten support: generates configurable note IDs and inserts [[filename|ID]] wiki-links to notes detected by a configurable ECMAScript ID pattern.", | ||
| "description": "Generates configurable note IDs and inserts links supporting those IDs using the Zettelkasten method. \n\n<b>Usage</b>\nSelect 'Insert Zettelkasten ID' from the menu will create a unique ID into your file. You can configure the ID pattern to your liking in the script options, using an ECMAScript regeg. \nThen you can insert from an other document a link to the first one, using the 'insert Zettelkasten link' from the menu. You can select the correct link using a filter from filename or the ID, and it will create a [[filename|ID]] wiki-links to notes. The detection pattern has also to be configured into the plugin options, to match the ID generation (the default option will match the preconfigured ID pattern anyway).", |
There was a problem hiding this comment.
Select 'Insert Zettelkasten ID' from the menu will create a unique ID into your file
Which menu? The user will not know. 😉 If that's a custom action, just write that it's a custom action.
|
Also, I saw a wiki-links setting, maybe you need to mention that you are depending on a QOwnNotes setting too! |
Fix subfolders link generation
I've done it. I've also fixed a case if you have several subfolders, the wiki link created would have been [[subfolder-name/note-name|idxxxxxxxx]], and then qownnotes wouldn't recognize it because it only searches for note-name |
|
Prettier is still complaining... |
|
And if you sneak in some updates to the scripts (or includes) with this info.json PR you also need to bump the versions of the scripts. 😉 |
|
@pbek ok, I've increased the versions, and I've also found out how to run prettier with npx |
I hope it's more understandable now...