- Right-click on iA Writer.app in your Applications folder, select "Show Package Contents"
- Open up Resources/English.lproj/htmlTemplate.html in your favorite text editor
- Add a link to a CSS file in your home directory (and anything else you might want). I put mine in ~/Library/Application Support/iA Writer/themes/policus/css/styles.css and decided to load a couple of web fonts from Google. See hacked-htmlTemplate.html later this gist.
- Save, exit
- Create the CSS file, override default Writer styles
Now when you export to HTML from inside of Writer, your HTML file will be styled according to your your overrides. Want to share your pretty docs? Print to PDF.
Next steps: Link to a locally-hosted jQuery and write a little JS app for switching themes in browser.
do you guys expect that updating export.tpl.html would actually impact the exporting of html from iA Writer?
I tried adding in CSS headers for my site to avoid having to modify every file exported, but they are stripped on export.
Edit: I also tried creating a .iawritertemplate directory. I had to change a few plist files, but it shows up with the name I gave it as a selectable style. Unfortunately, the changes to the export template are still not acked. Maybe they've changed something.