Here we experiment with hosting a TiddlyWiki using Federated Wiki's frame plugin. We expect the federated wiki convention of download-to-upload will serve for saving changes the the TiddlyWiki. What else will we be able to do?
Here's where we found instructions to get started with an empty TiddlyWiki, and a direct download link. docs
download ![]()
We create an assets plugin item to allow us to upload. As the author, I clicked the download link above and dragged the resulting file into this assets item.
pages/tiddlywiki-in-a-frame
After some experimentation with TiddlyWiki, we learned how to configure a different default tiddler which we have also uploaded.
Next we create a frame to host the tiddly wiki. And we immediately discover our first colission. The federated wiki frame plugin provides some metatdata through the url and TiddlyWiki interprets those parameters as a request for a specific tiddler.
https://wiki.dbbs.co/assets/pages/tiddlywiki-in-a-frame/tiddlywiki-in-a-frame.html HEIGHT 500
.
- [ ] consider adding a markup to Frame plugin to preserve any #hash in the provided URL instead of the current behavior which overrides that with various identifiers.