;;;;;;;;;;;;;;;;; Table of Contents [[Quickstart]] [[Explanation]] [[Example usage]] [[See Also]] [[Prior Art]] [[Notes]] [[Bugs]] [[Compatibility and Requirements]] [[Todo]] [[License]] [[Code]] ;;;;;;;;;;;;;;;;; [[' symbol, too, but that simply indicates the default forward-search navigation. Both forward and backward navigation will wrap around the ends of the file without prompting. Leading and trailing space inside a link is ignored. From the keyboard: control-c control-w skip forward in the buffer to the next link control-c control-W skip backward in the buffer to the previous link return if positioned on a link, activate it tab if positioned on a link, skip forward in the buffer to the next link of any kind (need not match the current link) S-tab if positioned on a link, skip backward in the buffer to the previous link of any kind (need not not match the current link) Advanced usage: Bracketed links may contain external URLs [[http://google.com]] Or they may use various internally-recognized URI schemes: visit: navigates to another file [[visit:/etc/hosts]] [[visit:/path/to/another/file:NameOfLink]] func: navigates to the definition of a function [[func:main]] line: navigates to a line number [[line:12]] visit: may be combined with other schemes: [[visit:/path/to/another/file:func:main]] [[visit:/etc/hosts:line:5]] Path names and similar strings are subjected to URI-style unescaping before lookup. To link a filename which contains a colon, substitute "%3A" for the colon character. See the documentation for the function wiki-nav for more information. [[ org-mode Carsten Dominik [[>> together within a file like org-mode radio links patch font-lock to support keyword searching in comment only, like 'keep, only different - maybe not needed if using a func instead of a regexp in keyword raised button style option break down monolithic dispatch function wiki-nav-action-1 schemes to add search: regexp: elisp: wiki-nav-links can be optimized by tracking which buffers are completely fontified - doesn't font-lock do that? similarly, speed up wiki-nav-find-any-link by remembering if the buffer is fontified, or switch to searching by regexp version of wiki-nav-find-any-link that does not wrap wiki-nav-ido can only go to one occurrence of a duplicate - may not always be first toggle key for switching to all buffers within wiki-nav-ido prompt sort recently-used items first in wiki-nav-ido - see yas/insert-snippet for example [[