Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
adorsch59 opened this issue Jul 13, 2024 · 5 comments

Comments

@adorsch59
Copy link

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
Copy link
Author

@kamtschatka
Copy link
Contributor

kamtschatka commented Jul 13, 2024

Sounds like this? #45
ok sounds like this is only for markdown and does not need to work by simply checking the checkbox using the mouse?

kamtschatka added a commit to kamtschatka/hoarder-app that referenced this issue Jul 13, 2024
… do a check list into an item hoarder-app#300

added the possibility to add checkboxes
@kamtschatka
Copy link
Contributor

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.

MohamedBassem pushed a commit that referenced this issue Jul 14, 2024
…s and auto links #300 (#302)

added the possibility to add checkboxes
@adorsch59
Copy link
Author

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
Copy link
Collaborator

This got released in the last release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants