Lisk listing for Zim
Go to file
Gergely Polonkai 10bd0e29f7 Make __init__.py a bit more simple 2016-05-24 23:06:21 +02:00
.gitignore Initial version 2015-01-28 13:49:24 +01:00
README.md Update README.md 2015-01-28 13:54:50 +01:00
__init__.py Make __init__.py a bit more simple 2016-05-24 23:06:21 +02:00
linklist.py Make notebook name an argument instead of an option 2015-02-13 23:11:38 +00:00

README.md

Link listing for Zim

List all links in your Zim notebook, prefixed with an E for existing or M for missing pages.

This is a command line plugin for notebook maintenance or such tasks. The GUI is capable of displaying the full page list on its own.

Installation

Download/clone this repository in your $XDG_DATA_HOME/zim/plugins (usually it is in ~/.local/share). If that directory doesnt exist, you have to create it.

Usage

Open a terminal and enter

$ zim --plugin linklist --notebook <notebook name>

Add --missing-only or --existing-only to list only dangling or existing pages.