]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
response
authorAntoine Beaupré <anarcat@debian.org>
Fri, 15 Apr 2016 15:17:02 +0000 (11:17 -0400)
committerAntoine Beaupré <anarcat@debian.org>
Fri, 15 Apr 2016 15:17:02 +0000 (11:17 -0400)
doc/todo/admonitions.mdwn

index fb3268c7d7e13d1a5f708b493c060f2e565c99a8..80c1a3039e157d4f948f9333e570029b2a7d3ffe 100644 (file)
@@ -66,3 +66,24 @@ bangs and all...
 > There's a "note" template bundled with ikiwiki already.
 >
 > --[[smcv]]
+
+>> I think you mean the `htmlize` hook, as I cannot find any `htmlize`
+>> plugin.. That said, yeah, i understand the limitations of Ikiwiki
+>> here. I guess that the [[ikiwiki/directive/template]] directive is a
+>> good workaround, but it's not really shorter to write:
+>>
+>>     \[[!template id=warning text="Do as I say, not as I do."]]
+>>
+>> than to write:
+>>
+>> [[!format txt """<div class="warning">Do as I say, not as I do.</div>"""]]
+>>
+>> ... in fact, it's actually longer. So short of allowing arbitrary
+>> classes *and* fenced blocks, I don't think this can go much
+>> further.
+>>
+>> We *could*, however, import the admonition styles from MoinMoin
+>> directly. It would involve importing 5 icons from MoinMoin and
+>> creating associated styles. Is that something you would be open to?
+>>
+>> --[[anarcat]]