toxygen/docs/plugins.md

22 lines
760 B
Markdown
Raw Permalink Normal View History

2017-04-06 18:28:34 +00:00
# Plugins
2016-05-28 10:06:13 +00:00
2018-01-26 15:43:19 +00:00
Toxygen is the first [Tox](https://tox.chat/) client with plugins support. Plugin is Python 3.5 - 3.6 module (.py file) and directory with plugin's data which provide some additional functionality.
2016-05-28 10:06:13 +00:00
2017-04-06 18:28:34 +00:00
# How to write plugin
2016-05-28 10:06:13 +00:00
Check [Plugin API](/docs/plugin_api.md) for more info
2017-04-06 18:28:34 +00:00
# How to install plugin
2016-05-28 10:06:13 +00:00
2016-05-28 19:43:51 +00:00
Toxygen comes without preinstalled plugins.
2017-04-06 18:28:34 +00:00
1. Put plugin and directory with its data into /src/plugins/ or import it via GUI (In menu: Plugins => Import plugin)
2. Restart Toxygen or choose Plugins => Reload plugins in menu.
2016-05-28 10:06:13 +00:00
2017-04-06 18:28:34 +00:00
## Note: /src/plugins/ should contain plugin_super_class.py and __init__.py
2016-06-28 18:47:49 +00:00
2017-04-06 18:28:34 +00:00
# Plugins list
2016-05-28 10:06:13 +00:00
WARNING: It is unsecure to install plugin not from this list!
2017-03-04 20:35:46 +00:00
[Main repo](https://github.com/toxygen-project/toxygen_plugins)