aboutsummaryrefslogtreecommitdiff
path: root/doc/users/jasonblevins.mdwn
diff options
context:
space:
mode:
authorhttp://jblevins.org/ <http://jblevins.org/@web>2008-10-22 13:57:45 -0400
committerJoey Hess <joey@kitenet.net>2008-10-22 13:57:45 -0400
commit7fe2744d48a75a447fbe124839c3db2756c24795 (patch)
tree847ffb1d9bbcde703dddad40fb09047a9056ce9b /doc/users/jasonblevins.mdwn
parent479d65faa0c9f73d28152ed19ea2e5c2264cae25 (diff)
downloadikiwiki-7fe2744d48a75a447fbe124839c3db2756c24795.tar
ikiwiki-7fe2744d48a75a447fbe124839c3db2756c24795.tar.gz
Added links to a couple of experimental plugins
Diffstat (limited to 'doc/users/jasonblevins.mdwn')
-rw-r--r--doc/users/jasonblevins.mdwn15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/users/jasonblevins.mdwn b/doc/users/jasonblevins.mdwn
index 8e51e7f7c..f69a8040c 100644
--- a/doc/users/jasonblevins.mdwn
+++ b/doc/users/jasonblevins.mdwn
@@ -1,7 +1,7 @@
[[!meta title="Jason Blevins"]]
I'm currently hosting a private ikiwiki for keeping research notes
-which, with some patches and a (currently unreleased) plugin, will
+which, with some patches and a plugin (below), will
convert inline LaTeX expressions to MathML. I'm working towards a
patchset and instructions for others to do the same.
@@ -26,6 +26,17 @@ Current ikiwki issues of interest:
* [[todo/Option_to_make_title_an_h1?]]
* [[bugs/SVG_files_not_recognized_as_images]]
+## Plugins
+
+These plugins are experimental. Use them at your own risk. Read the
+perldoc documentation for more details.
+
+ * [mdwn_itex][] - Works with the `mdwn` plugin to convert inline LaTeX
+ expressions to MathML using `itex2MML`.
+
+ * [h1title][] - If present, use the leading level 1 Markdown header to
+ set the page title and remove it from the page body.
+
## MathML and SVG support
So far, I've made some notes on sanitizing MathML and SVG via
@@ -71,3 +82,5 @@ page in the first place (unless they post directly to the right URL).
[template-patch]: http://xbeta.org/gitweb/?p=xbeta/ikiwiki.git;a=blobdiff;f=templates/page.tmpl;h=380ef699fa72223744eb5c1ee655fb79aa6bce5b;hp=9084ba7e11e92a10528b2ab12c9b73cf7b0f40a7;hb=416d5d1b15b94e604442e4e209a30dee4b77b684;hpb=ececf4fb8766a4ff7eff943b3ef600be81a0df49
[cgi-patch]: http://xbeta.org/gitweb/?p=xbeta/ikiwiki.git;a=commitdiff;h=fa538c375250ab08f396634135f7d79fce2a9d36
+ [mdwn_itex]: http://code.jblevins.org/ikiwiki/plugins/mdwn_itex.pm
+ [h1title]: http://code.jblevins.org/ikiwiki/plugins/h1title.pm