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

Checkbox functionality #76

Open
1 of 3 tasks
kenshin-takahiro opened this issue Feb 8, 2024 · 6 comments
Open
1 of 3 tasks

Checkbox functionality #76

kenshin-takahiro opened this issue Feb 8, 2024 · 6 comments
Labels
bug Something isn't working help wanted Extra attention is needed high priority

Comments

@kenshin-takahiro
Copy link

kenshin-takahiro commented Feb 8, 2024

It would be great if you could enable checkboxes in the notes section of the tasks.
As you probably know the markdown syntax is this:
- [ ]

It would look like this:

  • Subtask 1
  • Subtask 2
  • Subtask 3
@BaldissaraMatheus BaldissaraMatheus added bug Something isn't working high priority labels Feb 8, 2024
@BaldissaraMatheus
Copy link
Owner

Yeah, that's something I plan to work on very soon. I could be wrong, but it looks like the editor we're using does not support checkboxes. If that's the case we'll need to switch to a different editor

Also reported in #70

@BaldissaraMatheus
Copy link
Owner

BaldissaraMatheus commented Feb 10, 2024

It seems like StacksEditor, the editor we are currently using, implements the CommonMark specification, which does not support task list / checkboxes. So we'll have to switch to a different editor that supports GFM. This change will require some effort so I will not be able to deliver for the next release (which is going to be done this weekend), but is certainly going to be the focus for the next one

Edit: Investigating a bit, I think it may be achieved by adding this functionality as a plugin, but right know I'm not sure

Edit 2: I reported an issue about this feature in the editor repo

@kenshin-takahiro
Copy link
Author

Looking forward to it for sure! Also if you can eventually show in the front of the card the amount of checkboxes that exist inside and how many of them are checked (i.e. 2/3, similar to how planka does it).

@BaldissaraMatheus
Copy link
Owner

BaldissaraMatheus commented Feb 12, 2024

I appreciate any suggestions on editors that works similarly as the one we currently use (must have markdown and rich text mode, local images upload, can be customized with css).

If someone knows one please add a comment in this thread. I'm also adding pinning the issue so more people can see it.

@BaldissaraMatheus BaldissaraMatheus pinned this issue Feb 12, 2024
@kenshin-takahiro
Copy link
Author

I'd appreciate any suggestions on editors that works similarly as the one we currently use (must have markdown and rich text mode, upload local images, can be customized with css).

If someone knows one please add a comment in this thread. I'm also adding pinning the issue so more people can see it.

The built-in text/md editor in Nextcloud is pretty full featured, although I don't think it has rich text, but it has everything else. I think it is this one here: https://github.com/nextcloud/text
It looks very good:
image

@lephtHanded
Copy link

also please choose one that has the copy functionality in the code block

like this one does  ----------->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed high priority
Projects
None yet
Development

No branches or pull requests

3 participants