Hi,
I am a new discoverer of Tiddlywiki, and love it immediately!
With the use of this plugin, I would like to use IPFS as storage, sharing system.
For example, detect embedded binary data", copy attachment to IPFS and update tiddlers to load resource from… This will reduce the index.html size, and accelerate loading.
I start reading https://tiddlywiki.com/static/Commands.html
https://tiddlywiki.com/static/fields%20Operator%20(Examples).html
With node tiddlywiki, I can use tiddlywiki $USER --verbose --load ~/TW/$USER/index.html --listen port=8282
( where index.html is created with an ipfs cat ...
of my running tiddlywiki)
Meanwhile I continue self exploration. I wonder if some advanced “tiddlywiki commands” user could indicate where to find some code examples concerning “tiddlers” manipulation?
Thanks