]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Export_images_when_building_the_wiki.mdwn
wishlist: ask about using ikiwiki as ML
[ikiwiki.git] / doc / forum / Export_images_when_building_the_wiki.mdwn
1 My repository contains image sources made with tools like Inkspace, Dia, LibreOffice, Gimp and so on.
2
3 Instead of pushing the images themselves into git or manually exporting them to PNG/SVG,  
4 I'd like to keep just the sources in git, and have ikiwiki compile them into the final  
5 images just like it compiles Markdown into HTML. Is it possible to add new files types  
6 and tell ikiwiki how to compile them?
7
8 (After reading some plugin docs...)
9
10 I just read 'perlintro' yesterday in unrelated context, but...
11 could it maybe be done by writing a plugin like this one,
12 which compiles textile?
13
14 <http://source.ikiwiki.branchable.com/?p=source.git;a=blob;f=IkiWiki/Plugin/textile.pm;h=56bb4bffce83bf9fa47b1ad731f46c8dc8d9f652;hb=HEAD>
15
16 -- [[fr33domlover]]