Shin'ya UEOKA
fa6dfb0395
Add partial blacklist form
2019-10-08 11:43:10 +00:00
Shin'ya UEOKA
9ff80fcac3
Add partial blacklist item
2019-10-07 13:01:31 +00:00
Shin'ya UEOKA
532eeb5a1d
Rename valueOf to fromJSON
2019-10-07 12:31:13 +00:00
Shin'ya UEOKA
16352502cf
Use string settings on default settings
2019-10-07 12:31:13 +00:00
Shin'ya UEOKA
da3ce77aa0
Move Key to settings
2019-10-07 12:31:13 +00:00
Shin'ya UEOKA
8428671a0a
Fix form options
2019-10-07 12:31:13 +00:00
Shin'ya UEOKA
0dec6c641f
Make Settings class
2019-10-06 12:58:59 +00:00
Shin'ya UEOKA
b86b4680b6
Make Blacklist class
2019-10-06 12:58:59 +00:00
Shin'ya UEOKA
574692551a
Make Properties class
2019-10-06 12:58:59 +00:00
Shin'ya UEOKA
2116ac90a6
Make Search class
2019-10-06 12:58:59 +00:00
Shin'ya UEOKA
410ffbb037
Make Keymap class
2019-10-06 12:58:59 +00:00
Shin'ya UEOKA
5197f22f9b
Fix type checkings
2019-08-29 03:37:58 +00:00
Shin'ya Ueoka
04c077d614
Fix undefined checking on operation parameter
2019-08-28 22:18:23 +09:00
chocolateboy
f65c068c67
tabs.close: rename selectLeft (boolean) -> select ("left" | "right")
...
before:
{
"type": "tabs.close",
"selectLeft": true | false // (default: false)
}
after:
{
"type": "tabs.close",
"select": "left" | "right" // (default: "right")
}
2019-07-31 17:06:48 +01:00
chocolateboy
9a3e8f3237
tabs.close.right: rename gd
-> x$
2019-07-31 15:02:21 +01:00
chocolateboy
6605d3ea99
Add an option to close the current tab and select the tab to the left
...
Add an option to tabs.close to close the current tab
and select the tab to the left.
Bound to `D` by default, which replaces the tabs.close.right
command, which is rarely-used. [1]
The old `D` behavior has been moved to `gd`.
+ update the README and fix some lint errors
[1] https://tinyurl.com/y4mj7hjy
2019-07-28 20:34:53 +01:00
Shin'ya Ueoka
ff85797ffc
Fix settings parsing
2019-05-26 21:39:38 +09:00
Shin'ya Ueoka
48e005dc82
Repeat open, tabopen and winopen command
2019-05-25 22:16:49 +09:00
Shin'ya Ueoka
a2ee6897bf
Add repeat.last operation to default settings
2019-05-25 22:16:49 +09:00
Shin'ya Ueoka
ccbe08cf66
Repeat last operation
2019-05-25 21:33:33 +09:00
Shin'ya Ueoka
5a7db96feb
Move some navigation operations to background
2019-05-23 21:40:05 +09:00
Shin'ya Ueoka
fc1cd234d5
Use @typescript-eslint/semi rule
2019-05-22 20:30:20 +09:00
Shin'ya Ueoka
a5518dce3d
Define Key and KeySequence
2019-05-18 21:43:56 +09:00
Shin'ya Ueoka
a88324acd9
Define client and presenter for follow
2019-05-18 16:23:00 +09:00
Shin'ya Ueoka
17dc2bb5ec
Send properties on activate
2019-05-17 23:12:34 +09:00
Shin'ya Ueoka
8cef5981b8
Clipbaord as a clean architecture
2019-05-11 17:45:58 +09:00
Shin'ya Ueoka
fcd15f4f09
Find as a controller
2019-05-11 15:41:07 +09:00
Shin'ya Ueoka
27d0a7f37d
Use search settings on paster
2019-05-07 21:08:21 +09:00
Shin'ya Ueoka
a0882bbceb
Declare setting types
2019-05-06 22:17:18 +09:00
Shin'ya Ueoka
d01db82c0d
Types src/content
2019-05-05 23:59:59 +09:00
Shin'ya Ueoka
0cffb09e24
Types on src/share
2019-05-02 11:14:19 +09:00
Shin'ya Ueoka
c60d0e7392
Rename .js/.jsx to .ts/.tsx
2019-05-02 11:14:19 +09:00
Shin'ya Ueoka
1bd2bf1ae3
Support blacklist with port
2019-04-17 20:49:47 +09:00
Shin'ya Ueoka
70ab186541
Relaod settings on local storage changed instead of message
2019-04-14 20:42:59 +09:00
Shin'ya Ueoka
dfeb7e7549
Merge pull request #544 from ueokande/refactor-background
...
Refactor background
2019-02-24 22:45:47 +09:00
Shin'ya Ueoka
f707f4da75
Clean classes and repository
2019-02-24 22:39:46 +09:00
Shin'ya Ueoka
fd125422e0
Enable to bind space key
2019-02-11 20:19:34 +09:00
Shin'ya Ueoka
4f342102c0
Remove repeat properties
2019-02-11 20:06:31 +09:00
Shin'ya Ueoka
c03ab2862b
Add close tabs to the right command
2018-12-27 19:49:48 +09:00
Shin'ya Ueoka
2d99515fd2
Add about: pages to open home page
2018-12-09 10:29:53 +09:00
Shin'ya Ueoka
1f89464e42
Add gh/gH to open home page
2018-12-09 10:19:08 +09:00
Shin'ya Ueoka
63b93ce1ca
Use webextension message to console
2018-11-18 18:47:35 +09:00
Shin'ya Ueoka
4310adfdc5
Fix default property value
2018-10-16 11:37:43 +09:00
Shin'ya Ueoka
6c6dc23f97
Remove adjacenttab
2018-10-13 22:40:08 +09:00
Shin'ya Ueoka
e248477ecb
Scroll on global mark and handle gone tab
2018-10-12 14:59:45 +09:00
Shin'ya Ueoka
003742ec51
Support global marks which select a tab
2018-10-12 10:14:33 +09:00
Shin'ya Ueoka
e6d990966a
Fix default key mappings
2018-10-11 17:33:27 +09:00
Shin'ya Ueoka
76a2250291
lint
2018-10-11 17:33:26 +09:00
Shin'ya Ueoka
bf8cfbcb35
Add mark keymaps
2018-10-11 15:00:07 +09:00
Shin'ya Ueoka
f4d7ca2d70
Fix search keywords with colon
2018-10-08 11:08:44 +09:00