dullage / flatnotes

A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.
MIT License
1.23k stars 75 forks source link

Add tag menu to editor #186

Open onichandame opened 3 months ago

onichandame commented 3 months ago

Thanks for adding tag suggestions to the search field in v5. It's a marvelous job!

One missing feature of tag suggestions, I'd say, is when we type '#' and follow it with a non-space character in the editor. is this already on the radar?

dullage commented 3 months ago

I like the idea. I would have done it as part of the v5 overhaul but it's a fair bit trickier to achieve in the editor due to menu positioning.