pataquets
28001547e4
Docs: add notice about shellescape
usage in exclaim
help.
2022-11-29 00:42:53 +01:00
Oliver Blanthorn
c663b8e23a
release 1.23.0
2022-11-28 20:01:27 +01:00
Oliver Blanthorn
ed8f640129
Update changelog for 1.23.0
2022-11-28 19:58:30 +01:00
Oliver Blanthorn
78d0fa91df
Fix #4469 : wrap history events in try/catch
2022-11-23 12:39:12 +01:00
Eric
4cef2b1849
Update tutor hint mode
...
https://github.com/tridactyl/tridactyl/blob/master/src/lib/config.ts#L412
2022-11-11 16:46:06 +00:00
badcold
8983388a1a
Use tab title if bookmarking current page
2022-11-09 11:13:38 +01:00
Oliver Blanthorn
ab67dea1c3
Merge pull request #4440 from treapster/gobble-accept-terminator
...
Use MinimalKey internally, add terminator key to gobble mode
2022-11-03 13:57:56 +01:00
Denis Revunov
3fcc80f055
Remove outdated comments
2022-11-03 15:25:51 +03:00
Denis Revunov
07fde5eaff
Fix match, strip Shift from printable keys
2022-11-03 15:16:29 +03:00
Denis Revunov
5a7e99bea2
Isolate key translation
2022-11-02 02:09:13 +03:00
Denis Revunov
59634e3e08
Revert "Bikeshed some types"
...
This reverts commit 74d357e1e2
.
2022-11-02 01:51:08 +03:00
Oliver Blanthorn
0233be6e7d
Merge pull request #4430 from ThunderKey/feature/improve-open-tab-fallbacks
...
improve the fallbacks for opening tabs with hint
2022-11-01 17:11:15 +01:00
Oliver Blanthorn
edc57ebce5
Allow complex terminators for gobble mode
2022-11-01 16:40:24 +01:00
Oliver Blanthorn
88e8f9bb34
Add function to canonicalise map strings
2022-11-01 16:34:46 +01:00
Oliver Blanthorn
74d357e1e2
Bikeshed some types
2022-11-01 16:06:45 +01:00
Denis Revunov
fc29f2823f
Use MinimalKey internally, add terminator key to gobble mode
2022-10-30 20:59:10 +03:00
gholk
5af29e7246
Include header in webRequest BeforeSendHeaders and HeaderReceived events
...
Since we already have blocking and requestBody, adding requestHeaders and
responseHeaders should be okay too.
2022-10-29 15:17:57 +08:00
Oliver Blanthorn
621f014607
Merge pull request #4378 from GHolk/find-from-viewport
...
Find from the viewport
2022-10-28 17:42:58 +02:00
Oliver Blanthorn
979c6acb39
Suggest binds closer to Vim defaults
2022-10-28 17:41:18 +02:00
Nicolas
282d5eccbb
simplified undefined check
...
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2022-10-21 11:14:28 +02:00
Nicolas Ganz
d675e5af23
moved the selecction of the modifier keys to simulateClick
2022-10-21 08:29:30 +02:00
Nicolas Ganz
34e0c1dbc2
improve the fallbacks for opening tabs with hint
...
Firefox does not allow browser.tabs.create to create new tabs with file:// urls. For those cases this workaround not just clicks the links but uses the appropriate modifier keys to open the links in tabs, either in the background or foreground.
2022-10-20 14:02:26 +02:00
Oliver Blanthorn
2f1f6520be
Improve autofocus docs ( #3853 )
2022-10-18 20:30:26 +02:00
Oliver Blanthorn
3b5966d57e
Merge pull request #4406 from micimize/patch-1
...
Add more detailed docs on containerized firefox install support
2022-10-16 11:49:33 +02:00
Michael Joseph Rosenthal
6210f364b3
Remove trailing whitespace
2022-10-15 09:09:51 -07:00
Michael Joseph Rosenthal
6a10ae83d9
Add link in help native and help nativeinstall
2022-10-15 09:03:22 -07:00
Igor
9f024cd972
Update the dark theme background color
2022-10-10 15:34:21 +03:00
Oliver Blanthorn
23d344a299
Improve Ctrl-V docs: fix #4337
2022-10-09 00:47:57 +02:00
Oliver Blanthorn
815222864b
Merge pull request #4409 from tridactyl/more_useful_empty_bind
...
Make empty bind return valid command (#4384 )
2022-10-04 12:41:38 +02:00
Oliver Blanthorn
8a35150e1d
Remove equals sign from get ( #4384 )
...
This should allow users to more easily turn it into a :set
2022-10-04 11:15:01 +02:00
Oliver Blanthorn
04e5a6ffc1
Make empty bind return valid command ( #4384 )
2022-10-04 11:13:01 +02:00
Oliver Blanthorn
3fe9575a33
Cheer up prettier
2022-10-01 18:01:41 +02:00
Oliver Blanthorn
cff50597bf
Fix #4403 : ensure bypassFocusHack is not left undefined
2022-10-01 18:01:32 +02:00
Oliver Blanthorn
22b2e9cb42
Fix #4384 : remove excmd from bind completions
2022-09-30 16:03:10 +02:00
Oliver Blanthorn
a86a942f52
Merge branch 'master' into pretty_tab_status_symbols
2022-09-14 10:15:57 +02:00
gholk
03a8a4cf39
Fix firefox html custom element not work in WebExtension content-script
...
It seem that the custom element will not have right prototype,
and the user defined properties and method will be undefined.
This is cause by a firefox bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1716685
This commit monkey patchs the element manually in constructor
to fix this problem.
2022-09-09 18:57:16 +08:00
Luka Markušić
4ede950ee1
Update docs
...
All the clippy files are markdown files, not html
2022-09-06 10:01:54 +02:00
gholk
696510a50f
Support focus anchor button input details in find
...
The dom.ts is fixed a little to improve type check.
2022-09-04 15:08:56 +08:00
gholk
d76ad67fe1
Make DOM.isVisible support Range objects
...
The Range objects have getBoundingClientRect method too,
so it should be acceptable for the DOM.isVisible function.
2022-09-04 00:24:42 +08:00
gholk
b723a7dfba
Move FindHighlight focus and unfocus to public method
...
There is no reason to define them as a new function in constructor
2022-09-04 00:15:36 +08:00
gholk
3ee801de14
Support getting ranges from the find results
...
New excmd `findselect` to select the current match result of the `find`
command.
The FindHighlight `content/finding.ts` is also rewrite to store the exact
matched range.
2022-09-03 20:02:04 +08:00
Oliver Blanthorn
abfc339136
Merge pull request #4363 from GHolk/expand-searchurl-recursively
...
Add recursive expansion to searchurls and jsurls
2022-09-02 17:02:59 +02:00
Oliver Blanthorn
49fd5b8e5b
Add docs for searchurl aliases
2022-09-02 17:01:21 +02:00
gholk
7a374c9235
Docs and types for the arg_util.ts
2022-09-02 22:57:17 +08:00
Gold Holk
77cf95d530
Make next n work if lastSearchQuery is undefined
...
If there is no existing search when the `findnext` called,
it will try to use the last search from other page,
but the number to jump is not handled in this case.
This commit try to jump to the next n after the search.
2022-09-02 22:55:13 +08:00
Gold Holk
9e5092a246
Docs for new find options and implement the jump-to option
...
There is a `-:` option in the docs of `find`, but it is not implemented.
This commit implement it.
The new docs of `--search-from-view` and `--reverse` are added, too.
2022-09-02 22:29:18 +08:00
gholk
d5173c0773
Replace minimist with arg for permissive feature
...
The npm package arg is more flexible than the old arguments parser minimist.
The arg can left the unknown option unchanged,
(while there is a bug that splits the unknown short options,)
and stop at positional arguments are supported, too.
2022-09-01 23:23:16 +08:00
gholk
b4ebaf5186
Fix the findnext behavior after find -?
...
This commit should make the findnext whit negative argument work fine,
and all combination of [reverse, negative] is take cared.
This may change the original behavior of find, because the original
implementation is buggy.
The `findnext -r` is renamed to `findnext -?` to follow the style of `find -?`.
2022-08-26 22:20:50 +08:00
gholk
8e3d023cde
Add reverse option for findnext for better reverse finding
...
With the reverse option, we can do inverse findnext with number prefix.
This commit also import minimist as arguments parsing library.
2022-08-24 22:07:58 +08:00
gholk
090858e16b
Make excmd findnext support search from viewport
...
To search from view with ex command findnext,
pass the `-r` or the `--search-from-view` option.
2022-08-24 21:17:42 +08:00