]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn
note
[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 For Firefox or Iceweasel users, the vimperator extension is also a good
9 idea.  You can press Ctrl-I in the insert mode of vimperator and switch to
10 an external editor, e.g. Vim. --[[WeakishJiang]]
11
12 Finally, with wikis configured to allow, [[untrusted_git_push]], you can
13 ditch the browser altogether. --[[Joey]]