Versie 3.2.2 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. De changelog voor deze uitgave ziet er als volgt uit:
Release v3.2.2This update focuses mainly on cosmetic fixes that pertain to the main editor and the display of your texts. However, it also includes a few bug fixes and other improvements.
Changes to Pandoc ProfilesThis update fixes a workaround that Zettlr had in place for a shortcoming of Pandoc regarding the automatic numbering of headings. This workaround is no longer necessary, since Pandoc has since fixed the issue.
Zettlr now ships with changed default profiles for various export formats. Since Zettlr never overwrites any data, the new defaults will not be applied automatically. You can apply the change manually by removing the following line from the default profiles:
GUI and Functionalityshift-heading-level-by: 1
.Under the Hood
- change: Remove
shift-heading-level-by: 1
line from default profiles- Fixed the "Paste as Plain" menu item not working (#5052)
- Dark mode folded header's ellipsis are now properly colored (#5284)
- Add Pascal syntax highlighting (keyword:
pascal
; #5368)- Fixed images in file previews on hovering internal file links not working (#5041)
- Fixed the tag search from the tag cloud popover (#5124)
- Fixed visual artifacts in the backgrounds for code blocks and comments (#5260)
- Fixed a bug that would apply certain shortcuts to all open editor panes, rather than the last focused one (#5282)
- The save changes dialog now offers a cancel option that will be chosen when pressing Escape (#5338)
- Updated translation for
es-ES
(#5372)- Fixed the main editor search panel overlaying popovers/flyouts (#5397)
- Fixed the highlighting, which now retains any syntax highlighting (and thus functions like interacting with links) between the markers (
==highlight==
) as well as enabling spell checking of highlighted ranges- Fixed an issue preventing pasting of images into the editor (#5386)
- Fixed the maximum height of the image preview in the paste-image dialog to 50% in order to prevent it from pushing the controls out of view
- Fixed the code and citation background colors in the Bordeaux dark theme
- Images across the application now have a
max-width: 100%
applied to them to ensure they never overflow their parent container.- The
md2html
utility function now allows a fourth parameter containing hooks that allow the further customization of the produced HTML output- Bumped CodeMirror and dependencies
- Bumped ESLint and dependencies
- Fixed HTML DOM structure in a few places where they would violate the spec