Does Tolaria support tags? #1070
Unanswered
apastuszak
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Tags would be useful for a note-taking workflow, but I would decide the syntax and indexing semantics before adding a UI button. Markdown headings already use #, so a tag syntax such as #project or a frontmatter list needs a clear rule for when it is a tag and when it is a heading. A practical first version could:
The data model should store the note ID and normalized tag separately from the visible text, so renaming a tag does not require rewriting every note at once. If Tolaria is intentionally keeping the core small, an indexed search query or frontmatter-only version would be a good incremental option. The documentation could then state clearly whether tags are unsupported, planned, or only available through a plugin. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I heavily use tags in my note-taking. I'm looking through the documentation and I don't see any support for tags.
All reactions