SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions

WikiNavMode

Overview

Wiki-nav mode is a minor mode for navigating files via [[wiki-style]] double-bracketed links.

It is not related to EmacsWikiMode and similar tools for building a personal Wiki. Instead, wiki-nav mode is designed to help you navigate around in the files you already have.

It provides functionality similar to LinkdMode. Wiki-nav mode uses a different syntax than LinkdMode, is simpler and less sophisticated.

Availability

Wiki-nav is distributed with ButtonLockMode:

https://github.com/rolandwalker/button-lock

and is also available via EmacsWiki

Lisp:wiki-nav.el

Compatibility and Requirements

Tested only on GNU Emacs version 24.1

Requires ButtonLockMode

Uses if present: NavFlash, BackButton


CategoryHypermedia CategoryNavigation CategoryModes