Feature Request - Add "Check List" Button + Keyboard Shortcut to Editor (Comments/Descriptions) #3497
Labels
No Label
area/internal-code
changes requested
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#3497
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Version information:
Steps to reproduce:
* [ ] ...
.Expected behavior:
Next to the buttons for adding Unordered/Ordered List, I would like to see the addition of a Check List button. Possible solution can be seen in the editor here on Gitea.
Actual behavior:
Manually entering the check list sequence is needed.
Downside of current implementation
You need to type the exact sequence with spaces in the right places
* [ ] ...
. Missing spaces at any of the places will not render Markdown correctly.Upside of requested implementation
Pressing a button or a shortcut, can enter the needed sequence for correct markdown rendering and thus omit the problems in typing manually.
This will hopefully be resolved once we switch to tiptap.