]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips.mdwn
* Add postformtext parameter to inline.
[ikiwiki.git] / doc / tips.mdwn
index 9af326072e063b2225745741e9e1432d4339fb1b..c5faa45b391040b112d3765558127eb63ddd322f 100644 (file)
@@ -1,5 +1,7 @@
 This page is a place to document tips and techniques for using ikiwiki.
 
+[[toc ]]
+
 ## wikiannounce
 
 One thing I use ikiwiki for is the web pages for software projects I
@@ -18,3 +20,23 @@ I should mention that I also have a
 write blog posts in a text editor. The first line I enter is used as the
 title, and it automatically comes up with a unique page name based on the
 title and handles all the details of posting to my blog. --[[Joey]]
+
+## using the web interface with a real text editor
+
+If you use Firefox or Iceweasel, the [It's All
+Text](https://addons.mozilla.org/en-US/firefox/addon/4125) extension allows
+you to use a real text editor like Emacs or Vim to edit the contents of text
+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]]
+
+## using ikiwiki as an issue tracker
+
+[[This_article|issue_tracking]] has some thoughts and tips on using ikiwiki
+as a BTS, as is done on this very wiki to track [[bugs]] and [[todo]] items
+for ikiwiki.
+
+## redirections for usedirs
+
+Want to turn on the `usedirs` setting on an existing wiki without breaking
+all the links into it? Here's [[how|usedirs_redirections]].