dullage / flatnotes

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

Note Sharing #21

Open dullage opened 2 years ago

dullage commented 2 years ago

In the spirit of simple and database-less, the current plan is to generate temporary pre-signed URLs but this needs to be explored.

DrMxrcy commented 2 years ago

Great Idea!

pbogre commented 1 year ago

might be worth looking at projects like markdownpastebin and rentry

ItsNoted commented 11 months ago

Any progress on this? I'd really like to share notes publicly. Perhaps even a page showing all public notes would be great.

dullage commented 11 months ago

No progress as yet I'm afraid but it's still high up on my list. It's just a case of getting some time to work on it.

In the meantime, a somewhat clunky workaround might be to run a separate no-auth or read-only instance for the shared notes. Maybe you could use the same directory to store them but docker mount the individual files you want to share for the shared instance.

webysther commented 10 months ago

@dullage maybe create this as a feture-flag on ENV and be disable by default, if someone don't want just keep disabled.

mangoose20026 commented 1 month ago

any chance of getting this?

dullage commented 1 month ago

any chance of getting this?

There's certainly a high chance as I really want this feature myself. I'll try and find some time to finish off the work I started on it.

MarcS1975 commented 4 weeks ago

Hi - I was wondering is there a feature that alows me to give a link for one note to another user just to read the paper? Maybe this is part of this discussion but it would be amazing to do simple sharing, even just as read-only. Of course the other notes would have to be hidden from that user. Just an idea. :)