You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to put #<tag> forward as an alternative option. Not only have twitter and similar service made the #<tag> syntax ubiquitous, but also other note taking apps such as vscode-markdown-notes (used by foam), Zettlr, Obsidian, Roam Research and probably many more use it.
Note to self: internally, tags should be represented as yet another query -- no different from regular link queries. Just as links establish edges on the graph, so too will tags introduce a tag-labelled edge.
For example, the inline text #daily can be transformed internally into <z:tag/daily>, and then neuron can process tags in the same manner as links. Incidentally this makes implementing inline tags simpler.
It was @jared-w who prompted me into thinking about this, and maybe he has further ideas.
Allow using tags inline in the zettel content.
Example:
Meta tags should be supported, but now we parse for
@<tag>
in the body as well.The text was updated successfully, but these errors were encountered: