hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
6.63k stars 240 forks source link

[Feature Request] inside an item, add the Memos "checkbox" feature to do a check list into an item #300

Closed adorsch59 closed 2 months ago

adorsch59 commented 4 months ago

In Memos, we can use - [ ] or - [x] to create a list of checkboxes inside a note. It will be very usefull in Hoarder. I really like this feature. image Thank You in advance.

adorsch59 commented 4 months ago

Memos: image https://www.usememos.com/docs/getting-started/content-syntax

kamtschatka commented 4 months ago

Sounds like this? https://github.com/hoarder-app/hoarder/issues/45 ok sounds like this is only for markdown and does not need to work by simply checking the checkbox using the mouse?

kamtschatka commented 4 months ago

I opened a PR to add this feature. Looks like this: image

Unfortunately it is not very tight and that is because of the way those markdowns are displayed in general. They are using tailwindcss with prose, which adds a lot of margin/padding to the items. I think that styling is something that should be discussed in general though, so I did not make any effort to fix that now.

adorsch59 commented 4 months ago

I opened a PR to add this feature. Looks like this: image

Unfortunately it is not very tight and that is because of the way those markdowns are displayed in general. They are using tailwindcss with prose, which adds a lot of margin/padding to the items. I think that styling is something that should be discussed in general though, so I did not make any effort to fix that now.

Yes! this is exactly that. Need to handle checklist/checkbox. Creation using markdown or not, on my side I don't care, I think the memos checkbox syntax is easy to use. And, yes, we must be able to interact with the checkbox with the mouse.

I thing your PR will answer my need, so this ticket can be closed when the release is done. Thank you.

MohamedBassem commented 2 months ago

This got released in the last release