EmacsPmWikiMode
<< DiscussionForum | Pages | Longlines >>
Table of Contents |
Goal
Primarily, to allow the use of Emacs for editing wiki pages in a PmWiki wiki wiki web. Secondarily, to allow browsing of the source code of wiki pages from within Emacs.
Solution
The solution is a new mode for Emacs called pmwiki-mode. See EmacsModes.pmwiki-mode for more details.
Discusssion
Editing text using a form inside a browser window is inefficient compared to using e.g. Emacs. Below are some of the things pmwiki-mode for Emacs allows you to do:
- Open a wiki page in a wiki wiki web directly into Emacs
- Edit the syntax highlighted source of the page in Emacs
- Save the modified page back to the wiki wiki web.
For further details and installation instructions, see EmacsModes.pmwiki-mode.
Examples of keyboard shortcuts in pmwiki-mode
Key | Binding | Comment |
C-c | Prefix | |
C-c C-p | pmwiki-prev | Go to previous PmWiki/WikiWord |
C-c C-n | pmwiki-next | Go to next PmWiki/WikiWord |
C-c C-g | pmwiki-follow | Open page pointed to by PmWiki/WikiWord |
C-c C-o | pmwiki-open | Open a page |
C-c C-c | pmwiki-save | Save current page back to PmWiki/WikiEngine |
C-c C-b | pmwiki-browse | Open page in a browser |
Contributor
- Christian Ridderström
See also
Copyright
GPL
Screenshot
Attach:Attach:Emacs-pmwiki-mode-screenshot.png Δ
Download pmwiki-mode
Below are links to various versions of pmwiki-mode.
User releases
The links below point to archives with releases of pmwiki-mode that are intendend for normal users. See the change log for information about the differences between releases. As a normal user, you should always download the latest release.
- CVS-version
- Release 1.4 pre2 (tar.gz)Δ
- Release 1.4 pre1 (tar.gz)Δ
- Release 1.4 pre (tar.gz)Δ
- Release 1.3 (tar.gz)Δ
- Release 1.2 (tar.gz)Δ
- Release 1.1 (tar.gz)Δ
- Release 1.0.0 (tar.gz)Δ
Development releases
The releases below are the development versions of pmwiki-mode, i.e. they include some extra files and scripts that can be useful for anyone interested in further developing pmwiki-mode. See the change log for information about the differences between releases. Normally, you should of course download the latest release.