atom-asciidoc-preview
atom-asciidoc-preview copied to clipboard
Tree view
Rough code to create an AsciiDoc outline in ctags. We could extrapolate to create tree view for Atom. https://github.com/mojavelinux/gedit-source-code-browser/blob/asciidoc-outline-py3/sourcecodebrowser/bin/ctags-wrapper
One thing we need to work out is how to make Atom jump to a line of code in the editor. If you see a reference in the docs, link it here for R&D.
I added a ctag configuration to the symbol-view package. This allows to navigate to the headings with the ctrl-r shortcut. See atom/symbols-view#210