Open kjk opened 4 months ago
We have Ctrl + B to navigate between blocks.
Ctrl + B
Add a command (Navigate within Markdown ?) that allows navigating within a large markdown block.
Navigate within Markdown
We would construct table of contents based on headers H1 - H4 (i.e. # to ####) with similar UI to Ctrl + B and Ctrl + P.
H1
H4
#
####
Ctrl + P
We would indent h2 - h4, so it displays like a tree.
h2
h4
We have
Ctrl + B
to navigate between blocks.Add a command (
Navigate within Markdown
?) that allows navigating within a large markdown block.We would construct table of contents based on headers
H1
-H4
(i.e.#
to####
) with similar UI toCtrl + B
andCtrl + P
.We would indent
h2
-h4
, so it displays like a tree.