Robin Munn
Robin Munn
Just noticed a small grammatical mistake in the 5.2.3 release notes, and created https://github.com/Jermolene/TiddlyWiki5/pull/6800 to fix it.
Also spotted an improvement I could make to the `insertafter` filter operator documentation, and created https://github.com/Jermolene/TiddlyWiki5/pull/6801 for that. That PR is against `master` because I'm figuring it can get merged...
https://github.com/Jermolene/TiddlyWiki5/pull/6824 is literally a one-character change, as a follow-up to #6801. In #6801 copied some text from the `insertbefore` operator docs to the `insertafter` docs, where a parameter named `B`...
With #6666 adding the possibility of custom widgets, it may soon be possible for people who want an accordion widget in their TW wikis to write one themselves: ```plaintext \widget...
One design question that needs addressing: should `interleave` de-duplicate its output using dominant append, or leave any duplicates untouched? I'm inclined to say that it should de-duplicate by default, so...
New news (if that's not redundant) supporting the idea of dropping Internet Explorer support: https://docs.microsoft.com/en-us/lifecycle/announcements/internet-explorer-11-end-of-support Summary: starting June 15, 2022, Microsoft will no longer support IE 11 *at all*. For...
Internet Explorer has been officially End-of-Life'd now: https://blogs.windows.com/windowsexperience/2022/06/15/internet-explorer-11-has-retired-and-is-officially-out-of-support-what-you-need-to-know/ > Over the next few months, opening Internet Explorer will progressively redirect users to our new modern browser, Microsoft Edge with IE...
> Are there steps you'd like to see in terms of dropping support for IE in the core code? I remember there were several Javascript idioms that I couldn't use...
I just found another reason to consider dropping IE support: the browser compatibility list at MDN, which I've always consulted to verify if the code I'm writing in my PRs...
The cause of this problem is that when I implemented the `listField` feature, I tried to be efficient by saying "if the field is already stored as a list internally,...