pbek / QOwnNotes

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.
https://www.qownnotes.org/
GNU General Public License v2.0
4.63k stars 410 forks source link

Tags, keywords and note metadata. #2222

Closed geomule closed 2 years ago

geomule commented 3 years ago

Hi folks,

at the bottom of this page there is a broken link that is suppose to copy tags in the note itself i.e. so that the same tag is in the SQL database and in the note itself.

I'm trying to implement a Zettelkasten workflow in QOwnnotes and keywords (although tags and keywords are not the same thing, you can use the tag feature in QON as a surrogate of a keyword which is a fundamental pillar of Zettelkasten) a fundamental piece of the puzzle. I'm having to enter tags manually in the note as well as in the SQL database at the moment. Not very effective ...

Suggestions please?

Also note that its interesting that QOwnnotes has chosen the route of tags. Tags, from what I understand are mostly used to categorise see here; keywords are used to optimise search. In fact, when you save a bookmark in Firefox, you can add both tags and keywords. Is this something that could be considered for QON? I'm a super fan of Nextcloud so I understand the need to avoid breaking compatibility with Own/Nextcloud.

pbek commented 3 years ago

The file is here: https://github.com/pbek/QOwnNotes/blob/develop/docs/scripting/examples/use-tag-names-in-filename.qml

pbek commented 3 years ago

If you want to keep your tags inside the note files there is a scripting api for that and several scripts in the script repository are using it (search for tag in the script repository). This way you could also use "QOwnNotes tags" with the QOwnNotes web companion browser extension.

pbek commented 3 years ago

Of course you can always implement your own tagging with https://www.qownnotes.org/scripting/hooks.html#notetaggingbyobjecthook or https://www.qownnotes.org/scripting/hooks.html#notetagginghook.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.