toxygen/docs/plugins.md

22 lines
700 B
Markdown
Raw Normal View History

2016-05-28 10:06:13 +00:00
#Plugins
2016-06-23 09:46:48 +00:00
Toxygen is the first [Tox](https://tox.chat/) client with plugins support. Plugin is Python 3.4 module (.py file) and directory with plugin's data which provide some additional functionality.
2016-05-28 10:06:13 +00:00
#How to write plugin
Check [Plugin API](/docs/plugin_api.md) for more info
#How to install plugin
2016-05-28 19:43:51 +00:00
Toxygen comes without preinstalled plugins.
2016-07-10 21:38:25 +00:00
1. Put plugin and directory with its data into /src/plugins/ or import it via GUI (In menu: Plugins -> Import plugin)
2016-05-28 10:06:13 +00:00
2. Restart Toxygen
2016-06-28 18:47:49 +00:00
##Note: /src/plugins/ should contain plugin_super_class.py and __init__.py
2016-05-28 10:06:13 +00:00
#Plugins list
WARNING: It is unsecure to install plugin not from this list!
2016-05-28 19:43:51 +00:00
[Main repo](https://github.com/ingvar1995/toxygen_plugins)