diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2014-12-11 10:58:33 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-12-11 10:58:33 -0400 |
commit | a55348e6ce32ca2218ab497c2dad631dff5eb5b4 (patch) | |
tree | e844673df5f343ebdb7fe9f135c49da678359d64 | |
parent | 61abcf2c9f392a1fc11ad45e502f08daaeee4f44 (diff) | |
download | ikiwiki-a55348e6ce32ca2218ab497c2dad631dff5eb5b4.tar ikiwiki-a55348e6ce32ca2218ab497c2dad631dff5eb5b4.tar.gz |
move this with the real plugins, since it's now implemented - not sure it was still in todos
-rw-r--r-- | doc/plugins/contrib/org_mode.mdwn | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/doc/plugins/contrib/org_mode.mdwn b/doc/plugins/contrib/org_mode.mdwn index bb3b7dec0..539423c34 100644 --- a/doc/plugins/contrib/org_mode.mdwn +++ b/doc/plugins/contrib/org_mode.mdwn @@ -1,12 +1,19 @@ [[!template id=gitbranch branch=wtk/org author="[[wtk]]"]] -summary +Summary ======= -Add a plugin for handling files written in [org-mode][]. +A plugin for handling files written in [org-mode][]. -notes -===== +A complete rewrite of the plugin can be found +[here][chrismgray-rewrite]. It uses 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. An example of its use can be found at my [blog][chrismgray-blog]. + +Original plugin +=============== This is an updated form of [Manoj Srivastava's plugin][MS]. You can see the plugin [in action][example] on my blog. @@ -18,19 +25,10 @@ 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 uses 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. An example of its use can be found at my [blog][chrismgray-blog]. - [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 [chrismgray-blog]: http://chrismgray.github.com + |