I think that making something to convert from tiddlywiki to epub format 
wouldn't be too terribly difficult. An epub is pretty much a zip file that 
contains a set of html files and some metadata so using the static html 
export for tiddlers would already do the rendering work.

I think that you would need to to use something like Bob that can run 
scripts from inside a wiki or a command line tool to create the epub file 
itself. There are some node modules that can be used to generate epub files 
so we wouldn't have to create that part.

The epub standards allow any valid html5 and css3. I have seen differing 
responses about if it supports embedded javascript. The reader used is 
probably the limiting factor for support there.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1a737a21-63a7-413a-b154-81d3ac6fbd14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to