summaryrefslogtreecommitdiff
path: root/plugins/README.md
diff options
context:
space:
mode:
authorsakib <[email protected]>2019-05-16 01:08:55 +0600
committerraveit65 <[email protected]>2019-05-16 12:16:00 +0200
commitc4dffd769c574184cc7a9bd3eab128ffd6a60801 (patch)
treedf489a94125fc94d16dd5c649fe9235fe4c1a9c2 /plugins/README.md
parentaf2f5a6846c53451a7c20aee8d6826c2c89d6971 (diff)
downloadpluma-c4dffd769c574184cc7a9bd3eab128ffd6a60801.tar.bz2
pluma-c4dffd769c574184cc7a9bd3eab128ffd6a60801.tar.xz
add readmes and update plugins section of manual
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md
new file mode 100644
index 00000000..7e0d9220
--- /dev/null
+++ b/plugins/README.md
@@ -0,0 +1,3 @@
+## This is the plugins directory for pluma. If you want to write a plugin, you have to put the plugin folder here. Each plugin folder must contain a README file having a brief description of the plugin. See the other folders for better understanding.
+
+**NOTE:** As of now, all Python 2 plugins (external tools, indent lines, python console, snippets) are disabled until they are ported to Python 3 (see PR [#425](https://github.com/mate-desktop/pluma/pull/425)). \ No newline at end of file