aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-26 23:12:29 +0000
committerGitHub <noreply@github.com>2017-10-26 23:12:29 +0000
commitb793731bfb15662ee6815f8f4b4d5a417b59ea63 (patch)
tree39247bf7de6ad0e1f5a1956d777be84d2383b01d /README.md
parentce4232e8808dc3e82cb5776c3f8c29289a802490 (diff)
parent24f026469fc9fae3f6e455e4506ad5f9aaec8aaa (diff)
Merge pull request #97 from ueokande/blacklist-readme
blacklist in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8514e0c..fbbea49 100644
--- a/README.md
+++ b/README.md
@@ -102,9 +102,6 @@ replaced with keywords in parameters of the command.
```json
{
- "keymaps": {
- "...": "..."
- },
"search": {
"default": "google",
"engines": {
@@ -119,6 +116,22 @@ replaced with keywords in parameters of the command.
}
```
+### Blacklist
+
+Blacklist allows to disable he plugin for certain pages by URL patterns.
+For instance, when you describe `"*.slack.com"`, the plugin are disabled on any Slack rooms.
+In addition, you can also specify path patterns, such as `"example.com/mail/*"`.
+Disabled plugin can be made re-enabled by Shift+Esc (in default).
+
+```json
+{
+ "blacklist": [
+ "*.slack.com",
+ "example.com/mail/*"
+ ]
+}
+```
+
## Licence
MIT