You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TiddlyWiki Classic shadow tiddlers were stored in a single hashmap. In TiddlyWiki 5 shadows are automatically created at startup from the tiddlers within the loaded plugins.
So, the approach for TW5 would be to pack your tiddlers into a plugin, and then inject that. You'd be injecting a single tiddler with the usual plugin fields, with its content being a JSON hashmap of the constituent tiddlers.
The info mechanism in the core works similarly by dynamically creating a plugin at startup on the browser side. It uses the title $:/temp/info-plugin for the plugin. It may make sense for you to use $:/temp/tiddlyhost if you wanted to avoid the plugin being saved back to the server.
I think it would be nice to use a shadow tiddler for $:/SitePreviewImageUrl.
The text was updated successfully, but these errors were encountered:
From TiddlyWiki/TiddlyWiki5#8441 (comment) 👍
I think it would be nice to use a shadow tiddler for
$:/SitePreviewImageUrl
.The text was updated successfully, but these errors were encountered: