Skip to content

Releases: eviltester/pandocifier

Supports Mac

07 Dec 17:00
Compare
Choose a tag to compare

Minor change to not hard code for explorer - takes into account if it is mac or windows and uses 'open' on mac and 'explorer' on windows

Now Finds Images When Referenced From Subfolder files

08 Feb 14:32
Compare
Choose a tag to compare

Previously if the .md was in a subfolder then the images needed to be in that sub folder too, now pandocifier traverses up the directory tree to find the images, but only as far as the root folder with Book.txt in it.

CLI interface to allow calling from commandline using the .jar

31 Oct 17:33
Compare
Choose a tag to compare

added a main method so we can call it from the command line passing in the name of the property file to read as an arg.

If no arg provided then it assumes there is a pandocifier.properties in the current folder.

book-preview-pandoc-1.0.zip

Refactored code to serve as examples for my automationguild.com presentation

31 Oct 15:41
Compare
Choose a tag to compare

As part of my automationguild.com presentation I'm talking about the difference between automating tactically and strategically. And that automating isn't just for 'testing'. So I'm using the pandocifier as an example since it started as a 'tactical' way of automating a 'leanpub' preview offline, which was slowly and gradually becoming more strategic. This release has a bunch of temporary 'test' classes that represent a few refactoring steps.