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

Markdown support for to-do list entries #1492

Open
6 tasks
r4dh4l opened this issue Sep 2, 2021 · 2 comments
Open
6 tasks

Markdown support for to-do list entries #1492

r4dh4l opened this issue Sep 2, 2021 · 2 comments
Labels
A-Composer O-Occasional Affects or can be seen by some users regularly or most users rarely T-Enhancement X-Spec-Changes

Comments

@r4dh4l
Copy link

r4dh4l commented Sep 2, 2021

Your use case

What would you like to do?

I would like to create tick-able to-do lists with markdown like a shopping list:

  • Fruits
    • Bananas
    • Apples
  • Meat
    • Gnus
    • Penguins

Why would you like to do it?

My current way to handle a to-do list is writing every list item as single post and delete the post/task that I've completed (fast but you loose the checklist) or to add an ✅ emoji (time-consuming but you can keep the checklist).

How would you like to achieve it?

I know that GitLab provides tick-able to-do lists in the following way:

- [ ] Fruits
    - [ ] Bananas
    - [ ] Apples
- [ ] Meat
    - [ ] Gnus
    - [ ] Penguins

At least for the desktop client of Element this would be a proper way (maybe not really for the mobile apps because of the special characters).

Have you considered any alternatives?

No response

Additional context

No response

@SimonBrandner SimonBrandner added A-Composer O-Occasional Affects or can be seen by some users regularly or most users rarely Z-Upstream labels Sep 2, 2021
@germain-gg
Copy link

Thank you for sharing your ideas regarding the support for to-do list entries

I believe what brings a lot of value with those checkboxes would be the share their checked state with everyone.
There are to my knowledge no way of achieving this in the spec at the moment. For this to work we would need a way to send an event that toggles a checkbox status

I'd encourage you to read about the specification contribution guide to see how you would move this forward

@MadLittleMods
Copy link

Related to #330

@t3chguy t3chguy transferred this issue from element-hq/element-web Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Composer O-Occasional Affects or can be seen by some users regularly or most users rarely T-Enhancement X-Spec-Changes
Projects
None yet
Development

No branches or pull requests

4 participants