diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-20 11:04:45 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-20 11:04:45 -0500 |
commit | 6828cd84a118e647b617d7fb2ef437587d83bd16 (patch) | |
tree | 9b7d03d7270cd8172ebe85a0cc608f96632c8a94 /doc/tips | |
parent | 4176c3483ddd3a12d57676c5ed6dfcc49796fbc0 (diff) | |
download | ikiwiki-6828cd84a118e647b617d7fb2ef437587d83bd16.tar ikiwiki-6828cd84a118e647b617d7fb2ef437587d83bd16.tar.gz |
note
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn b/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn index 1c9ecdc8c..cf9327395 100644 --- a/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn +++ b/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn @@ -5,4 +5,9 @@ areas. This allows you to edit ikiwiki pages with a real text editor through the ikiwiki web interface, rather than only with direct commit access. --[[JoshTriplett]] -For Firefox or Iceweasel users, the vimperator extension is also a good idea. You can press Ctrl-I in the insert mode of vimperator and switch to an external editor, e.g. Vim. --[[WeakishJiang]] +For Firefox or Iceweasel users, the vimperator extension is also a good +idea. You can press Ctrl-I in the insert mode of vimperator and switch to +an external editor, e.g. Vim. --[[WeakishJiang]] + +Finally, with wikis configured to allow, [[untrusted_git_push]], you can +ditch the browser altogether. --[[Joey]] |