Hi, I know we can export one tiddler as HTML, but tiddlywiki adds more than I want: CSS, etc. Is it possible to make a plugin for export just as plain static HTML. For example, this tid
created: 20180502113635816 modified: 20180502113720458 tags: foo roo title: Hola This is a ''test'' exports to <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hola</title> <meta name="keywords" content="foo, roo" /> <meta name="generator" content="tiddlywiki" /> <meta name="created" content="20180502113635816" /> <meta name="modified" content="20180502113720458" /> </head> <body> <p>This is a <strong>test</strong></p> </body> </html> Thanks in advance, Xavier -- 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 [email protected]. To post to this group, send email to [email protected]. 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/9b0e14be-9060-4398-bede-6d8f9cc7ec0c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

