⇦ | zim [universe]
Last updated on: 2025-02-24 00:45 [UTC]

Metadata for zim in universe

org.zim_wiki.Zim - 0.76.1-1 ⚙ all

Icon
---
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/5bf67bc279831bf315313618191ca107/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/5bf67bc279831bf315313618191ca107/screenshots/image-1_752x601@1.png
    width: 752
    height: 601
  - url: org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/screenshots/image-1_624x499@1.png
    width: 624
    height: 499
  - url: org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/screenshots/image-1_224x179@1.png
    width: 224
    height: 179
  source-image:
    url: org/zim_wiki/Zim/5bf67bc279831bf315313618191ca107/screenshots/image-1_orig.png
    width: 815
    height: 652
Languages:
- locale: am
  percentage: 78
- locale: ar
  percentage: 68
- locale: ca
  percentage: 75
- locale: cs
  percentage: 78
- locale: da
  percentage: 77
- locale: de
  percentage: 100
- locale: el
  percentage: 62
- locale: en_GB
  percentage: 76
- locale: en_US
  percentage: 100
- locale: eo
  percentage: 50
- locale: es
  percentage: 97
- locale: et
  percentage: 38
- locale: eu
  percentage: 97
- locale: fi
  percentage: 61
- locale: fr
  percentage: 95
- locale: gl
  percentage: 49
- locale: he
  percentage: 100
- locale: hr
  percentage: 100
- locale: hu
  percentage: 97
- locale: id
  percentage: 75
- locale: it
  percentage: 95
- locale: ja
  percentage: 77
- locale: ko
  percentage: 71
- locale: nb
  percentage: 69
- locale: nl
  percentage: 93
- locale: pl
  percentage: 59
- locale: pt
  percentage: 97
- locale: pt_BR
  percentage: 99
- locale: ro
  percentage: 65
- locale: ru
  percentage: 92
- locale: si
  percentage: 28
- locale: sk
  percentage: 41
- locale: sl
  percentage: 55
- locale: sr
  percentage: 46
- locale: sv
  percentage: 74
- locale: tr
  percentage: 57
- locale: uk
  percentage: 71
- locale: zh_CN
  percentage: 100
- locale: zh_TW
  percentage: 100
Releases:
- 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>
- version: 0.75.2
  type: stable
  unix-timestamp: 1688601600
  description:
    C: >-
      <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>
- version: 0.75.1
  type: stable
  unix-timestamp: 1666656000
  description:
    C: >-
      <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>
ContentRating:
  oars-1.1: {}