Commit graph

82 commits

Author SHA1 Message Date
Oliver Blanthorn 3cd207c93c
Give docs some TLC 2026-07-20 14:45:31 +02:00
Oliver Blanthorn 566c4870b9
Merge branch 'winter2425' 2025-12-09 19:22:06 +01:00
Oliver Blanthorn 9c8e3fe0eb
Release winter 2024 newsletter. Oops. 2025-12-09 19:21:11 +01:00
Oliver Blanthorn 69c3d825a4
Fix #5319: Update permission docs 2025-12-09 19:07:26 +01:00
Oliver Blanthorn dd6a0a8893
Finish drafting 'winter' 24/25 newsletter 2025-03-09 19:07:31 +01:00
Oliver Blanthorn cc0dccda32
Add WIP newsletter 2025-03-09 17:39:11 +01:00
Oliver Blanthorn f1156d5c72
Fix #5155: add commandlineterriblewebsitefix setting to workaround server-side vandalism
Some checks failed
e2e / test (firefox, ubuntu) (push) Has been cancelled
e2e / test (firefox, windows) (push) Has been cancelled
e2e / test (firefoxesr, ubuntu) (push) Has been cancelled
lint / lint (lint) (push) Has been cancelled
lint / lint (mozilla) (push) Has been cancelled
lint / lint (unit) (push) Has been cancelled
Website / build (push) Has been cancelled
Website / deploy (push) Has been cancelled
I am not going to add detection for every bazillion ways web frameworks
can break Tridactyl, so let's add a setting so that people who insist
on visiting bad websites can still do so
2025-02-01 21:54:41 +01:00
Oliver Blanthorn e895ae083e
Add superignore to troubleshooting help
Some checks failed
lint / lint (unit) (push) Has been cancelled
e2e / test (firefox, ubuntu) (push) Has been cancelled
e2e / test (firefox, windows) (push) Has been cancelled
e2e / test (firefoxesr, ubuntu) (push) Has been cancelled
lint / lint (lint) (push) Has been cancelled
lint / lint (mozilla) (push) Has been cancelled
Website / build (push) Has been cancelled
Website / deploy (push) Has been cancelled
With luck this will help people avoid issues like #5054
2024-09-22 18:27:15 +02:00
Nils Wireklint 7af9715ba1
debug is now lowercase 2024-09-09 10:14:38 +02:00
Oliver Blanthorn 0e5ea38513
Update newsletter 2023-02-22 16:36:20 +01:00
Oliver Blanthorn 428dc07f5b
Add WIP newsletter 2023-02-14 16:05:24 +01:00
Oliver Blanthorn 16f51c8513
Merge branch 'master' into feature/tab-groups 2021-10-02 16:57:13 +02:00
Oliver Blanthorn c9e219b1a7
Add summer newsletter 2021-08-26 13:17:53 +02:00
Oliver Blanthorn 4c400977c6
Update troubleshooting for Nim 2021-07-26 23:30:52 +02:00
Oliver Blanthorn 6a69e81163
Add spring newsletter 2021-06-21 21:45:47 +02:00
Oliver Blanthorn c3f86b6df2
Start 7th newsletter 2021-05-13 13:46:06 +02:00
Oliver Blanthorn 85ebbd871f
Add first tips-and-tricks newsletter as example
This first went out in December 2020 to all donors on 10USD a month
or higher.
2021-02-22 12:53:33 +01:00
Oliver Blanthorn aae421f4e5
Add winter newsletter 2021-01-21 19:26:01 +01:00
Rummskartoffel 92f81846d4 Properly escape code block delimiters in code block 2021-01-03 23:00:37 +01:00
Oliver Blanthorn d992c4e166
Add autumn newsletter 2020-10-20 17:41:15 +01:00
Fox Kiester 988ec5b770
Add tab group commands
Functionality implemented:
- :tgroupcreate to create a tab group
- :tgroupswitch to switch to or create a tab group
- :tgrouplast to switch to the previously active tab group
- :tgrouprename to rename the current tab group
- :tgroupclose to close all tabs in the current tab group
- :tgroupmove to move the current tab to another tab group
- :tgroupabort to destroy all tab group information and show all tabs
- :tabgroup... aliases for the above commands
- Completion for :tgroupswitch and :tgroupmove
- Restoring tab group setup on firefox start (seems to just work without any extra code)
- Basic mode indicator
- Setting for initial urls for to use newly created tab groups (after first)
- Setting for whether :tab shows hidden tabs.

Edge cases handled
- Opening tabs outside of tridactyl mechanisms (e.g. firefox gui, C-t, etc.)
- Switching to a hidden tab
- Detaching and attaching tabs
- Pinned tabs (they can't be hidden; the commands ignore them)
- Various other edge cases

Fixes #811.
2020-08-27 17:52:54 -04:00
Oliver Blanthorn c1093c4f0c
Add summer newsletter 2020-07-19 14:08:02 +01:00
Oliver Blanthorn 8e8b8d5f12
Improve browser-mode docs 2020-07-06 17:16:58 +01:00
Michael Kaufman 920cc53d31 Minor updates to amo.md
* Consistent semicolons at end of solid bullet points under Permissions header.
* Bullets under Highlighted Features start with a capital letter and end with a period.
* Changed first line to bold because ## header syntax is not working.
2020-06-29 17:29:43 -07:00
Oliver Blanthorn 4250bcc45c
Fix #2461: document CA-Esc bind in more places 2020-06-07 19:40:06 +01:00
Oliver Blanthorn acbdb6a7a6
Mention resistFingerprinting in troubleshooting guide 2020-06-07 19:27:27 +01:00
Oliver Blanthorn 30c07f3925
Add missing link to glacambre's page 2020-05-05 19:41:09 +01:00
Oliver Blanthorn 7c2c8ad571
Add Spring newsletter 2020-05-05 19:34:34 +01:00
Oliver Blanthorn 77176bfafc
Add Winter 2020 newsletter 2020-01-16 11:27:05 +00:00
Oliver Blanthorn fd319fed9d
Add Autmumn's newsletter
This is the newsletter that goes out to Patreon and GitHub sponsors.
2020-01-16 11:24:02 +00:00
glacambre a4040102f5
Remove set csp clobber
This just removes the background.ts code that detects whether the user
wants to clobber their csp and adds an error message if the user tries
to `set csp clobber`.
The `csp` setting is marked as deprecated but left untouched in case we
find a way to edit CSP in a way that complies with Mozilla's policies.
The csp-editing code in `requests.ts` is left untouched for the same
reason.
2019-10-02 10:25:03 +02:00
glacambre 15a2918e1c
troubleshooting.md: Stop asking users to open issues
I was going to do this when I first wrote troubleshooting.md and just
forgot.
2019-05-30 11:10:26 +02:00
Saul Reynolds-Haertle 5c529e26a2 Add explanation for 'management' permission to amo.md 2019-04-16 22:59:30 -07:00
glacambre f14d3a1930
sed -i s@github.com/cmcaine/tridactyl@github.com/tridactyl/tridactyl@
Closes https://github.com/tridactyl/tridactyl/issues/228
2019-01-31 07:16:43 +01:00
Oliver Blanthorn 9040193027
Explain new search permission for AMO 2019-01-28 16:45:49 +00:00
glacambre 2b44d73ac9
Turn noiframeon setting into a site-specific setting
As discussed on riot, turning noiframeon into a site-specific setting
is a good thing for consistency. This commit also adds a deprecation
warning when users try to `:set noiframeon` and updates the
troubleshooting guide.
2018-11-28 07:58:46 +01:00
Oliver Blanthorn 716272edb5
Fix typo 2018-09-14 10:42:40 +01:00
Oliver Blanthorn cbebd36276
Add native troublehshooting command 2018-09-14 10:42:20 +01:00
Oliver Blanthorn 2c39676679
Mention web console in troubleshooting; simplify 2018-07-23 11:27:17 +01:00
Oliver Blanthorn 3ca667386d
Add note about unset logging to troubleshooting 2018-07-20 12:24:40 +01:00
glacambre 058cc12c84
Add troubleshooting.md
This file contains steps about how to fix tridactyl yourself. Related
issue: https://github.com/cmcaine/tridactyl/issues/824.
2018-07-20 08:36:26 +02:00
Sumner Evans a132f0922e
Reformat docs with prettier 2018-05-24 08:10:56 -06:00
Sumner Evans b49b72608a
#588 added missing note in amo.md about hint characters 2018-05-24 07:46:23 -06:00
Oliver Blanthorn 473413d3c2
Move some old stuff out of readme 2018-05-21 21:16:05 +01:00
Colin Caine 5805984ab7 Add old design doc for hinting 2018-05-21 02:02:45 +01:00
Oliver Blanthorn ea2956ea14
Update AMO.md: fix #285 2018-05-18 12:49:51 +01:00
Oliver Blanthorn 7a2f42e0ae
Add huge GIF to readme 2018-05-16 16:27:58 +01:00
Oliver Blanthorn 6a6fa95d14
Fix typo 2018-05-06 12:46:31 +01:00
Oliver Blanthorn d64abdc649
Minor changes to AMO 2018-05-06 12:44:27 +01:00
glacambre 83077287bd
{amo,newtab}.md: Explain what nativemessenger is, mention it's optional 2018-05-06 11:23:29 +02:00