monirzadeh
7a30da389f
fix wrong direction for RTL language in reader mode
2023-09-04 08:38:50 +03:30
Oliver Blanthorn
5540ebaa15
Merge branch 'reader'
...
Managed to make a branch on origin, somehow
I still haven't got my head around the differences between the
old `hub` command and the new `gh` one
2023-08-23 22:47:56 +02:00
Oliver Blanthorn
19a29c1d9b
Merge pull request #4748 from natrys/reader
...
Provide hook for basic CSS override for new Reader mode
2023-08-23 20:47:25 +00:00
Oliver Blanthorn
5bd7d24056
Hide internal reader function
2023-08-23 22:45:48 +02:00
themaherdev
f717630352
Fixing hardcoded indicator border style
2023-08-14 15:59:43 +03:00
Imran Khan
9954b8fd90
Provide hook for basic CSS override for new Reader mode
...
Top level body now has the fixed DOM id: `tridactyl-reader`. Article
content is wrapped in a `main` tag.
Also introduces a new config setting `readerurlintitle` that could
be set to append article link to document.title. Disabled by default.
2023-08-02 19:33:40 +06:00
satyamk
b50cf4a3c7
Revert "added support to generate qr from text selection"
...
This reverts commit 20df2ac753
.
2023-06-16 23:37:05 +05:30
Oliver Blanthorn
7dd11b7c46
Fix text2qr docstring grammar
2023-06-16 18:10:59 +02:00
satyamk
03983aaf5e
moved qrcode vendor library to its own directory inside vendor
2023-06-14 23:31:21 +05:30
satyamk
4a18e6c377
improved documentation of text2qr command
2023-06-14 03:33:53 +05:30
satyamk
cb29ce41a5
added timeout flag for automatically closing displayed qr code
2023-06-14 03:31:14 +05:30
satyamk
a467747057
removed download button from qr code page
2023-06-14 01:48:31 +05:30
Satyam Kumar
9a429a1fe8
added support for popup
...
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2023-06-14 01:33:34 +05:30
satyamk
fc530667d0
added command yq (nmap) and q (vmap) to generate qr from current URL and
...
selection respectively
2023-06-12 01:19:38 +05:30
satyamk
20df2ac753
added support to generate qr from text selection
2023-06-12 01:18:42 +05:30
satyamk
69d5f5c5e1
added command text2qr which generates qr code for text
2023-06-12 00:45:07 +05:30
Oliver Blanthorn
5c807b0ca2
Clarify that jsurls can be async
2023-06-06 18:05:35 +02:00
Oliver Blanthorn
ebd6b56c2c
Fix bugs spotted by new unit test
2023-06-01 19:51:30 +02:00
Oliver Blanthorn
465194258b
Fix #1921 and #1922 : check config mapstring order
2023-06-01 19:42:05 +02:00
Oliver Blanthorn
e3b44a69a9
Add binds to open tabs/windows from command line for real
2023-05-20 16:58:02 +02:00
Oliver Blanthorn
71f9e59c1c
Add tabopen --discard and ;gd bind - fix #4694
2023-05-20 16:51:55 +02:00
Oliver Blanthorn
b4bb596de8
Fix config reset on :help - #4670
2023-04-14 18:11:53 +02:00
Oliver Blanthorn
e5ed0d4c9e
Merge pull request #4344 from GHolk/undo-complete-url
...
Add fuse search in undo and fix undo session id is undefind
2023-04-08 13:19:35 +00:00
Oliver Blanthorn
82ac6064cc
Merge pull request #4486 from GHolk/find-correct-scroll
...
Correct highlight position while scrolling
2023-04-07 13:22:06 +00:00
Oliver Blanthorn
6efbfccd63
Update compute-scroll-into-view
2023-04-07 14:59:50 +02:00
Oliver Blanthorn
a388d60ce7
Merge pull request #3938 from tridactyl/easy_reader
...
Easy reader
2023-04-06 16:26:52 +00:00
Oliver Blanthorn
2016839df5
Fix prettier niggles
2023-04-06 17:54:44 +02:00
Oliver Blanthorn
1ecfc73a78
Add security notes to reader help
2023-04-06 17:44:49 +02:00
Oliver Blanthorn
eef60d94fe
Remove default binds for new reader mode
...
I'm a bit nervous about the security of the new reader
page. Removing the default binds just adds an extra
layer of security
2023-04-06 17:11:42 +02:00
Oliver Blanthorn
d815ad6b88
Move sanitation to insider reader mode
...
This protects us against someone opening a malicious reader
URL + anchor
2023-04-05 21:34:11 +02:00
Oliver Blanthorn
cbcf6f4521
Add sanitisation for reader
...
NB: this breaks relative links, which I didn't
want to do :(
2023-04-05 21:20:26 +02:00
Oliver Blanthorn
bbae94ea0b
Update help
2023-04-05 21:20:18 +02:00
Oliver Blanthorn
fb5a0128e6
Add reader in new tab bind
2023-04-05 20:45:03 +02:00
Oliver Blanthorn
e51136e50a
Fix disappearing page bug when opening in new tab
2023-04-05 20:44:38 +02:00
Oliver Blanthorn
93352f08b5
Migrate to new reader command
...
`:reader --old` retained for old behaviour
2023-04-05 20:44:04 +02:00
Oliver Blanthorn
cc59b83bee
Switch to using dedicated reader page
2023-04-05 19:52:30 +02:00
Oliver Blanthorn
5bec833bb6
Add dedicated reader page
2023-04-05 19:19:05 +02:00
Oliver Blanthorn
569b01a607
WIP: make back button work
...
Command line is very broken. Generally thinking this might
be a bad idea because it feels like it would be fragile,
needing updating every time we add something to Tridactyl
2023-04-05 19:01:29 +02:00
Oliver Blanthorn
02e11b321e
Stop pollution of styles in reader
2023-04-05 18:46:23 +02:00
Oliver Blanthorn
a06d6849c0
Add title and author to reader mode
2023-04-04 16:15:20 +02:00
Oliver Blanthorn
04df34d9c7
Justify text in reader2 mode
2023-04-04 16:02:04 +02:00
Oliver Blanthorn
51640eb22a
Make reader2 use simple.css
2023-04-04 16:01:45 +02:00
Oliver Blanthorn
2153c6c49c
Add simple.css for reader
2023-04-04 15:47:16 +02:00
Oliver Blanthorn
30ebc6e2be
Add some rambling on CSS
2023-04-04 14:40:53 +02:00
Oliver Blanthorn
c0635bf3ab
WIP: silly first go at own reader mode
2023-04-04 14:40:49 +02:00
Tushar
e1b0b7da75
Allow comments in multiline RC file commands. Fixes issue #4555
...
Signed-off-by: Tushar <tusharbarman123@gmail.com>
2023-04-02 11:22:40 +05:30
Oliver Blanthorn
2b6a27c678
Merge pull request #4643 from tridactyl/lastinput_shadowdom
...
Fix lastinput for shadowdoms
2023-03-25 00:05:30 +00:00
Oliver Blanthorn
790cee1f95
Fix lastinput for shadowdoms
2023-03-24 19:06:32 +01:00
Oliver Blanthorn
d21b430a3c
Merge pull request #4641 from tridactyl/toggle_sidebar
...
Add (secret) sidebar toggle command for browser binds
2023-03-24 15:31:40 +00:00
Oliver Blanthorn
03f344a2e8
Add :sidebaropen and docs for jsua/sidebartoggle
2023-03-22 15:14:30 +01:00