Commit graph

2949 commits

Author SHA1 Message Date
Aaron Rancsik
ab1e27665f Use @import reference the dark and light themes.
This will resolve the previous copy-pasta redundant mess.
2021-10-01 14:26:32 +02:00
Aaron Rancsik
e41714e69e Add a new "auto" theme.
This theme can adapt to system's light or dark theme variants.
2021-10-01 12:44:42 +02: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
83b1f7c7f5
Warn about html-tagged-template danger 2021-08-20 21:35:36 +02:00
glacambre
05a10750ea
Fix #3892: github favicon 2021-08-18 22:01:26 +02: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
0b47bd70f3
Merge pull request #3854 from tridactyl/search_hl_timeout
WIP: add search highlight timeout
2021-07-25 19:56:19 +01:00
Oliver Blanthorn
cce216a069
Cheer up prettier 2021-07-25 20:46:24 +02:00
Oliver Blanthorn
29fc961266
Ensure timeout applies to jumps 2021-07-25 20:45:17 +02:00
Oliver Blanthorn
b0ef5e5f77
Make search timeout configurable 2021-07-25 20:39:20 +02:00
Oliver Blanthorn
2f74e452cf
Fix #1267: add CodeMirror support 2021-07-24 23:19:05 +02:00
Oliver Blanthorn
aa610ed38b
WIP: add search highlight timeout
TODO:

1) make it configurable, default to 0 meaning inf

2) check that this is really the right place for it
2021-07-24 00:25:34 +02:00
Oliver Blanthorn
f160b42485
Fix typo in superignore help 2021-07-20 16:50:54 +02:00
Oliver Blanthorn
c738c740ec
Fix superignore help 2021-07-20 16:46:42 +02:00
Oliver Blanthorn
2c72ca85df
Merge pull request #3497 from tridactyl/super_ignore_mode
Super ignore mode
2021-07-20 13:19:41 +01:00
Oliver Blanthorn
6924ecd8f6
Improve superignore help 2021-07-20 13:05:44 +02:00
Oliver Blanthorn
be36b6c2bd
Rename old setting 2021-07-20 13:00:46 +02:00
Oliver Blanthorn
9a99c21b1c
Fix daft bug: exit to avoid importing stuff 2021-07-20 12:56:22 +02:00
Oliver Blanthorn
cb5ea3a5a5
Improve disable name 2021-07-20 12:53:52 +02:00
ivcz
62a29177b1 disable completion on tabrename second argument 2021-07-16 23:33:54 +03: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
c2a3dfab61
Switch to dynamically loaded imports
This doesn't actually seem to work though - TridactylThemeDefault still
appears in the root classes
2021-07-04 19:13:37 +02:00
Oliver Blanthorn
6c701fd83b
Disable iframe if Tridactyl is disabled 2021-07-04 17:42:49 +02:00
Oliver Blanthorn
cd3a463306
Mess around with pages where Tridactyl is disabled less 2021-07-04 17:36:28 +02:00
Oliver Blanthorn
fa3a0ec69c
Move imports to top of file 2021-07-04 17:16:28 +02:00
Oliver Blanthorn
c2758e36e8
Add disable setting 2021-07-04 17:14:32 +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
dbd5bd4299
Investigate #3772: switch back to ramda 2021-06-19 17:58:57 +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
c16566d15b
Tidy up when entering hint mode
Fixes visual clutter if hint mode is exited in
an unusual way and then re-entered
2021-06-08 22:42:07 +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
ce684fcdf0
Merge pull request #3750 from karizma/midnight-theme
Midnight theme + formatting readme
2021-06-05 17:08:23 +01: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
karizma
25d58bd598 add shadow & bigger input width & more margin-top 2021-06-04 21:55:29 -05:00
Simon H Moore
e644dfbf74 Add help message for urlmodify URL input 2021-06-05 03:37:09 +01:00
karizma
a43b8d0b2a add thin scrollbar 2021-06-04 21:24:26 -05:00
karizma
44db975661 added styles for tridactyl links and code tags 2021-06-04 21:13:12 -05:00
karizma
bf49968d90 add midnight.css 2021-06-04 20:28:11 -05: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
Jay Kamat
adfe579de4
Add setting to force page autofocus settings in certain modes
Signed-off-by: Jay Kamat <jaygkamat@gmail.com>
2021-06-01 11:32:58 -07:00
Rummskartoffel
ec959b5ca9
Fix #3625: fix logo path 2021-05-08 12:49:50 +02: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