MineMaarten / IGW-mod

ModJam 3 mod, In-Game Wiki Mod
GNU General Public License v2.0
16 stars 21 forks source link

Automatically position images #24

Open fnuecke opened 9 years ago

fnuecke commented 9 years ago

I've been working on getting my documentation into IGW with the PageChangeEvent, for now by just transforming the Markdown tags to IGW tags, and that's working quite nicely (only had a bit of a head-scratch until I realized IGW tags don't work unless there's at least one space in them).

One thing that I can't easily map this way, however, are images. From what I can tell, images have to be absolutely positioned in IGW syntax? Any chance for automatically / inline positioned images if coordinates are omitted? That'd be super helpful!

MineMaarten commented 9 years ago

If I find the motivation to do so (dealing with documentation never is fun, hehe), I'll take a look at it. It's something I also noticed while writing the PneumaticCraft documentation, but never got too irritated by to actually implement a solution for it :P.