Sublime text is so nice that plenty of people use it for actual writing as well as coding. But many actual writers want outline view functionality.
I am looking for a sublime text package which offers keyboard shortcuts for markdown files which provide outlining functionality similar to Microsoft Word (which is a good outliner, if nothing else), i.e:
- show all headings up to a given level, and selectively expand or roll-up a given heading
- (and/or) change shift-tab in the SmartMarkdown package so it cycles thru all unfolded, just H1, then all Headings, but no bodytext.
- 4 options for moving a headline (and all material which belongs to it, i.e. body text and all lower-level subheads, as far as the next same-level head): up, down, promote, demote (mapped to say alt+the arrow keys),
- 4 more options same as above but just move the heading without the material that belongs to it (say add Shift key for this).
Relevant packages are SmartMarkdown which has only a fraction of these https://github.com/demon386/SmartMarkdown/issues/10 and markdownEditing https://github.com/SublimeText-Markdown/MarkdownEditing/issues/171
Real outline junkies need most or all of what I set out above. I would like to offer a small bounty for this, anyone else interested?