Lisk listing for Zim
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gergely Polonkai 14dfcc6a71 PEP8 happiness 7 years ago
.gitignore Initial version 8 years ago
README.md Update README.md 8 years ago
__init__.py Make __init__.py a bit more simple 7 years ago
linklist.py PEP8 happiness 7 years ago

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.