rednotebook icon indicating copy to clipboard operation
rednotebook copied to clipboard

Support markdown checkbox.

Open roachsinai opened this issue 4 years ago • 1 comments

Versions

RedNotebook version: 2-17.1

Operating system and version:Manjaro 19.0.1

Expected behavior

support Markdown checkbox!

  • [ ] this

and

  • [x] this

Actual behavior

image

roachsinai avatar Mar 02 '20 01:03 roachsinai

x is the letter, so it will confuse spell checker and pollute tag cloud. Moreover, x can be confused with ☒.

It's better to support following notation:

  • [ ] TODO
  • [+] Ok
  • [-] Fail

And render them as ☐, ☑, and ☒.

  • ☐ TODO
  • ☑ OK
  • ☒ Fail

PS.

Or just add a hotkey to insert emoji, e.g. Ctrl-E + e for empty checkbox, Ctrl-E + o for OK, Ctrl-E + f for Fail, etc.

vlisivka avatar Jan 06 '22 13:01 vlisivka

This issue will be automatically fixed if we add Markdown support in #560.

jendrikseipp avatar Dec 29 '22 20:12 jendrikseipp