zim-linklist/README.md

26 lines
670 B
Markdown
Raw Permalink Normal View History

2015-01-28 12:47:15 +00:00
Link listing for Zim
====================
List all links in your [Zim](http://zim-wiki.org/) 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.
2015-01-28 12:47:15 +00:00
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.
2015-01-28 12:47:15 +00:00
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.