dullage / flatnotes

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

Add config option to show "Recently modified" in read-only mode #170

Closed anantone closed 5 months ago

anantone commented 7 months ago

I'm running two instances on the same data folder, one with password auth for myself to edit notes, the other in read-only mode for public viewing. Once logged in with password, I can see "RECENTLY MODIFIED" notes under the search bar of landing page. In read-only mode, I can't. Is it possible to modify this?

Thank you! Great app, love the simplicity and efficiency!

dullage commented 7 months ago

Hey @anantone. I like the idea and it would certainly be possible by adding a new config option. I'll keep this in mind for future improvements.

anantone commented 5 months ago

Awesome

dullage commented 5 months ago

Reopening to leave as an open suggestion.

anantone commented 5 months ago

I thought you'd done it? It certainly works on my instance now...

dullage commented 5 months ago

I thought you'd done it? It certainly works on my instance now...

Oh! Looks like a bug that slipped into v5! What I'll probably do is implement this config option rather than fix the bug. That keeps things flexible. I'll keep this open as a reminder.