<component type="desktop-application">
<id>org.zim_wiki.Zim</id>
<name>Zim</name>
<summary>Write notes in a desktop wiki</summary>
<project_license>GPL-2.0+</project_license>
<description>
<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>
</description>
<pkgname>zim</pkgname>
<launchable type="desktop-id">org.zim_wiki.Zim.desktop</launchable>
<icon type="remote" width="48" height="48">org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/icons/48x48/zim_org.zim_wiki.Zim.png</icon>
<icon type="cached" width="64" height="64">zim_org.zim_wiki.Zim.png</icon>
<icon type="remote" width="64" height="64">org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/icons/64x64/zim_org.zim_wiki.Zim.png</icon>
<icon type="remote" width="128" height="128">org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/icons/128x128/zim_org.zim_wiki.Zim.png</icon>
<icon type="stock">org.zim_wiki.Zim</icon>
<url type="homepage">https://zim-wiki.org/</url>
<categories>
<category>Utility</category>
<category>TextEditor</category>
</categories>
<provides>
<mediatype>application/x-zim-notebook</mediatype>
<mediatype>text/x-zim-wiki</mediatype>
</provides>
<languages>
<lang percentage="78">am</lang>
<lang percentage="68">ar</lang>
<lang percentage="75">ca</lang>
<lang percentage="78">cs</lang>
<lang percentage="77">da</lang>
<lang percentage="100">de</lang>
<lang percentage="62">el</lang>
<lang percentage="76">en_GB</lang>
<lang percentage="100">en_US</lang>
<lang percentage="50">eo</lang>
<lang percentage="97">es</lang>
<lang percentage="38">et</lang>
<lang percentage="97">eu</lang>
<lang percentage="61">fi</lang>
<lang percentage="95">fr</lang>
<lang percentage="49">gl</lang>
<lang percentage="100">he</lang>
<lang percentage="100">hr</lang>
<lang percentage="97">hu</lang>
<lang percentage="75">id</lang>
<lang percentage="95">it</lang>
<lang percentage="77">ja</lang>
<lang percentage="71">ko</lang>
<lang percentage="69">nb</lang>
<lang percentage="93">nl</lang>
<lang percentage="59">pl</lang>
<lang percentage="97">pt</lang>
<lang percentage="99">pt_BR</lang>
<lang percentage="65">ro</lang>
<lang percentage="92">ru</lang>
<lang percentage="28">si</lang>
<lang percentage="41">sk</lang>
<lang percentage="55">sl</lang>
<lang percentage="46">sr</lang>
<lang percentage="74">sv</lang>
<lang percentage="57">tr</lang>
<lang percentage="71">uk</lang>
<lang percentage="100">zh_CN</lang>
<lang percentage="100">zh_TW</lang>
</languages>
<screenshots>
<screenshot type="default">
<image type="source" width="815" height="652">org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/screenshots/image-1_orig.png</image>
<image type="thumbnail" width="752" height="601">org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/screenshots/image-1_752x601.png</image>
<image type="thumbnail" width="624" height="499">org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/screenshots/image-1_624x499.png</image>
<image type="thumbnail" width="224" height="179">org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/screenshots/image-1_224x179.png</image>
</screenshot>
</screenshots>
<keywords>
<keyword>Text</keyword>
<keyword>Editor</keyword>
<keyword>Write</keyword>
<keyword>Wiki</keyword>
<keyword>Notes</keyword>
<keyword>Notebook</keyword>
<keyword>Journal</keyword>
</keywords>
<releases>
<release type="stable" version="0.76.1" timestamp="1738281600">
<description>
<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>
</description>
</release>
<release type="stable" version="0.76.0" timestamp="1735430400">
<description>
<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>
</description>
</release>
<release type="stable" version="0.75.2" timestamp="1688601600">
<description>
<ul>
<li>Add pagename completion by words in "Jump to"</li>
<li>Let tasklist window remember selection state</li>
<li>Let tasklist window use a search bar</li>
<li>Add count in tasklist window</li>
<li>Fix auto-collapse in page index for child nodes</li>
<li>Fix import of gtkspellcheck</li>
<li>Make spellcheck more robust for page reload</li>
<li>Fix bug in insert screenshot</li>
<li>Add scrollbar to custom tool window</li>
<li>Fix config dirs for portable install</li>
<li>Use environment variable for `XDG_TEMPLATES_DIR`</li>
<li>Fix links to anchors on export</li>
<li>Fix bug in copy-paste of interwiki links</li>
<li>Updated diagrameditor and sequencediagrameditor plugins to generate SVG</li>
<li>Add keybinding for cutting the current line(s)</li>
<li>Fix fullscreen headerbar visibility</li>
</ul>
</description>
</release>
<release type="stable" version="0.75.1" timestamp="1666656000">
<description>
<ul>
<li>Fix bug with relative path notebook icon</li>
<li>Fix bug with icons in notebookdialog</li>
<li>Fix bug with loading sub-notebooks via "notebook.zim"</li>
<li>Fix bug with "--list" commandline</li>
<li>Fix issue opening unicode attachements on win32</li>
<li>Fix saving preferences for edit bar</li>
<li>Fix link visibility in TableEditor</li>
<li>Use flatpak locale directory in flatpak</li>
</ul>
</description>
</release>
</releases>
<content_rating type="oars-1.1"/>
</component>