Versie 4.2.1 van Zettlr is uitgekomen. Zettlr is een op zettelkasten gebaseerde opensource en crossplatform markdown editor, waarmee artikelen, e-boeken en content kunnen worden gecreëerd. Ook kan het orde scheppen in de chaos van notities en artikelen, bronvermelding genereren en interactieve vragenlijsten maken. Het is daarmee geschikt voor onder meer ontwikkelaars, onderzoekers, journalisten en bloggers. In deze uitgave zijn de volgende veranderingen en verbeteringen doorgevoerd:
Fixed Pandoc Extension ParsingIf you ever used Pandoc extensions with Zettlr, you may have wondered why they sometimes appeared not to work. After a report by a user, we have found out that Zettlr never actually parsed these correctly. We decided to make this a bit more visible in the changelog since your exports may have been broken without you realizing. This way you can verify any of your exports.
GUI and FunctionalityUnder the Hood
- Fix indenting and tab insertion behavior (#6196).
- Fix Zettlr not correctly parsing Pandoc extensions (#6212).
- Improved error handling when opening PDF attachments.
- Make Zettlr more resilient when CSL JSON library files are malformed.
- Add unit tests for
parseReaderWriterutility function.- Upgrade Electron to
v40.8.0.- Upgrade Pandoc to
v3.9.0.- Upgrade ESLint to
v10.0.3.- Properly parse and check the returned results from the BetterBibTex JSON RPC API when querying PDF attachments.
- Zettlr no longer assumes CSL JSON files are well-formed. Instead, each item is checked for the presence of required keys, and is skipped if there is an issue. This ensures library files can also be loaded partially.
