aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorhttp://cgray.myopenid.com/ <cgray@web>2011-12-16 14:41:45 -0400
committeradmin <admin@branchable.com>2011-12-16 14:41:45 -0400
commit65de762da95071f1b85af5ca465bdbcbc2b3e991 (patch)
treee27bb820a8ba3c65c957f2a9589acf79232b6698 /doc/todo
parent71495f31b29b94090eba4e76a1160c02299e78b6 (diff)
downloadikiwiki-65de762da95071f1b85af5ca465bdbcbc2b3e991.tar
ikiwiki-65de762da95071f1b85af5ca465bdbcbc2b3e991.tar.gz
Mention my new plugin
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/org_mode.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/org_mode.mdwn b/doc/todo/org_mode.mdwn
index bd24eda5e..ef7f4dbaf 100644
--- a/doc/todo/org_mode.mdwn
+++ b/doc/todo/org_mode.mdwn
@@ -18,7 +18,18 @@ but Ikiwiki currently (as far as I know) lacks a method to escape
inserted HTML depending on which plugins will be used during the
[[htmlize phase|plugins/write#index11h3]].
+new plugin
+==========
+
+A complete rewrite of the plugin can be found
+[here][chrismgray-rewrite]. It is an [[external|plugins/write/external]] plugin using a
+dedicated emacs instance to parse the org-mode files. Thus, it should
+be a bit faster than the older plugin, as well as properly handling
+[[wikilinks|ikiwiki/wikilink]] and images, two features not present in the older
+plugin.
+
[org-mode]: http://orgmode.org/
[MS]: http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/
[example]: http://blog.tremily.us/posts/Git/notes/
[raw]: http://orgmode.org/manual/Quoting-HTML-tags.html
+[chrismgray-rewrite]: https://github.com/chrismgray/ikiwiki-org-plugin