mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:03:48 +01:00
21 lines
654 B
ReStructuredText
21 lines
654 B
ReStructuredText
API and Development
|
|
===================
|
|
|
|
This guide should give a short introduction in the way zathura's plugin
|
|
system works and how you can write your own plugin and let zathura use
|
|
it.
|
|
|
|
zathura's plugin system is quite simple. At startup zathura searches
|
|
through a specified directory for shared objects and tries to load them
|
|
as plugins. Each plugin has to register itself by a name, its version, a
|
|
special function as well as its supported mimetypes to zathura. After
|
|
the registration of the plugin zathura will automatically use it to open
|
|
files with the previous defined mimetypes. That's it.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:hidden:
|
|
|
|
plugin
|
|
|