Maybe I found something - I looked at the wrong place for logs: the terminal contains warning messages besides the developer console:
┌─[23:27] ~/src/tiddly-test └─ $ tiddlywiki --init server Copied edition 'server' to /home/nyolcas/src/tiddly-test ┌─[23:27] ~/src/tiddly-test └─ $ tiddlywiki --server Serving on 127.0.0.1:8080 (press ctrl-C to exit) syncer-server-filesystem: Dispatching 'save' task: $:/StoryList For $:/StoryList, type is application/x-tiddler hasMetaFile is false filepath is /home/nyolcas/src/tiddly-test/tiddlers/$__StoryList.tid filesystem: Saved file /home/nyolcas/src/tiddly-test/tiddlers/$__StoryList.tid syncer-server-filesystem: Dispatching 'save' task: $:/StoryList filesystem: Saved file /home/nyolcas/src/tiddly-test/tiddlers/$__StoryList.tid syncer-server-filesystem: Dispatching 'save' task: $:/StoryList filesystem: Saved file /home/nyolcas/src/tiddly-test/tiddlers/$__StoryList.tid # THIS IS WHERE I DROPPED THE PLUGIN IN TO THE WIKI syncer-server-filesystem: Dispatching 'save' task: $:/plugins/bimlas/asciidoctor For $:/plugins/bimlas/asciidoctor, type is application/json hasMetaFile is false filepath is /home/nyolcas/src/tiddly-test/tiddlers/ $__plugins_bimlas_asciidoctor.tid filesystem: Saved file /home/nyolcas/src/tiddly-test/tiddlers/ $__plugins_bimlas_asciidoctor.tid The interesting part is this: For $:/plugins/bimlas/asciidoctor, type is application/json hasMetaFile is false filepath is /home/nyolcas/src/tiddly-test/tiddlers/ $__plugins_bimlas_asciidoctor.tid ... but a similar message was shown above (with plain, newly created wiki): For $:/StoryList, type is application/x-tiddler hasMetaFile is false filepath is /home/nyolcas/src/tiddly-test/tiddlers/$__StoryList.tid Thus I don't think that this is a real bug - if the plain Tiddly shows the same, then it's OK. ... A plain wiki without any tiddlers... Hmm... I have to check the filelist... Nope, the filenames and plugin.info seems to be OK (see the code at https://gitlab.com/bimlas/tw5-asciidoctor/tree/master and the tiddlers inside the plugin's contents). I compared it to the Markdown plugin (https://tiddlywiki.com/plugins/tiddlywiki/markdown/), this is what I modified to use Asciidoctor. I don't know... Maybe it's a bug in Tiddly? What works on single HTML does not works on Node? -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/b1e4f845-22f7-42b2-b355-f883a8309c30%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
