sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
https://linkding.link/
MIT License
6.38k stars 300 forks source link

Allow Notes as Separate Entry #807

Open maxalentix opened 1 month ago

maxalentix commented 1 month ago

This would be an enhancement request. I would like to see the ability to create a note as a separate entry in LinkDing. The note would have it's own URL specific to the LinkDing installation. The way I use this (currently in Shaarli) is I create a note on a topic (example: Motorcycles) and in the note text field, I use markdown to add descriptions and URLs to sites related to that note. The note would also have tags and be searchable.

This feature is the only obstacle that is keeping me from migrating away from Shaarli to Linkding as I have many notes and links in Shaarli. I think LinkDing is a better product as it is updated more frequently and it has more features.

What do you think?

sissbruecker commented 3 weeks ago

I was thinking about this as well. I'm storing smaller code snippets and CLI prompts in linkding, and always go through an extra step of creating a Gist in Github.

So far I haven't made up my mind on how to evolve the data model and the UI to work with different types of items, so I've put this on hold for now.