Lisk listing for Zim
Gergely Polonkai
727448a577
* Add remark about this being a command line plugin * Add remark about directory creation |
||
---|---|---|
.gitignore | ||
linklist.py | ||
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 doesn’t 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.