---
Type: desktop-application
ID: org.zim_wiki.Zim
Package: zim
ProjectLicense: GPL-2.0+
Name:
C: Zim
Summary:
C: Write notes in a desktop wiki
Description:
C: >-
<p>
Zim brings the power of a wiki to your desktop, providing a neat and structured
way to take notes and record your thoughts.
Each page in Zim is automatically saved as text file with wiki markup,
including the ability to link pages and to add other files as attachments.
Pages in Zim are also displayed in the sidebar in a hierarchical tree style
layout to help organize your notes better.
</p>
<p>
Various plugins provide additional functionality, like a task list manager,
an equation editor, a tray icon, and support for version control.
</p>
<p>Zim can be used to:</p>
<ul>
<li>Keep an archive of notes</li>
<li>Keep a daily or weekly journal</li>
<li>Take notes during meetings or lectures</li>
<li>Organize task lists</li>
<li>Draft blog entries and emails</li>
<li>Do brainstorming</li>
</ul>
Categories:
- Utility
- TextEditor
Keywords:
C:
- Text
- Editor
- Write
- Wiki
- Notes
- Notebook
- Journal
Url:
homepage: https://zim-wiki.org/
Icon:
cached:
- name: zim_org.zim_wiki.Zim.png
width: 48
height: 48
- name: zim_org.zim_wiki.Zim.png
width: 64
height: 64
- name: zim_org.zim_wiki.Zim.png
width: 128
height: 128
remote:
- url: org/zim_wiki/Zim/1d1ccfaf7d24a051d3a99d1c633104b9/icons/128x128/zim_org.zim_wiki.Zim.png
width: 128
height: 128
stock: org.zim_wiki.Zim
Launchable:
desktop-id:
- org.zim_wiki.Zim.desktop
Provides:
mediatypes:
- application/x-zim-notebook
- text/x-zim-wiki
Screenshots:
- default: true
thumbnails:
- url: org/zim_wiki/Zim/1d1ccfaf7d24a051d3a99d1c633104b9/screenshots/image-1_752x601@1.png
width: 752
height: 601
- url: org/zim_wiki/Zim/1d1ccfaf7d24a051d3a99d1c633104b9/screenshots/image-1_624x499@1.png
width: 624
height: 499
- url: org/zim_wiki/Zim/1d1ccfaf7d24a051d3a99d1c633104b9/screenshots/image-1_224x179@1.png
width: 224
height: 179
source-image:
url: org/zim_wiki/Zim/1d1ccfaf7d24a051d3a99d1c633104b9/screenshots/image-1_orig.png
width: 815
height: 652
Languages:
- locale: am
percentage: 78
- locale: ar
percentage: 67
- locale: ca
percentage: 75
- locale: cs
percentage: 77
- locale: da
percentage: 77
- locale: de
percentage: 100
- locale: el
percentage: 66
- locale: en_GB
percentage: 76
- locale: en_US
percentage: 100
- locale: eo
percentage: 50
- locale: es
percentage: 96
- locale: et
percentage: 37
- locale: eu
percentage: 100
- locale: fi
percentage: 61
- locale: fr
percentage: 100
- locale: gl
percentage: 49
- locale: he
percentage: 100
- locale: hr
percentage: 100
- locale: hu
percentage: 96
- locale: id
percentage: 74
- locale: it
percentage: 95
- locale: ja
percentage: 76
- locale: ko
percentage: 71
- locale: nb
percentage: 68
- locale: nl
percentage: 99
- locale: pl
percentage: 59
- locale: pt
percentage: 96
- locale: pt_BR
percentage: 99
- locale: ro
percentage: 64
- locale: ru
percentage: 94
- locale: si
percentage: 28
- locale: sk
percentage: 41
- locale: sl
percentage: 55
- locale: sr
percentage: 45
- locale: sv
percentage: 74
- locale: ta
percentage: 100
- locale: tr
percentage: 57
- locale: uk
percentage: 71
- locale: zh_CN
percentage: 100
- locale: zh_TW
percentage: 100
Releases:
- version: 0.76.3
type: stable
unix-timestamp: 1743120000
description:
C: >-
<ul>
<li>Add seperator to template for new files</li>
<li>Fix spellcheck state at startup</li>
<li>Fix cursor position after undo indent</li>
<li>Fix test suite release 0.76.2</li>
</ul>
- version: 0.76.2
type: stable
unix-timestamp: 1741824000
description:
C: >-
<ul>
<li>Let new page and quicknote templates place cursor</li>
<li>Let find match within sourceview blocks</li>
<li>Add property with template for filename of pasted images</li>
<li>In InsertLinkDialog translate file to page link</li>
<li>Fix issue with GSPell support</li>
</ul>
- version: 0.76.1
type: stable
unix-timestamp: 1738281600
description:
C: >-
<ul>
<li>Fix bug in auto-save on quit</li>
<li>Fix bug with find for pages with table object</li>
<li>Fix bug with undo deleting table object</li>
<li>Fix bug with out-denting verbatim text</li>
<li>Fix issue with linesorter plugin</li>
<li>Fix issue in commandline parsing for quicknote</li>
<li>Fix tray-icon plugin issues</li>
<li>Fix bug for Unix style links on Windows</li>
<li>Merge fixes for Indexed FTS search plugin</li>
<li>Let ToC selection follow cursor</li>
</ul>
- version: 0.76.0
type: stable
unix-timestamp: 1735430400
description:
C: >-
<ul>
<li>Add Indexed Full-Text Search plugin</li>
<li>Add Window Title Editor plugin</li>
<li>Add Mermaid diagrams plugin</li>
<li>Add preference to toggle dark theme variant</li>
<li>Add separate style for page links</li>
<li>Add commandline page import</li>
<li>Add preferences menu for side pane widgets</li>
<li>Diagram plugin: add preference for default text</li>
<li>Journal plugin: add range offsets to `journal_plugin.days()` in template</li>
<li>Search: add option to output scores on the command line</li>
<li>Spellcheck plugin: add Gspell support</li>
<li>Quicknote plugin: support wiki heading format as page name</li>
<li>Arithmetic plugin: add option for limiting output decimals</li>
<li>Markdown export: use blockquote to export indented paragraphs</li>
<li>Markdown export: include image dimensions and ID</li>
<li>Windows: fix high CPU usage by storing child process PID</li>
<li>Windows: Fix unicode handling of strftime for windows</li>
<li>Refactor to use Gtk.Application</li>
<li>Refactor zim.parser to zim.parse.regexparser</li>
<li>Refactor find API for pageview</li>
<li>Refactor internal serialization for textbuffer</li>
<li>Refactor parsing modules and utils</li>
<li>Port setup.py from distutils to setuptools</li>
</ul>
ContentRating:
oars-1.1: {}