I have used KDE’s kile
to edit LaTeX files, and it shows document structure as a tree on the left panel so that one could skip from one section to another in a text file, while editing, using the tree-view. The \section{}
and \subsection{}
LaTeX markers are used for this if I am not mistaken.
Markdown or Pandoc-Markdown also has #
, ##
, and ###
as markers for sections and subsections.
It would be nice if there were an atom plugin/package that allowed for quick navigation of a Pandoc-Markdown or LaTeX file via what is now the tree-view panel.