]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/creole/discussion.mdwn
rootpage is not a pagespec
[ikiwiki.git] / doc / plugins / creole / discussion.mdwn
index a31f9cf838349d4d20d9665079231590980dae4e..36b7ba869098dc1361231193ddd35514edf4b233 100644 (file)
@@ -5,3 +5,7 @@ I've installed Text::WikiCreole 0.05 and enabled the plugin, but I get an error
 > adds that option. I'm not sure what the status of it being released
 > upstream is, though IIRC I was assured it would not be a problem.
 > --[[Joey]]
+
+>> I've added the patch to pkgsrc as well. Thanks. --[[schmonz]]
+
+I'm moving over a really stinkingly old UseMod and creole seems the nearest match. I've worked out that Bare /Subpage links need to become \[\[Subpage\]\], and Top/Sub links need to be \[\[Top/Sub\]\] (or \[\[Top/Sub|Top/Sub\]\], to display in exactly the same way), but I'm stuck on generic hyperlinks. The creole cheat sheet says I should be able to do \[\[http://url.path/foo|LinkText\]\], but that comes out as a link to create the "linktext" page, and Markdown-style \[Link Text\](http://url.path/foo) just gets rendered as is. Any suggestions? --[[schmonz]]