From 5bfdc886e6aef5776a4093d4c957320f55021a4a Mon Sep 17 00:00:00 2001 From: spalax Date: Sat, 4 Oct 2014 06:37:19 -0400 Subject: [PATCH] Added a comment: Plugin compile --- ..._7e0a6336c6a6785d9cf4b6b4b124fd6d._comment | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/forum/Export_images_when_building_the_wiki/comment_5_7e0a6336c6a6785d9cf4b6b4b124fd6d._comment 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]] + +"""]] -- 2.39.2