]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Added a comment: Plugin compile
authorspalax <spalax@web>
Sat, 4 Oct 2014 10:37:19 +0000 (06:37 -0400)
committeradmin <admin@branchable.com>
Sat, 4 Oct 2014 10:37:19 +0000 (06:37 -0400)
doc/forum/Export_images_when_building_the_wiki/comment_5_7e0a6336c6a6785d9cf4b6b4b124fd6d._comment [new file with mode: 0644]

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 (file)
index 0000000..81ea1b4
--- /dev/null
@@ -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]]
+
+"""]]