Software-update: Zettlr 4.4.0

Zettlr logo (79 pix)Versie 4.4.0 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:

Security Fixes | File Manager Improvements | Bug Fixes

This update improves primarily on two fronts: the file manager and how you can navigate your files, and the security model of the app.

First, this update brings improvements in the file manager, making it easier for you to navigate all your files and folders. This includes a few bug fixes that improve the behavior of the file manager. For example, opening up folders of containing files now works more reliably, and the file manager once again scrolls any newly activated file into view.

Second, we have heavily increased the safety when using the app. We now disallow more potentially dangerous code from executing and have overhauled the security model of the app to better reflect how users interact with the app. As always, you can view the full changelog below.

GUI and Functionality
  • Feature: The app now remembers if the file manager was open or closed across restarts and applies this setting on each start (#3679).
  • Feature: The names of open folders in the file manager tree will now remain sticked to the top of the file manager as you scroll through its list of children. This is especially helpful in the "combined" file manager mode with folders containing many files and subfolders (such as reading notes or Zettelkasten folders).
  • Add strikethrough to the Markdown AST parser (#6263).
  • Fixed Markdown-to-HTML output to generate more valid HTML. This makes comparisons with DOM-inserted HTML deterministic and should reduce the amount of updates especially for complex widgets such as tables by a lot.
  • Reduced amount of image updates in the editor. This may increase performance especially for long documents with many images.
  • Fixed containing directories not uncollapsing when a containing file was made active.
  • Upon switching between files, the file tree now consistently scrolls to the affected file, making working with larger workspaces easier.
  • The scroll-behavior for scrolling files into view has changed from instant to smooth.
  • Fixed a small bug that could throw off switching between different file manager modes.
  • Fixed the cursor scroll margin again. This means that, after years of it not working, as you type there will now be some margin towards the top or bottom of the editor window, preventing the cursor to "stick" to the edge of the editor.
  • Update pt-PT translations (#6282).
  • Fixed an issue that would lead to unexpected navigation behavior across the file manager (#4329).
  • Fixed an issue where the file list would follow slightly different filtering rules than the file tree due to different function implementations.
  • Harmonized font usage to System fonts across the app (#5125).
  • Improve Mermaid chart error reporting (#6291).
Under the Hood
  • Switch from sanitize-html to DOMPurify for HTML sanitization, since the latter has much, much less issues with various types of exotic XML-type tags such as MathML.
  • Updated Electron to v41.1.1.
  • Security: Disallow any and all inline-JavaScript across all browser windows.
  • Security: Enforce loading remote resources using HTTPS.
  • Security: Generously spread HTML sanitization across the application. The following changes have been made:
    • Moved HTML sanitization to the edge (directly to the injection sinks).
    • Removed HTML sanitization from the translation helpers. The reason is that DOMPurify does not work out of the box in the main process, so we also removed the sanitization from the renderer-translation helper. However, this is safe since we do not insert the translations into HTML injection sinks. Also, this way we can apply DOM sanitization at the edge, and no longer at the beginning of the chain.
    • This also means that HTML is no longer allowed in translation strings.
    • Armed the v-html-rule again, and removed all v-html directives, and in instances where this was not possible, explicitly disable this with a reason.

Zettlr

Versienummer 4.4.0
Releasestatus Final
Besturingssystemen Linux, macOS, Windows 10, Windows 11
Website Zettlr
Download https://zettlr.com/download
Licentietype GPL

Door Bart van Klaveren

Downloads en Best Buy Guide

24-04-2026 • 19:03

6

Bron: Zettlr

Update-historie

19:03 Zettlr 4.4.0 6
30-03 Zettlr 4.3.1 0
21-03 Zettlr 4.3.0 0
07-03 Zettlr 4.2.1 0
21-02 Zettlr 4.2.0 0
28-01 Zettlr 4.1.1 5
13-01 Zettlr 4.1.0 2
28-12 Zettlr 4.0.0 4
31-07 Zettlr 3.6.0 0
07-'25 Zettlr 3.5.1 0
Meer historie

Reacties (6)

Sorteer op:

Weergave:

Heb nou al heel wat markdown editors geprobeerd en geen 1 kon mij echt behagen (heb er denk ik wel 15 geprobeerd) wat ik zoek is iets zoiets als Notepad++ maar dan met Markdown support
Krijg dat maar eens werkend
Kwestie van in Notepad++ naar Plugin>Plugins Admin navigeren. 'Markdown Panel' intypen, checkbox aanklikken, op Install drukken.

https://ibb.co/TBXNTxs2
Een notitie als txt file kan de minste hoeveelheid aan schijfruimte. Met dit programma Zettlr zou het wellicht verdiepend werken, en een zoekfunctie op steekwoorden is een soort van tijdmachine terug in de tijd.

Mogelijk een functie in het onderwijs of om items door te spitten, en vragen te generen.
Ik gebruik het nu een paar jaar. Ik leid vaak wiskundige relaties af voor mijn werk, en dat is vaak op papier. Vroeger zou ik het in LaTeX gieten (of een foto van mijn papiertje), nu stop ik het in markdown, met nog steeds een foto van mijn papiertje als backup. Het was vrij eenvoudig om een PDF van mijn werk te delen met collega's, met leesbare formules.

Ik vind het bewerken van markdown in VS Code/ VS Codium net wat makkelijker, maar het beetje extra functionaliteit, b.v. exporteren en om de boel georganiseerd te houden, is mij het verlies aan schijfruimte wel waard.

Om te kunnen reageren moet je ingelogd zijn