Andrey_E

Results 4 comments of Andrey_E

I have found workaround. AceJump works with VsVim and provides the same functionality.

How to reproduce: - Create folder with Russian name "тест" or Greek name "τεστ". - Copy Tiddly Wiki file to this folder. - Open this file in Firefox. - Edit...

How to fix: File tiddlyfox.js, line 23 `var pathname = document.location.toString().split("#")[0];` Change this line to: `var pathname = decodeURI(document.location.toString().split("#")[0]);` URI from document location is encoded and you should decode it...

This bug appears on version 1.0alpha18.1-signed: https://addons.mozilla.org/en-US/firefox/addon/tiddlyfox/. This version is latest version in Firefox addons repository. I haven't tested latest version from Github. Wiki cannot be saved when file path...