Get flexwiki.el out of the FwContrib workspace. I'll assume you're putting it in a directory called ~/emacs/site/flexwiki.
Add the following to your .emacs file :
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; This sets up my FlexWiki mode
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(add-to-list 'load-path (expand-file-name "~/emacs/site/flexwiki"))
(add-to-list 'auto-mode-alist '("\\.wiki$" . flexwiki-mode))
(require 'flexwiki)
Usage
Open up a file with a .wiki extension. This should put you into flexwiki major mode. If you type a WikiWord, it should turn blue. If you hit ctrl-enter while on a wiki word, it will jump to a buffer that holds that page. If you hit ctrl-right arrow at the end of a partially completed WikiWord, it will autocomplete it for you.
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
an emacs major mode for setting up an interconnected set of pages using the FlexWiki markup language.
1/24/2008 8:27:41 AM - FLWCOM-jwdavidson
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
1/24/2008 8:03:42 AM - FLWCOM-jwdavidson
the SourceForge workspace where FwSync, FlexWikiPad, FwDocGen, FlexWikiEmacsMode, and wikidpad2flexwiki live.
9/10/2005 9:21:36 AM - 128.107.253.42
A WikiWord is a PascalCased word. It identifies a topic (=page) on a wiki.
1/24/2008 8:17:48 AM - FLWCOM-jwdavidson
A WikiWord is a PascalCased word. It identifies a topic (=page) on a wiki.
1/24/2008 8:17:48 AM - FLWCOM-jwdavidson
A GUI editor for writing wiki pages using the FlexWiki syntax.
7/3/2008 7:42:10 AM - 207.35.224.2
The software running this site. -> jump to HomePage