…/0/tiddlywiki-x2 $ tiddlywiki Hydrowood’s Wiki --listen
Warning: Plugin(s) required for client-server operation are missing."$:/plugins/tiddlywiki/filesystem","$:/plugins/tiddlywiki/tiddlyweb" serving on http://127.0.0.1:8080
I use Syncthing sync the origin wiki folder from my win11. The origin folder works well on my pc. But after I did all the necessary npm installs, I was failed to use the all saving function on mobilephone but only could save a whole HTML file.
Can I import missing npm dependencies manually from explorer without rooting android? I can’t find neither /data/data/com.termux/files/usr/lib/node_modules nor /storage/emulated/0/Android/data/com.termux/files/usr/lib/node_modules on my phone.
all code in tiddlywiki.info is as below.
{
"description": "Basic client-server edition",
"plugins": [],
"themes": [],
"languages": [],
"build": {
"index": [
"--rendertiddler",
"$:/plugins/tiddlywiki/tiddlyweb/save/offline",
"index.html",
"text/plain"
],
"externalimages": [
"--setfield",
"[is[binary]] [type[application/msword]]",
"_canonical_uri",
"$:/core/templates/canonical-uri-external-image",
"text/plain",
"--setfield",
"[is[binary]] [type[application/msword]]",
"text",
"",
"text/plain",
"--rendertiddler",
"$:/core/save/all-external-js",
"index.html",
"text/plain"
],
"readonlyexternalimages": [
"--setfield",
"[is[binary]] [type[application/msword]]",
"_canonical_uri",
"$:/core/templates/canonical-uri-external-image",
"text/plain",
"--setfield",
"[is[binary]] [type[application/msword]] [type[application/pdf]] [[$:/plugins/tiddlywiki/filesystem]] [[$:/plugins/tiddlywiki/tiddlyweb]] [[$:/plugins/twcloud/tiddlyweb-sse]] [[$:/plugins/linonetwo/source-control-management]] [[$:/plugins/linonetwo/super-tag]] [[$:/plugins/linonetwo/flow-chart]] [[$:/plugins/linonetwo/slate-write]] [[$:/plugins/linonetwo/smart-field]] [[$:/plugins/linonetwo/markdown-transformer]] [[$:/plugins/gt6796c/mermaid-tw5]] [[$:/plugins/linonetwo/tw-mobile-sync]] [[$:/plugins/linonetwo/zx-script]] [[$:/plugins/tiddlywiki/highlight]] [prefix[$:/plugins/tiddlywiki/codemirror]] [[$:/plugins/Gk0Wk/TW5-CodeMirror-Enhanced]] [[$:/plugins/flibbles/relink]] [[$:/plugins/kookma/commander]] [[$:/plugins/kookma/section]] [[$:/plugins/linonetwo/calendar]] [[$:/plugins/linonetwo/pinyin-fuzzy-search]]",
"text",
"",
"text/plain",
"--rendertiddler",
"$:/core/save/all-external-js",
"index.html",
"text/plain"
],
"externaljs": [
"--rendertiddler",
"$:/core/templates/tiddlywiki5.js",
"tiddlywiki5.js",
"text/plain"
]
}
}