Closed adorsch59 closed 2 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?
I opened a PR to add this feature. Looks like this:
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.
I opened a PR to add this feature. Looks like this:
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.
This got released in the last release
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. Thank You in advance.