amreus
amreus
I just wanted to add another Windows-specific use case which I think is related. In this case it is related to the Windows Registry which uses `\` as a separator....
I created a repo with an example `.reg` script for adding Scoop Firefox to Window's default browser options. https://github.com/amreus/scoop-default-browser
> That's great! Can you make a PR to submit it in Extras? Thanks. I can (busy today.) I consider the script in it's current state as a proof-of-concept which...
Ok I added the firefox manifest and .reg script to my small bucket if anyone would like to test. https://github.com/amreus/bucket
Hope you don't mind resurrecting an old issue. > It should do that automatically, unless you have one already in %appdata%\VidCoder\VidCoder.sqlite or %appdata%\VidCoder-Beta\VidCoder.sqlite This isn't my experience so far. I've...
Thanks. So that means the Portable version deletes the config file along with everything else at exit.
I've been digging into this. What is the preferred strategy here? To add a "spellcheck" or similarly named attribute to the `EditTextWidget`?
Work so far: https://github.com/Jermolene/TiddlyWiki5/compare/master...amreus:TiddlyWiki5:toggle-spellcheck
Or maybe `ContentType` could be used to enable/disable spellchecking?
> Yes I think that makes sense. Ok. I'm still trying to get a grip on the internals but will continue to study. > The OP asks for a per-tiddler...