Zettlr

Hendrik Erz·Zettlr.Zettlr

Your one-stop publication workbench

Zettlr brings simplicity back to your texts. Open-minded writing that adapts to your style. Fast information retrieval that finds what matters to you. Versatile exporting that enables you to adapt to whatever publication pipeline your employer or school uses.

winget install --id Zettlr.Zettlr --exact --source winget

Latest 4.8.0·September 18, 2026

Release Notes

Admonition Support | Translation Updates | Bug Fixes and Performance Improvements This update to Zettlr brings three major improvements and changes alongside a mix of various performance improvements. Most importantly, we are proud to announce that Zettlr now has support for admonitions! Then, we have received numerous updates to translations from our community so that the localized support is now much better — shoutout to the various community members who made this a reality. Check out the new contributors at the end of this changelog. Lastly, we have changed a long-standing severe logical bug in the search functionality. Please make sure to thoroughly read this changelog before updating so that you know what's coming. We have also taken the time to write a long release note over on the Zettlr blog introducing all of these changes and explaining the admonition syntax in depths. So head over to the blog and get to know everything that's new in this version. Happy writing! Do you enjoy Zettlr? Then consider making a donation to help us pay for the development costs. You can donate monthly on Patreon or once via PayPal. Additionally, you can directly sponsor Hendrik Erz on GitHub or send a tip on Ko-Fi. Thanks for your support! Changelog Admonitions After more than six years in the making, we are proud to announce admonitions as a new feature for Zettlr. The app now supports the more and more common syntax that GitHub and other Markdown editors already support, using Blockquotes with a custom header. You can create notes, tips, warnings, important blocks, and caution blocks like so:

[!note] This is the note's title This is the content of the note. The title after the keyword is optional, and you can use both uppercase keywords and lowercase keywords. Zettlr comes with a built-in renderer so that you can immediately see what the admonitions might look like upon export (note that the final styling depends on the export option chosen and support for this type of element). The renderer can be enabled or disabled exactly like the existing renderers. When you "copy" a selection that contains an admonition using the "with style" option, Zettlr will transform the admonition correctly, but whether the admonition retains its styles depend on the application into which you paste this code. Note that admonition support upon exporting requires the alerts extension. You can enable it manually in your export profile configuration, or enforce support (where available) via the export settings. Deprecation Note: Dropping Support for OS Versions in Next Release This is the last Zettlr release shipping with Electron version 43. The next release will switch to Electrion version 44, which drops support for the following operating systems:

  • Ubuntu 17.04 or earlier
  • macOS 12 (Monterey) Please make sure to update your operating system before the next version of Zettlr ships if you are affected by this change. GUI and Functionality
  • Feature: Admonitions are here! Zettlr now supports a broad range of admonitions (sometimes also referred to as alerts or callouts). You can use admonitions to emphasize certain content in your documents using Blockquote syntax with a special header (see PR. #6497 for details). This closes a long- standing feature request (#532). Some notes:
    • Admonitions come with support of five keywords: note (gray), tip (green), warning (yellow), important (purple), and caution (red).
    • Zettlr supports custom titles for admonitions (full compatibility with other popular Markdown editors).
    • The app ships with a renderer for admonitions that you can turn on and off just like any other renderer.
    • Note that, to make admonitions survive exports, you will need to enable the alerts-extension of Pandoc in the reader of the profile in question.
    • Zettlr will use similar HTML-syntax when you copy text with admonitions using the "Copy with Styles" option, but whether this survives pasting into other applications depends on support on their side.
  • Feature: You can now choose whether you want to automatically accept the selected autocomplete suggestion when pressing Tab, Enter, both, or disable automatic accepting entirely (#6485).
  • Change: The old mark setting has been replaced by a new settings category that enforces support for several Pandoc extensions during export. If you have disabled the mark support in the import/export settings previously, you will need to disable this again after updating Zettlr.
  • Change: Fixed a fundamental issue with the full-text search that would turn AND-searches implicitly into OR searches. If you relied on how the full-text search actually worked, and not how it was described in the documentation, you will now have to explicitly add pipe-operators (|) between your search terms to mark them as alternatives. By default, the full- text search now requires all operators separated by a space to be present in a file to be considered a valid result (#6517).
  • New Translation: Zettlr now ships with an additional language: Azerbaijani. See PR #6548 for details.
  • Improved the custom title bar style on both Linux (if native appearance is turned off) and Windows. Here's what changed:
    1. The logo is now an actual element rather than background, and has been scaled down to better fit into the menu bar.
    2. The window controls now use a transparent background and a light/dark color depending on which theme the app is currently using.
    3. Improved the spacing around the menu items to make them less menacing.
  • Fixed the about window's debug tab: No more horizontal scrolling, and the PATH-variable is properly split into segments.
  • Fixed some alignment issues with custom symbols on toolbar buttons; now the buttons should all be properly centered.
  • Fixed an issue where in some places instead of showing you a proper file title, the app would default to only showing you the filename, and neither a heading or YAML title, if you specified it as such. Now, the logic has been centralized and everywhere you expect a proper file title it should now show you one (see #6471).
  • Set default mode for LanguageTool to standard for new installations. If you prefer picky, simply set it accordingly.
  • Fixed an issue where configuration changes emitted from the onboarding dialog for new users were one-way-only, with no way to undo the changes. This has now been changed: the buttons accurately reflect the actual configuration state, and pressing the buttons multiple times toggles between the two sets of suggested settings (#6429).
  • Update translations:
    • ko-KO (#6478).
    • de-DE.
    • ja-JP (#6480).
    • ca-ES (#6530).
    • pt-BR (#6537).
    • tr-TR (#6533).
    • az-AZ (#6548).
  • Renamed "Remove line breaks" to "Remove excess line breaks."
  • Fixed an issue in full text search where multiple search terms separated by whitespace would use an 'OR' operator rather than the documented 'AND' operator. Now, search terms separated by whitespace correctly use the 'AND' operator (#6517).
  • Fixed an issue that prevented inserting a new row when the cursor is placed in the final row of the table (#6512; #6513). Under the Hood
  • Update Electron to v43.6.0.
  • Zettlr now checks whether a Pandoc extension it seeks to enable during export is actually supported by the reader to avoid errors when, e.g., using the commonmark reader which does not support the mark extension.
  • Updates to the translations are now deterministic (#6538). This causes minimal diffs between iterations and should also reduce the risks for merge conflicts between open translation PRs and POT update PRs. New Contributors
  • @JasonCutter made their first contribution in https://github.com/Zettlr/Zettlr/pull/6478
  • @samuelnello made their first contribution in https://github.com/Zettlr/Zettlr/pull/6530
  • @laurentbrunetm made their first contribution in https://github.com/Zettlr/Zettlr/pull/6518
  • @bay0rdek made their first contribution in https://github.com/Zettlr/Zettlr/pull/6533
  • @xtqqczze made their first contribution in https://github.com/Zettlr/Zettlr/pull/6488
  • @atirna made their first contribution in https://github.com/Zettlr/Zettlr/pull/6513
  • @jamalkamaladdin made their first contribution in https://github.com/Zettlr/Zettlr/pull/6548 Full Changelog: https://github.com/Zettlr/Zettlr/compare/v4.7.0...v4.8.0

Installer type: nullsoft

x64user4078C648AFD1141EC0230CB6CACFBB032BBD1D8AFDDCD822049EF9A2E6D1E8D6
x64machine4078C648AFD1141EC0230CB6CACFBB032BBD1D8AFDDCD822049EF9A2E6D1E8D6

Details

Homepage
https://www.zettlr.com/
License
GPL-3.0
Publisher
Hendrik Erz
Support
https://github.com/Zettlr/Zettlr/issues
Privacy Policy
https://www.zettlr.com/privacy
Copyright
Zettlr © Hendrik Erz 2017–2026

Tags

academicscitationcitedocsdocumenteditormarkdownresearchwriter

Older versions (51)

4.7.0
x64user70354EAEEAEA7D0592EED91E030A35461CBB3EC73165D96BFDE8A9423B43330C
x64machine70354EAEEAEA7D0592EED91E030A35461CBB3EC73165D96BFDE8A9423B43330C
4.6.0
x64user79670357C5BADCC7BAB7FF73EBC7F57D50647BD141AD655B94913010BD707874
x64machine79670357C5BADCC7BAB7FF73EBC7F57D50647BD141AD655B94913010BD707874
4.5.0
x64user93DB764F669494EA805540D035D0579672480753AAD60BCDDE56A1CCF079829E
x64machine93DB764F669494EA805540D035D0579672480753AAD60BCDDE56A1CCF079829E
4.4.0
x64user407C11AF21F11EDBFAEDFB81C4E072C75F62D8690D87E6E3AAFDCA26B25E30B8
x64machine407C11AF21F11EDBFAEDFB81C4E072C75F62D8690D87E6E3AAFDCA26B25E30B8
4.3.1
x64user77111F108877AD3F94DC0516D5A4B091404F44768D8480577F6480E502F04390
x64machine77111F108877AD3F94DC0516D5A4B091404F44768D8480577F6480E502F04390
4.3.0
x64user0EF29DF70A81ACC8FADE2BA04830D00C78070B6159984605B8626124653F016C
x64machine0EF29DF70A81ACC8FADE2BA04830D00C78070B6159984605B8626124653F016C
4.2.1
x64user27D60E8C47B339486214F87BB3F30E259C9E7D9CA9C467FB5500C2C329D824A4
x64machine27D60E8C47B339486214F87BB3F30E259C9E7D9CA9C467FB5500C2C329D824A4
4.2.0
x64userDCDCB86753270053D526D7CEE029ED77D281961472F0B5726AC4211BF0613F27
x64machineDCDCB86753270053D526D7CEE029ED77D281961472F0B5726AC4211BF0613F27
4.1.1
x64userD57E84EB10D3BCC38E2C2E5D5AA034F2791326F5A2B95EEE5709BDCF80E99855
x64machineD57E84EB10D3BCC38E2C2E5D5AA034F2791326F5A2B95EEE5709BDCF80E99855
4.1.0
x64userDB1C34258923114CA091B20C23787BF0139EF9AAB8530BD6D8CE9095EA8FEE2E
x64machineDB1C34258923114CA091B20C23787BF0139EF9AAB8530BD6D8CE9095EA8FEE2E
4.0.0
x64user14E49A7E14E9375286EB75F11F9E299EF5D647F7EA1596A90F90758A4043611B
x64machine14E49A7E14E9375286EB75F11F9E299EF5D647F7EA1596A90F90758A4043611B
3.6.0
x64user1DB36800F7D96166AF19185939B30F9B382DB78792EB969E36101CA4F577A677
x64machine1DB36800F7D96166AF19185939B30F9B382DB78792EB969E36101CA4F577A677
3.5.1
x64user88BFBFA2D68EB1D5E79F3A5D5D614FB32B39535C94C86EFA408F03F97D337C6C
x64machine88BFBFA2D68EB1D5E79F3A5D5D614FB32B39535C94C86EFA408F03F97D337C6C
3.5.0
x64user29AB3E2C176A5B4DD1BA2ACB6570A2B8BAA165A85545666523945D880FD55ECE
x64machine29AB3E2C176A5B4DD1BA2ACB6570A2B8BAA165A85545666523945D880FD55ECE
3.4.4
x64user19D31F9196A853C607B2D71B1086F8D3935ACBA5764F394F04DCF723B16F9ACC
x64machine19D31F9196A853C607B2D71B1086F8D3935ACBA5764F394F04DCF723B16F9ACC
3.4.3
x64userDFD0289D924425AE8C7B59A4A81C7826CEE2B2D86D0C2642E8CC69949396D96C
x64machineDFD0289D924425AE8C7B59A4A81C7826CEE2B2D86D0C2642E8CC69949396D96C
3.4.2
x64userBFBE45F54863C8575103A8C6ABF4C35652BC9C52D34D8194A78CF5953C1E1E8F
x64machineBFBE45F54863C8575103A8C6ABF4C35652BC9C52D34D8194A78CF5953C1E1E8F
3.4.1
x64user455F405646438F4A06B51A2CEBCAD11851BB09C204B7ED3C561864D9D8B88812
x64machine455F405646438F4A06B51A2CEBCAD11851BB09C204B7ED3C561864D9D8B88812
3.4.0
x64user09E046AD756B1539D32AA11DDD4B7C9474ACBC603D2F4E3CCC540603F995A3E5
x64machine09E046AD756B1539D32AA11DDD4B7C9474ACBC603D2F4E3CCC540603F995A3E5
3.3.1
x64userEFBABB32DF6A3EB710C4B24167B9C5C21CC2D52E5C3567EE7B73B71574A27CE0
x64machineEFBABB32DF6A3EB710C4B24167B9C5C21CC2D52E5C3567EE7B73B71574A27CE0
3.2.3
x64user68696E8CF24EC8BF1D5552CD11325162BEE31C104CBADDE6EA44BE5CEBB8CDDD
x64machine68696E8CF24EC8BF1D5552CD11325162BEE31C104CBADDE6EA44BE5CEBB8CDDD
3.2.2
x64user13226E5D662FCB3E4F4F43F8A3BA056E6DEE5AD09C5C50EC5ED961BFB1AEB22E
x64machine13226E5D662FCB3E4F4F43F8A3BA056E6DEE5AD09C5C50EC5ED961BFB1AEB22E
3.2.1
x64user490DDDF4D14C17C1B92529ADA293184B760EF2F132F8DA07DC09B474C43EE522
x64machine490DDDF4D14C17C1B92529ADA293184B760EF2F132F8DA07DC09B474C43EE522
3.2.0
x64user598874D236A8F6501523DD8BF08E70A8A49FFA0320DD7DE84772EBA55CD2D857
x64machine598874D236A8F6501523DD8BF08E70A8A49FFA0320DD7DE84772EBA55CD2D857
3.1.1
x64userD795422A95327E609C4D2DF8C18552718BA3F3B5046C9F3E82B3E820FBB0D7A8
x64machineD795422A95327E609C4D2DF8C18552718BA3F3B5046C9F3E82B3E820FBB0D7A8
3.1.0
x64userB437A6513E073E8B3E514C5480F45E077B589F0F289267D8E0788F894FB86CE9
x64machineB437A6513E073E8B3E514C5480F45E077B589F0F289267D8E0788F894FB86CE9
3.0.5
x64userE3147CFBA7DD3A506FC1F1CA93C393DD622B8782396E51E96862167D33C7B9B4
x64machineE3147CFBA7DD3A506FC1F1CA93C393DD622B8782396E51E96862167D33C7B9B4
3.0.3
x64user4ED68CA1B4E211D0196405C8B7AD9FD906627941348B8C110E81E1E66249929A
x64machine4ED68CA1B4E211D0196405C8B7AD9FD906627941348B8C110E81E1E66249929A
3.0.2
x64user16F8AC57EA5925D0C79140D53C3FA475D045B433B1F89DD62192B9E6E82E036F
x64machine16F8AC57EA5925D0C79140D53C3FA475D045B433B1F89DD62192B9E6E82E036F
3.0.1
x64user2DB07A89DC00E676EA17C69E82A5DCBE55F917673BB29612EBB2FB7D39B13240
x64machine2DB07A89DC00E676EA17C69E82A5DCBE55F917673BB29612EBB2FB7D39B13240
3.0.0
x64user2274431D3D252968FEED721BF580EBEB3C88D7ECCA2381ED2CB45BFDB26D1AC3
x64machine2274431D3D252968FEED721BF580EBEB3C88D7ECCA2381ED2CB45BFDB26D1AC3
arm64user2274431D3D252968FEED721BF580EBEB3C88D7ECCA2381ED2CB45BFDB26D1AC3
arm64machine2274431D3D252968FEED721BF580EBEB3C88D7ECCA2381ED2CB45BFDB26D1AC3
2.3.0
arm64userFD977EB5E0F3CBDE0E50B1332CCA737DA29152F752A713FBD6DFDBDADC625509
arm64machineFD977EB5E0F3CBDE0E50B1332CCA737DA29152F752A713FBD6DFDBDADC625509
x64userD7D6EC230F16BC2D57433325EEB2E883F541B634E1E76BAA8195E35E6B62A9CD
x64machineD7D6EC230F16BC2D57433325EEB2E883F541B634E1E76BAA8195E35E6B62A9CD
2.2.6
arm64user3B0A35F158C49D48F21B735F3A5F9BAF30454733ACAF1D0233AB600E0E0B0D05
arm64machine3B0A35F158C49D48F21B735F3A5F9BAF30454733ACAF1D0233AB600E0E0B0D05
x64user7E8BF9CFB31F248A5F0FCEE962E4E97C70987476EB428246D77B3006DBCFCC06
x64machine7E8BF9CFB31F248A5F0FCEE962E4E97C70987476EB428246D77B3006DBCFCC06
2.2.5
arm64userEA13638AE6FD0D0EB7ACA068921AD003937D309397A9D6BBF0CAB37F136770A3
arm64machineEA13638AE6FD0D0EB7ACA068921AD003937D309397A9D6BBF0CAB37F136770A3
x64user041C42A4679BBA4F57B818F05AC2FC880A2C88E096B4733E8B778A26CCD362C4
x64machine041C42A4679BBA4F57B818F05AC2FC880A2C88E096B4733E8B778A26CCD362C4
2.2.4
arm64user5E852547BA1CA67657E5291AC975E6F278A2D0AE16876823DB6F6FB4ECC242A0
arm64machine5E852547BA1CA67657E5291AC975E6F278A2D0AE16876823DB6F6FB4ECC242A0
x64user066E1BC6259D5C09771EDE5EA21457E99BACEA8FAF768B0F5245CFB42E2E1C21
x64machine066E1BC6259D5C09771EDE5EA21457E99BACEA8FAF768B0F5245CFB42E2E1C21
2.2.3
arm64userF5F3067B3CD2C64D3B5839716209B4AB9CD207DF5B0A7302E8EFBE6D606062BE
arm64machineF5F3067B3CD2C64D3B5839716209B4AB9CD207DF5B0A7302E8EFBE6D606062BE
x64userFBC86A7BBFC59CF34C22DDC296A5EAB6160038506E9AC20AA6C52418513CA69F
x64machineFBC86A7BBFC59CF34C22DDC296A5EAB6160038506E9AC20AA6C52418513CA69F
2.2.2
arm64user2B6A8BF031D330EA1E0CF28D5F4DFB5C2F7E4A92672B8BF5F3EFC5509610BE4B
arm64machine2B6A8BF031D330EA1E0CF28D5F4DFB5C2F7E4A92672B8BF5F3EFC5509610BE4B
x64user3BE067C1A9E2CB63407F5AC5FF935BA4EE14347CDC1D4E0D6BFE31652B5975BE
x64machine3BE067C1A9E2CB63407F5AC5FF935BA4EE14347CDC1D4E0D6BFE31652B5975BE
2.2.1
arm64user2480DAD34F88874283F3C7C0DA394D0E978A6210EFB83FB32AB484CB818A1762
arm64machine2480DAD34F88874283F3C7C0DA394D0E978A6210EFB83FB32AB484CB818A1762
x64user7AC8C195EE958506E4D7FAA5D24CF337BB0243D046E3012B007B5CAA6DA3BE7E
x64machine7AC8C195EE958506E4D7FAA5D24CF337BB0243D046E3012B007B5CAA6DA3BE7E
2.2.0
arm64userD25B6FD1CEA7460EC5AC40F4B5EC0B935667B81971F1FD5961F622533B75D699
arm64machineD25B6FD1CEA7460EC5AC40F4B5EC0B935667B81971F1FD5961F622533B75D699
x64userBC69A3147A68EA21AF1070F71DD22A77AD6E9C058F1E8EF7C55F2355F66B0656
x64machineBC69A3147A68EA21AF1070F71DD22A77AD6E9C058F1E8EF7C55F2355F66B0656
2.1.3
arm64userEAB82E002157DD3125556267D91DE99F38E90610F2734790523A5B38AADBF3ED
arm64machineEAB82E002157DD3125556267D91DE99F38E90610F2734790523A5B38AADBF3ED
x64user6F6207DB49CB27649E1AA8F2C077E6B6ED57E53D0CB52E69AA6DF020356325A8
x64machine6F6207DB49CB27649E1AA8F2C077E6B6ED57E53D0CB52E69AA6DF020356325A8
2.1.2
arm64userFA9CE5A7F03F0B09FDA54FB25D43B544346C7AF60BFFBA2D80EABA862220CC93
arm64machineFA9CE5A7F03F0B09FDA54FB25D43B544346C7AF60BFFBA2D80EABA862220CC93
x64user7A1ADAFFFCED59FC91A68A3C0D6DFEDAEFB11D912A6415EDD6CAE161DF3DB8EB
x64machine7A1ADAFFFCED59FC91A68A3C0D6DFEDAEFB11D912A6415EDD6CAE161DF3DB8EB
2.1.1
arm64userB1FEA25C2861AB7528600646D0B47A166A9D98592D71F7F5A12A239062FC3666
arm64machineB1FEA25C2861AB7528600646D0B47A166A9D98592D71F7F5A12A239062FC3666
x64user57249CAC49863FB34485D8DF1EE0B16D39F008CD7C66ED64291C0CAE6A2CE2EC
x64machine57249CAC49863FB34485D8DF1EE0B16D39F008CD7C66ED64291C0CAE6A2CE2EC
2.1.0
arm64userFB2581666045691CFEB48C7E02296368E425AFFFEF9C44816710655B7C36BBB9
arm64machineFB2581666045691CFEB48C7E02296368E425AFFFEF9C44816710655B7C36BBB9
x64user54E48635360683F5D02A58302F62E0A2E60C463ED0163F3A70BAE0116A1805B1
x64machine54E48635360683F5D02A58302F62E0A2E60C463ED0163F3A70BAE0116A1805B1
2.0.3
x64user18BF3FE43AF7D62EAB951E7F8E7C8EEE4CE770AF925232D40A7EC474AE49CC83
x64machine18BF3FE43AF7D62EAB951E7F8E7C8EEE4CE770AF925232D40A7EC474AE49CC83
arm64userBFF077A89CB5650AA9B3FF6D3A09F94208CEA9E632E024A505FE948330898F34
arm64machineBFF077A89CB5650AA9B3FF6D3A09F94208CEA9E632E024A505FE948330898F34
2.0.2
x64userDE6DF76D0F9C5B069298F6F68C69DDEE329C6B5DDC96B29EFA700CD5BA1A94BF
x64machineDE6DF76D0F9C5B069298F6F68C69DDEE329C6B5DDC96B29EFA700CD5BA1A94BF
arm64user481ABA064DC7BA95903DDCDAD95220CA75CB6031B9779462131A0AE1E2132C2E
arm64machine481ABA064DC7BA95903DDCDAD95220CA75CB6031B9779462131A0AE1E2132C2E
2.0.1
x64user08ED71FA7E5E8C7D88763EF5CBA9F3CCB33D036D3B7356F9E215709289113A5F
x64machine08ED71FA7E5E8C7D88763EF5CBA9F3CCB33D036D3B7356F9E215709289113A5F
arm64userF8DC541832C9E486808A482E3F7C8A39D213A7D0EAD9DA90029DC8640D122707
arm64machineF8DC541832C9E486808A482E3F7C8A39D213A7D0EAD9DA90029DC8640D122707
2.0.0
x64userD74FA5BD259ACD489758BB8E2FF4020B37496B28908E59D5D7DBC17987482DD4
x64machineD74FA5BD259ACD489758BB8E2FF4020B37496B28908E59D5D7DBC17987482DD4
arm64userC9340477396CF878B2A970C723420D5141708CCDADB7471FD9493BB1DB9A8061
arm64machineC9340477396CF878B2A970C723420D5141708CCDADB7471FD9493BB1DB9A8061
1.8.9
x64user4284C07CE3ED98FBBB0E2A8313D8703C9BACB718CA5CEEFA1C3E6E8ABB5BC799
x64machine4284C07CE3ED98FBBB0E2A8313D8703C9BACB718CA5CEEFA1C3E6E8ABB5BC799
arm64userF1B6210CB317446B93F9C6CC683258455AF7F65BDEEEDCB004A67A453DB3A421
arm64machineF1B6210CB317446B93F9C6CC683258455AF7F65BDEEEDCB004A67A453DB3A421
1.8.8
x64—4E28D11A4E9A56A865B6AA49C00F1CCECE1D9FE478FA373A280A8817981A465D
1.8.7
x64—6A3BB50A11475CD8F8C47A0B018153374F6B6DC6F2D9F955234109B62D94EE0F
1.6.0
neutral—88B99E7B22B746F39958DBB8B434C886462708871CC230A109F0705B90D2095C