v1.2.2 – Miscellaneous bugfixes
A variety of small fixes to round out the year:
- #31: Permalinks should not contain a
/
prior to the#TiddlerNameFragment
; this makes links to file wikis inoperable and is unnecessary for other links. As a result of this change, you may notice that all your tiddlers are updated on your first sync (since the permalink has changed on all of them). This is not a bug. - Some users have experienced difficulties opening
file://
links in Anki. A workaround is now documented. - #29: Cloze notes that accidentally contain unmatched braces (like
{this} one}
) now provide a useful error message with enough information to track down the bad note. - #14: Show a useful error message if a tiddler's name is too long for the operating system to handle.
- Display a friendly warning dialog instead of an ugly traceback for a variety of errors.
- #30: Add a check to determine if the TiddlyWiki plugin is compatible with the Anki plugin, to head off future issues. (Currently the Anki plugin is backwards-compatible with any version of the TiddlyWiki plugin, but it seems unlikely this will continue forever.)