Is the tiddlywiki.files
mechanism the correct way of doing it?
I have a wiki in /data/data/com.termux/files/home/tiddlywiki/test
and a /data/data/com.termux/files/home/tiddlywiki/test/tiddlers/tiddlywiki.files
file with the following content:
{
"tiddlers": [
{
"file": "/data/data/com.termux/files/home/work/test/tiddlers/HelloWorld.tid",
"fields": {
"title": "HelloWorld",
"type": "text/vnd.tiddlywiki"
},
}
{
"file": "/data/data/com.termux/files/home/work/test/tiddlers/helloworld.js",
"fields": {
"title": "helloworld.js",
"type": "application/javascript",
"module-type": "macro"
}
}
]
}
When I start TiddlyWiki from Termux console and open the browser, the tiddlers don’t show up.