- Added option to auto collapse the outline
- Change the outline styling to use syntax colors like atom-ide outline
- Improve contrast of currently selected outline
- Icon for outline pane
- Fix for issue #58 - return focus to editor after clicking heading
- Changed outline view to use virtual dom for more consistent performance
- Support the outline view in Atom IDE
- Misc bug fixes
- Misc bug fixes
- Only support latest versions of Atom
- Speed up Latex parsing by using (experimental) native buffer search, also improve performance in fallback mode.
- Allow heading tags in latex
- Converted to use Docks
- more options for highlighting and scrolling
- Don't generate items for commented out latex headings
- Improve performance while highlighting
- Fix for latex/beamer handling #17
- Remember the outline width between documents
- Improved fix for editor slowdown over time issue
- Added basic ASCIIDOC support
- Improved performance (lower memory)
- Fixes for slow-down over time under certain conditions
- Use commonmark to do proper parsing of markdown headings.
- Revert requirement for blank line after heading
- Added support for Setext headers (@komeda-shinji )
- Added support for RST files (@komeda-shinji)
- Fixes for some memory leaks
- Nicer auto-scroll of outline
- More robust handling of header nesting
- Better handling of Latex header hierarchy