tiddlyhost / tiddlyhost-com

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

Support sites that use the latest TW version automatically #211

Open simonbaird opened 2 years ago

simonbaird commented 2 years ago

Since the content is all tiddlers, it should be possible to combine an empty TW core and the user's tiddlers at render time, thereby making the TW always automatically up to date.

It should be optional, since heavy plugin users might not want that.

Should consider the idea of rolling it back if a breakage happens. Not sure how that might work.

See also #58 .