Indeed, generating TiddlyWiki files as a report format is pretty
straightforward. The main gotcha is to observe the correct encoding
rules: tiddlers are stored as <DIV> elements in the TiddlyWiki HTML
file, and therefore their content needs to be HTML encoded, such that:

* Convert & to "&amp;"
* Convert < to "&lt;"
* Convert > to "&gt;"
* Convert " to "&quot;"

(Without the double quotes around the substituted string).

Best wishes

Jeremy

On Wed, Feb 2, 2011 at 11:39 PM, Tobias Beer <beertob...@googlemail.com> wrote:
> This doesn't sound overly hard. Simply put certain placeholders into
> your tiddlers or tiddlywiki html ...then do a string replace and
> voila, you've populated your wiki with whatever you wanted rendered TW
> style.
>
> Cheers, Tobias.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> To unsubscribe from this group, send email to 
> tiddlywiki+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/tiddlywiki?hl=en.
>
>



-- 
Jeremy Ruston
mailto:jer...@osmosoft.com
http://www.tiddlywiki.com

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to