I also tried Node 12.9.1 installed through NVM, which is the result. Need to create a skinny tiddler and it will be synced? As far as I know it doesn't work with text files:
$ mkdir files $ echo "Some text" > ./files/foo.txt $ tiddlywiki --listen - Check that http://localhost:8080/files/foo.txt works by opening it in browser - Create a new tiddler with _canonical_uri: ./files/foo.txt - It says "Trying to load external content from ./files/foo.tid", file is not found - Set type: text/plain - The text is empty, so the file is not found To sum up my thoughts: I want to solve the communication between browser and server by modifying a tiddler, which I see on both sides, and if I change it, the other party updates itself. Server side modification works, only browser side update is missing. This requires the syncadaptor to load the tiddlers from the file system at intervals or for a specific event. This does not seem to work, it updates only skinny tiddlers, but they do not work with text files. At the moment, I see the only workable solution is $tw.syncer.enqueueSyncTask({type: "load", title: "New Tiddler"}). Am I right? If not, what do I do wrong? -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/6f991900-5266-4b14-9aaa-0dbfd641dc9a%40googlegroups.com.
