Zim is a graphical text editor designed to maintain a collection of locally stored wiki-pages, a personal wiki. Each wiki-page can contain things like text with simple formatting, links to other pages, attachments, and images. Additional plugins, such as an equation editor and spell-checker, are also available. The wiki-pages are stored in a folder structure in plain text files with wiki formatting.
Zim is written in Python using GTK+ libraries. It is free software licensed under the GNU General Public License (GPL).
Video Zim (software)
Features
Features include:
- Text is written in lightweight text mark-up (hybrid DocuWiki/Markdown). Text input has inline preview system similar to VisualEditor. Writing mark-up text in certain way gets it converted instantly into "rich text". These include things like headers and lists, tables, diagrams.
- Multimedia content: images, files attachment, calendar
- Links to other pages
- Multi-documents tabs
- Application does auto-saving per character. Also cursor position is saved for every note.
- Revision control system (Bazaar, Git, Mercurial, Fossil)
- Tagging system
- Tasks/Todo list system
- Export single or compilation of the notes into HTML, slideshow, Markdown or ReStructuredText
- Support for Getting Things Done method
Plugins
Zim can be extended with plugins. These include:
- Equations (using LaTeX and dvipng)
- Plots (using GNU R or Gnuplot)
- Spell checking (using gtkspell)
- Diagrams (using Graphviz)
- Table of Content navigation
- GNOME's Zeitgeist integration
- Lilypond note sheet integration
Maps Zim (software)
Availability
Several Linux distributions include Zim in their repositories (as of 2011), in particular Debian, Ubuntu, Arch Linux and Fedora. Also FreeBSD, OpenBSD and OpenSUSE include Zim in their ports collections.
The core features of Zim depend on python, gtk and python-gtk modules and thus Zim can be easily ported to any platform where these modules are available. In particular, Zim has been ported to the Microsoft Windows operating system. There were attempts and plans to port to Android.
See also
- Tomboy (software)
- Personal wiki
- List of wiki software
- Comparison of wiki software
- Comparison of notetaking software
References
External links
- Official website
Source of the article : Wikipedia