Closed scarbajali closed 8 months ago
@scarbajali, Sooo... I'm about three years later than you would have probably liked. I'm not really the primary developer on this, but I've gotten around to looking into this.
I'm not sure how the TiddlyRemember plugin works. Does it use Node.JS at all? My guess is that the synchronization is trying to render the tiddler with the MapWidget before TiddlyMap has an opportunity to load. It looks like parts of TiddlyWiki are being called through python? That would likely do it. TiddlyMap doesn't work at all on command line.
If you still want this fix (which I totally understand if you've moved on), I could install something into MapWidget which would neuter the widget if it's not in a browser context. (There's no need for it to work if it's not.) But I would need to have you around to test it.
If you're not around anymore, I may close this. The primary developer for TiddlyMap is gone. I'm just here keeping the lights on.
HI @flibbles,
after all I moved on, so I'm ok to close this.
Thanks anyways for the support and keeping the lights on!
Understood. I'll close this down until the next person has a TiddlyMap/TiddlyRemember/Anki/Python problem.
Hi,
I have a tiddler that uses the MapWidget as following:
It works just fine, but after installing the TiddlyRemember plugin (https://sobjornstad.github.io/TiddlyRemember) and trying to synchronize with Anki, I have the error message below.
When I remove the widget line from the tiddler and try to synchronize again, TiddlyRemember works fine. It seems an issue caused by a missing definition in $tm variable in MapWidget.js file.