Skip to content
epitron edited this page Nov 5, 2014 · 2 revisions

A plugin which uses git, hg, or bzr to commit your changes when zim starts up, and when it exits.

For more info, see: Version Control Plugin documentation (on zim-wiki.org)

If you'd like to commit your changes at regular timed intervals (eg: every 10 minutes), this plugin can't do that yet. However, if you would prefer that, a good solution is to create a cron job or scheduled task which periodically runs a script to commit your changes using git, hg, or bzr.

Clone this wiki locally