]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn
Untested backport to Ubuntu trusty.
[git.ikiwiki.info.git] / doc / tips / using_the_web_interface_with_a_real_text_editor.mdwn
1 [[!meta date="2007-04-14 20:18:12 +0000"]]
3 If you use Firefox or Iceweasel, the [It's All
4 Text](https://addons.mozilla.org/en-US/firefox/addon/4125) extension allows
5 you to use a real text editor like Emacs or Vim to edit the contents of text
6 areas.  This allows you to edit ikiwiki pages with a real text editor through
7 the ikiwiki web interface, rather than only with direct commit 
8 access. --[[JoshTriplett]] 
10 Chrome and chromium have [Edit with
11 Emacs](https://chrome.google.com/webstore/detail/ljobjlafonikaiipfkggjbhkghgicgoh)
12 for those who use Emacs -- RĂ©mi Vanicat
14 For Firefox or Iceweasel users, the vimperator extension is also a good
15 idea.  You can press Ctrl-I in the insert mode of vimperator and switch to
16 an external editor, e.g. Vim. --[[WeakishJiang]]
18 Finally, with wikis configured to allow, [[untrusted_git_push]], you can
19 ditch the browser altogether. --[[Joey]]