From: spalax Date: Sat, 4 Oct 2014 10:37:19 +0000 (-0400) Subject: Added a comment: Plugin compile X-Git-Tag: debian/3.20141016~81 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/5bfdc886e6aef5776a4093d4c957320f55021a4a Added a comment: Plugin compile --- diff --git a/doc/forum/Export_images_when_building_the_wiki/comment_5_7e0a6336c6a6785d9cf4b6b4b124fd6d._comment b/doc/forum/Export_images_when_building_the_wiki/comment_5_7e0a6336c6a6785d9cf4b6b4b124fd6d._comment new file mode 100644 index 000000000..81ea1b47e --- /dev/null +++ b/doc/forum/Export_images_when_building_the_wiki/comment_5_7e0a6336c6a6785d9cf4b6b4b124fd6d._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="spalax" + ip="82.233.196.200" + subject="Plugin compile" + date="2014-10-04T10:37:16Z" + content=""" +Hello, +I enventually wrote a plugin that might fit your need: [[plugins/contrib/compile]]. + +In setup file, you specify which command is to be applied to files. For instance, to convent `odt` files to `pdf`, you can use: + + compile_filetypes = ' + \"odt\": { + \"build\": \"libreoffice --headless --convert-to pdf %{srcname}s\", + \"destname\": \"%{basename}s.pdf\" + } + }' + +Then, in your wiki pages, you can use `\[[!compile files=\"foo.odt\"]]`. This will convert file to pdf, and render as a link to the `pdf` file. If option `inline` is set, you can also simply use a wikilink `\[[foo.odt]]`, which will have the same effect. + +Regards, +-- [[Louis|spalax]] + +"""]]