tasks icon indicating copy to clipboard operation
tasks copied to clipboard

[Feature Request] Tick markdown checkbox in description

Open molivier-io opened this issue 4 years ago • 1 comments

Hi,

I wonder if it could be possible to tick markdown checkbox in descriptions?

Steps to reproduce

  1. Create checkboxes in description in markdown syntax:
- [ ] item 1
- [ ] item 2
- [ ] item 3
  1. Select the main task in nextcloud interface
  2. Trying to tick one or anoter checkbox in description with the mouse

Expected behaviour

The checkbox should be ticked.

Actual behaviour

Nothing happens

Server configuration

tasks version: 0.13.6 Nextcloud version: 20.0.6 - 20.0.6.1

EDIT: Actually description is in preview and when we clic in the description "frame" we enter in edit mode. Maybe it would imply to have a clear edit mode and preview modes for markdown/rendered view, as with Deck?

molivier-io avatar Apr 09 '21 19:04 molivier-io

I think you have two options:

  1. Use sub tasks (which don’t always sync well with other apps)
  2. Think of an implementation of Markdown parsing

ann0see avatar Aug 05 '21 20:08 ann0see