atom-asciidoc-preview icon indicating copy to clipboard operation
atom-asciidoc-preview copied to clipboard

Tree view

Open anthonny opened this issue 10 years ago • 2 comments

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

anthonny avatar May 16 '14 23:05 anthonny

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.

mojavelinux avatar May 18 '14 01:05 mojavelinux

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

satirebird avatar Feb 09 '17 21:02 satirebird