]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
answer: an exec plugin?
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>
Tue, 31 May 2016 18:00:45 +0000 (14:00 -0400)
committeradmin <admin@branchable.com>
Tue, 31 May 2016 18:00:45 +0000 (14:00 -0400)
doc/plugins/contrib/bibtex2html/discussion.mdwn

index 9191e46cf5708f17d8ccf66213e9276c6fc6505a..3fad8763f2e41dad7e99809b962f57492a1436a4 100644 (file)
@@ -7,3 +7,5 @@ I do not think that the [[plugins/contrib/compile]] plugin can replace the [[plu
 Right now, it is not possible for the [[plugins/contrib/compile]] plugin to render the *content* of the compiled document. This could be done by providing a `DESTCONTENT` template variable, containing the content of the compiled document. This should not be hard to implement.
 
 -- [[Louis|spalax]] (author of [[plugins/contrib/compile]])
+
+> Interesting! I am thinking of writing a simpler plugin (maybe called "exec") that would be a merge of the two approaches. There would be an `htmlize` hook to render arbitrary page extensions (based on the configuration) into anything with predefined pipelines. Then a `preprocess` hook would allo directives to inject links to documents or simply inline them like bibtex2html does. The plugin could be secure insofar as the pipelines configured are secure as well. Should that be merged in compile or be a separate plugin? --[[anarcat]]