1h ago
Add a folder view option to display a certain node
Currently, folders can show notes or tasks inside them.
I'd like to add a 3rd option: a Note. So I can just write into the folder as a text note, like any other note. I can reference this note by referencing the directory.
Obviously, internally that would mean having a note of a special name (`__index__` or similar?) inside that directory, that is not shown in the sidebar, and which would be aliased in linking. And if I ever change the view of that folder back to another option, the index note will become visible, and the contents won't be lost.
Pending