Commit graph

1246 commits

Author SHA1 Message Date
Oliver Blanthorn
e4b1dab9e2
Merge pull request #4116 from tridactyl/implement_goto
implement goto
2022-02-24 13:31:15 +00:00
glacambre
44ee294af1 Implement :goto
This command lets you jump to an arbitrary selector. It has completions
that give you a list of elements you may jump to. This list defaults to
heading elements but is configurable through the 'gotoselector'
configuration option.
2022-02-21 08:08:29 +01:00
Oliver Blanthorn
47df219945
Fix #4069: keep track of killed elements again
This line of code disappeared in 689a649624
2022-01-12 16:37:20 +01:00
Oliver Blanthorn
46045b56ae
Add wintitle: #4049 2022-01-11 12:58:01 +01:00
Oliver Blanthorn
1a1a0fab94
Make prettier happy 2022-01-11 12:58:00 +01:00
Oliver Blanthorn
71793d19fd
Merge pull request #4024 from pvs/fix-3915
Fix #3915
2022-01-10 18:42:00 +00:00
Oliver Blanthorn
258cc39e3b
Explain behaviour of multiple aucon matches 2022-01-02 16:13:45 +01:00
pvs
89a888b019 Add unmerged changes 2021-12-13 12:49:05 -08:00
pvs
c7703f4b7c Prevent navigating from a page while editing 2021-12-13 12:45:13 -08:00
Oliver Blanthorn
b3c059fff6
Merge pull request #4023 from pvs/fix-3909
Prefer classList over className
2021-12-13 20:38:13 +01:00
pvs
6790b8c6d8 Prefer classList over className 2021-12-13 11:18:47 -08:00
pvs
5015501b82 Fix tabopen on about:newtab
Quote profile.Name
2021-12-11 11:06:25 -08:00
Oliver Blanthorn
e84df4f527
Merge pull request #3740 from jgkamat/jay/autofocus-ignore
Add setting to force page autofocus settings in certain modes
2021-09-03 12:05:45 +01:00
Oliver Blanthorn
f7b2345e2d
Fix #3891: hide cursor in no mouse mode 2021-08-15 11:13:06 +02:00
Oliver Blanthorn
4a682d0dfd
Fix #3887, #3851: abandon NIH, use editor-adapter 2021-08-13 14:26:55 +02:00
Oliver Blanthorn
2f74e452cf
Fix #1267: add CodeMirror support 2021-07-24 23:19:05 +02:00
ivcz
c1132307c3 tabrename issue #3577 2021-07-16 03:02:57 +03:00
Oliver Blanthorn
c07b9bf216
Fix jsonview with about:blank newtab 2021-07-07 22:16:41 +02:00
Oliver Blanthorn
81501f03cf
Cheer up prettier 2021-06-26 22:15:15 +02:00
Oliver Blanthorn
1a4dcddec2
Fix #3800: daft bug
I really feel like the tooling should have told us about
this
2021-06-26 22:15:15 +02:00
Oliver Blanthorn
22a0d26998
Swap Freenode links to Libera
Also add Discord because we're cool kids now
2021-06-15 14:24:14 +02:00
Oliver Blanthorn
f1e7b3cbf8
Revert "Swap eval for an indirect one"
This reverts commit 9db4cb9e04.
2021-06-08 13:50:45 +02:00
Oliver Blanthorn
50de6ecc6a
Merge pull request #3748 from simonhughcom/urlmodify_input
Add url input to urlmodify
2021-06-05 11:17:51 +01:00
Simon H Moore
e644dfbf74 Add help message for urlmodify URL input 2021-06-05 03:37:09 +01:00
Simon H Moore
79c01030de Add url input to urlmodify 2021-06-04 17:41:02 +01:00
Rummskartoffel
9db4cb9e04
Swap eval for an indirect one
This makes esbuild happier. Also let prettier
mess with some formatting
2021-06-04 17:24:04 +02:00
Rummskartoffel
238ae4cb03 Revert "Appease esbuild warnings about direct eval() by using window.eval()"
This reverts commit 0e46eeca42.
2021-06-04 00:28:54 +02:00
Rummskartoffel
b47272dfbe Add default target window to :tabpush
This makes :tabpush push to the next newest window if no window id is
specified instead of the previous behaviour, where it didn't do
anything.
2021-06-03 16:32:50 +02:00
Jay Kamat
6adb6879f0
Throw error if unsupported setting is set with setmode 2021-06-01 23:57:57 -07:00
Jay Kamat
8a679fb9ba
Use modesubconfigs instead of preventautofocusmodes 2021-06-01 14:19:21 -07:00
Rummskartoffel
0e46eeca42 Appease esbuild warnings about direct eval() by using window.eval()
See also https://esbuild.github.io/content-types/#direct-eval.
Bare ("direct") eval() evaluates in the local scope where it is called
instead of the global scope, which can cause problems (which is why
esbuild complains). Our uses of it don't need local scope, so we can
safely switch to window.eval().
2021-05-07 21:03:11 +02:00
Oliver Blanthorn
f9a9ef0336
Simplify updatecheck
Remove cache and instead check the latest Tridactyl
version less frequently
2021-05-05 17:28:21 +02:00
Oliver Blanthorn
d54b9bcc24
Add node types to silence rss-parser error
This is probably a terrible idea. It'll make us pretend that
lots of `node` functions exist when they don't, which could
result in lots of bugs sneaking past the type checker
2021-05-05 12:37:32 +02:00
Oliver Blanthorn
bd64daf675
Remove misinformation about double escaping dots 2021-05-03 11:33:50 +02:00
Oliver Blanthorn
77dee7869a
Merge branch 'master' into quicker_ramda 2021-05-02 12:22:48 +01:00
Rummskartoffel
9cfb857f3c
Replace missing ramda funcs 2021-05-02 13:12:31 +02:00
Oliver Blanthorn
afda42e7f9
Fix various minor typescript errors 2021-05-01 14:25:38 +02:00
Oliver Blanthorn
c307c03639
Rename drawing commands 2021-05-01 12:52:38 +02:00
Oliver Blanthorn
9fe79529c7
WIP: swap ramda for rambda
It supports TS a bit better and is a bit quicker.

But it has fewer functions
2021-04-29 17:52:41 +02:00
Dhruva Sambrani
eb0c84f1cd
Update src/excmds.ts
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2021-04-25 20:20:36 +05:30
Dhruva Sambrani
4669cea9da Fix usage for pen tablet/stylus 2021-04-25 17:16:13 +05:30
Dhruva Sambrani
fdc65fdfc5
fix docs as per review
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2021-04-24 17:18:25 +05:30
Dhruva Sambrani
e8efa69600 Major fixes
- Fixes stroke fill
- make canvas full page
- fix as per review
Changes to be committed:
    modified:   src/content/toys.ts
    modified:   src/excmds.ts
2021-04-24 16:31:30 +05:30
Dhruva Sambrani
df484c44e6 fix lint errors 2021-04-23 19:05:10 +05:30
Dhruva Sambrani
619d6135b4 Added drawable no mouse mode 2021-04-23 18:49:19 +05:30
glacambre
5b97026d80 Fix open() not running in current tab
This was an issue when using open() in an autocommand that would run on
DocStart in a background tab. For example

:autocmd DocLoad example.org open example.net
:tabopen -b example.org

Opened example.net in the current tab instead of the one holding
example.org.
2021-04-17 18:19:06 +02:00
Oliver Blanthorn
3dba2f777a
Merge pull request #3564 from tridactyl/nicer_hot_reload
Make Tridactyl reload pages on dev rebuilds
2021-04-12 14:25:19 +01:00
Oliver Blanthorn
2dc24ce1f0
Preserve console between updates 2021-04-12 13:56:31 +02:00
Oliver Blanthorn
5cad7ebfab
Make Tridactyl reload pages on dev rebuilds 2021-04-12 13:51:50 +02:00
Vincent Tavernier
8a059aff9f Fix miscompile with esbuild 2021-04-11 20:14:23 +02:00