From: http://kaizer.se/ Date: Thu, 17 Sep 2009 15:33:12 +0000 (-0400) Subject: see Resolve native reStructuredText links to ikiwiki pages X-Git-Tag: 3.14159265~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5946a54ec793fa89bdb9a116d74684a93a9696bd;p=ikiwiki.git see Resolve native reStructuredText links to ikiwiki pages --- diff --git a/doc/plugins/rst/discussion.mdwn b/doc/plugins/rst/discussion.mdwn index af96edc6a..38fbed6d6 100644 --- a/doc/plugins/rst/discussion.mdwn +++ b/doc/plugins/rst/discussion.mdwn @@ -50,8 +50,8 @@ Resolving WikiLinks in rst I wanted to look into if we can hook into rst and influence how links are resolved. It turns out it is possible, and I have a working WIP for the rst plugin that does this. -My work in progress for `/usr/lib/ikiwiki/plugins/rst` is here: http://kaizer.se/wiki/rst.py -*Warning, written in the middle of the night just to test if it works!* +My work in progress for `/usr/lib/ikiwiki/plugins/rst` is here: +[[todo/Resolve native reStructuredText links to ikiwiki pages]] It basically matches normal rst links just like ikiwiki would match a wikilink if it existed.