Furkanzmc / zettelkasten.nvim

A Vim Philosophy Oriented Zettelkasten Note Taking Plugin
The Unlicense
227 stars 10 forks source link

Support creating source note reference without a dedicated file #8

Closed Furkanzmc closed 2 years ago

Furkanzmc commented 2 years ago

Currently, the only way to create a note ID is by creating an associated file. It might be useful to be able to just associate a file with multiple references.

# 2022-02-27-06-05-03 This is how you create a note ID

Then `[[2022-02-27-06-05-03]]` is used to refer to this note.
But what If I wanted to also use `[[my custom note id]]` to refer to this note as well?
Furkanzmc commented 2 years ago

I think tags could be used for this purpose. One can prefix a tag with a special word to refer to the same note with different things. The implementation for this issue would be unnecessarily complicated.