tiddlyhost / tiddlyhost-com

Rails application for creating and hosting TiddlyWiki sites, plus resources for deploying it to https://tiddlyhost.com/
Other
184 stars 17 forks source link

Consider methods for converting between external-core and self-contained TiddlyWikis #287

Open simonbaird opened 1 year ago

simonbaird commented 1 year ago

Related to option 3 in #283 .

cdruan commented 1 year ago

The updated tw-external-js plugin (>= 0.2.0) can generate a fully standalone wiki from an external-core wiki. For this to work, you'll need the tiddlywikicore.js generated by this plugin, which should be compatible with the external-core wiki generated by the official version. Try clicking the button next to the "Save Wiki" button to download a single-file wiki.

simonbaird commented 1 year ago

See this guide re converting to external core.

simonbaird commented 1 year ago

I think generally this is doable within TiddlyWiki, so maybe it's not going to be Tiddlyhost function. Like TiddlyWiki upgrades, it falls into the category of things that would be useful for Tiddlyhost users to know how to do, but are not actually Tiddlyhost functions (for now anyway).