Skip to content

updating info.json for zettelkasten and snippets and some fixes#289

Merged
pbek merged 6 commits intoqownnotes:mainfrom
luginf:snippets-zettelkasten-doc
May 5, 2026
Merged

updating info.json for zettelkasten and snippets and some fixes#289
pbek merged 6 commits intoqownnotes:mainfrom
luginf:snippets-zettelkasten-doc

Conversation

@luginf
Copy link
Copy Markdown
Contributor

@luginf luginf commented May 2, 2026

I hope it's more understandable now...

Comment thread zettelkasten/info.json Outdated
"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).",
Copy link
Copy Markdown
Member

@pbek pbek May 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@pbek
Copy link
Copy Markdown
Member

pbek commented May 3, 2026

Also, I saw a wiki-links setting, maybe you need to mention that you are depending on a QOwnNotes setting too!

@luginf
Copy link
Copy Markdown
Contributor Author

luginf commented May 3, 2026

Also, I saw a wiki-links setting, maybe you need to mention that you are depending on a QOwnNotes setting too!

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

@pbek
Copy link
Copy Markdown
Member

pbek commented May 4, 2026

Prettier is still complaining...

@pbek
Copy link
Copy Markdown
Member

pbek commented May 4, 2026

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. 😉

@luginf
Copy link
Copy Markdown
Contributor Author

luginf commented May 5, 2026

@pbek ok, I've increased the versions, and I've also found out how to run prettier with npx

@pbek pbek changed the title updating info.json for zettelkasten and snippets updating info.json for zettelkasten and snippets and some fixes May 5, 2026
@pbek pbek merged commit c3ac2de into qownnotes:main May 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants