]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn
major overhaul - mention my project as the main one for moinmoin but keep a reference...
[ikiwiki.git] / doc / tips / using_the_web_interface_with_a_real_text_editor.mdwn
1 If you use Firefox or Iceweasel, the [It's All
2 Text](https://addons.mozilla.org/en-US/firefox/addon/4125) extension allows
3 you to use a real text editor like Emacs or Vim to edit the contents of text
4 areas.  This allows you to edit ikiwiki pages with a real text editor through
5 the ikiwiki web interface, rather than only with direct commit 
6 access. --[[JoshTriplett]] 
7
8 Chrome and chromium have [Edit with
9 Emacs](https://chrome.google.com/webstore/detail/ljobjlafonikaiipfkggjbhkghgicgoh)
10 for those who use Emacs -- RĂ©mi Vanicat
11
12 For Firefox or Iceweasel users, the vimperator extension is also a good
13 idea.  You can press Ctrl-I in the insert mode of vimperator and switch to
14 an external editor, e.g. Vim. --[[WeakishJiang]]
15
16 Finally, with wikis configured to allow, [[untrusted_git_push]], you can
17 ditch the browser altogether. --[[Joey]]