WordCounter v1.6.4 Released
WordCounter v1.6.4 is just released and comes with mostly Big Sur compatibility fixes and a fix for the calendar view: January 2021 in Gregorian calendars was displayed oddly, because the maths for the week calculations accidentally produced January 2022 and not 2021. Calendar arithmetics are still hard.
NSSavePanel Crashes on Big Sur for public.csv UTI When You Don’t Have a CSV Editor

Was working on an export sheet today and during testing on Big Sur, I noticed that the button that would bring up the save panel would produce a beachball for a while, and then Iād get an error dialog telling me that the panel crashed. I changed the NSSavePanel.allowedFileTypes
property to ["public.csv"]
during this update, and that trips up the save panel on Big Sur. Note that ["csv"]
works just fine.
DuckDuckGo Site Search in Vanilla Forums Templates
Over at the Zettelkasten Forum, we are using a PHP forum software called Vanilla Forumā. (Vanilla is free and open source if you host it yourself, but the creators also offer managed hosting with some additional features. I like it, it works well, and is pretty well-worn by communities all over the web.)