Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rougier/org-imenu

org-mode side menu with filtering capability
https://github.com/rougier/org-imenu

emacs imenu lisp org-mode

Last synced: about 1 month ago
JSON representation

org-mode side menu with filtering capability

Awesome Lists containing this project

README

        

* Org imenu
[[https://github.com/rougier/org-imenu-filter][
org-imenu]] shows a sidebar displaying the Imenu and allows the user to filter which headlines are shown using the interactive ~org-imenu-filter-select~ that uses the same syntax as [[https://orgmode.org/worg/org-tutorials/advanced-searching.html][org-mode search]]. This is very similar to [[https://github.com/alphapapa/org-sidebar][org-sidebar]] without the [[https://github.com/alphapapa/org-ql][org-ql]] dependency which means that org-imenu is probably less powerful than org-sidebar.

** Usage

~M-x: org-imenu~

** Key bindings:

- ~f~ : Filter items
- ~g~ : Update org-imenu
- ~tab~ : Fold/unfold item
- ~+~ / ~-~ : Increase/decrease depth
- ~s-tab~ : Fold/unfold all items
- ~space~ : Show current item
- ~enter~ : Go to current item

** Screenshot

[[file:org-imenu.png]]