Open bschlagel opened 4 months ago
A couple suggestions for lists:
list shortcut should be a toggle — right now it only adds a list, but it'd be nice if it can also turn selected list blocks back to regular text blocks (I guess it's have to remove any indent in this case too)
list fold / unfold ALL would be useful — especially if you want to view collapsed version of a list someone else made…I think could be either separate shortcuts for fold / unfold, or a toggle (latter is simpler, but a bit more ambiguity if only some parts of a list are already folded)
separate:
toggle: cmd-opt-shift-enter = toggle fold / unfold
Big list of keyboard shortcuts we want across the app!
general selection and nav
text formatting
markdown - basics
# h1
,## h2
,### h3
**bold**
*italic*
***bold AND italic***
> blockquote
1. numbered
or- bulleted
- see more re: lists in #4~~strikethrough~~
==highlight==
wrapped in backticks like these examples
markdown - nice to have / not sure
- [ ]
or- [x]
+ render pretty checkboxes[title](url)
cool but we can do later