-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Hello,
I just discovered Tiddlywiki yesterday and I'm very excited about migrating after several years spent on Logseq.
I'm attempting to set up a wiki in a folder and to open it with TiddlyDesktop. Following the suggestion in #99, I've created a new wiki with nodejs (tiddlywiki my_tw --init server
), and opened it in TiddlyDesktop.
I found it generally quite buggy (tiddlers not being displayed in the story river when selecting them in the Recents list, not saving or not closing them properly), and the most visible issue is the widgets not being displayed for custom fields:
Viewing the same tiddler from the browser (Firefox 133.0) however displays it correctly (and the application is generally working better):
In case it is related, I was also surprised to see that the version displayed in $:/ControlPanel is 5.3.0-prerelease
even though tiddlywiki --version
does say 5.3.6
. Choosing a different edition when initializing the wiki (I tried empty
and full
) give the same 5.3.0-prerelease
.
I'm using TiddlyDesktop 0.0.20 on linux64 (Debian 12), nw --version
says nwjs 114.0.5735.91
, npm version 9.2.0, nodejs v18.19.0.
I'm having a hard time believing that it may be an actual bug in TiddlyDesktop, given that the release is many months old, and that I get this issue on a freshly created wiki, so hopefully I'm making mistakes or wrong assumptions, or some of the tools are too old?
One more clue I just found: the DevTools inspection console shows (in all the wikis I tried creating as above) Uncaught ReferenceError: sjcl is not defined crypto.js:21
, which someone resolved before by replacing sjcl.js - but here I'd rather suspect something going wrong with the wiki initialization.
Thanks!