Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
Incidentally, does any HTML maven here know how some web pages seem to remember where you are on them, so that if you follow a link and then click the back arrow, it takes you back to the same position on the page you were at?
That's a browser feature, I think.
creating a (snippet) template is too complicated (or it's just too hot outside). I can only imagine how much work it is I'm asking for, but it would be so much easier if I just could use a drop down / form field / any other convenient tool to define my own tags or expand the existing ones (like the one from MarsEdit).
A user interface for editing/creating Templates is one of the top items on our list for the WebExport, so stay tuned :)
when exporting as a snippet, foot notes won't be exported as such. (Think “Daring Fireball”.)
I can't find footnotes as an Action for the Snippets Presets (XHTML, Markdown, WordPress). However, the Modern Template includes footnotes, which are quite similar to the ones from Daring Fireball (they are in square brackets and not in superscript). We can think about adding this footnote action to the Snippets.
you do know that with all the work of the Web Exporter you have almost done an "export to ePub"? That would so rock! (In fact, it would be just another web template as it's a zipped container with some XHTML and CSS files in it.)
Yea, we think we should be able to export to ePub pretty easily (I just had a glance at the spec, so no promises yet). We'd make a separate exporter for ePub, but the code is already there.
Oh, talking about MarsEdit – do you happen to have a "pro tip" on how to push the exports easily to MarsEdit? Just by chance?
I haven't worked with MarsEdit, and the software doesn't seem to have a public API that we could use to push the exports to MarsEdit, but I might investigate a bit further.
Can anyone explain why? Is this a feature designed to prevent users from modifying the default templates too much? Do I need to create my own template in another folder?
Unfortunately, I can't. I just tried the same thing and it worked for me. Maybe you forgot to save the XHTML.plist file? Did you restart Ulysses?
The Exporter only parses the image.path property and inserts the path (with the replaced placeholders) into the floating property. We don't prevent you from changing any properties in the Property Lists except when the validator complains about it :)
Only one issue: How can I get rid of the <p>Image 1</p> tags before each image?
Simply remove <p class="imgTitle">{{LOC image}} {{@index}}: {{description}}</p> in the property "floating" and you should be fine. This way, only <div><img ... /></div> is inserted.
Also, is there a way to remove the extra new line (\n) after each image?
Do you mean the newline after the closing </div>? This newline is inserted automatically after each paragraph (and the floating element, i.e. the image and the description enlocsed by the <div> is part of the paragraph). The WebExport inserts a newline after each paragraph to make the source code more readable.