diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-25 21:54:15 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-25 22:00:08 +0900 |
commit | 0bd04565924a29d469ae43d533eb9e2204648bc9 (patch) | |
tree | a375f7259dd9e3c58a4cd50de107e6fbba0c6211 | |
parent | 40a33adf52e0767cc6ecba350112c3ded53e9355 (diff) |
Update QA
-rw-r--r-- | QA.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -125,3 +125,24 @@ The behaviors of the console are tested in [Console section](#consoles). #### Empty suggestion (#65) - [ ] Show competions for `:open`/`:tabopen`/`:buffer` on console after closed + +#### Disable add-on temporary (#86) + +- [ ] Toggle enabled/disabled of plugin bu <kbd>Shift</kbd>+<kbd>Esc</kbd> + +#### URL blacklist (#90) + +- [ ] `github.com/a` blocks `github.com/a`, and not blocks `github.com/aa` +- [ ] `github.com/a*` blocks both `github.com/a` and `github.com/aa` +- [ ] `github.com/` blocks `github.com/`, and not blocks `github.com/a` +- [ ] `github.com` blocks both `github.com/` and `github.com/a` +- [ ] `*.github.com` blocks `gist.github.com/`, and not `github.com` + +#### Improve for aberration pages (#93) + +- [ ] able to scroll on Gmail and Slack + +#### Link with target='_blank' link (#94) + +- [ ] open link with target='_blank' in new tab by <kbd>f</kbd> +- [ ] open link with target='_blank' in new tab by <kbd>F</kbd> |