Commit graph

73 commits

Author SHA1 Message Date
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
chocolateboy
3625da651f Changelog: move to the standard location
e.g. "Your changelog file MUST be at the root of your project"

-- https://github.com/tech-angels/vandamme/#format
2018-04-26 09:29:41 +01:00
chocolateboy
92410d06c0 Changelog: add dates
"The release date of each version is displayed."

-- https://keepachangelog.com/en/1.0.0/
2018-04-26 09:29:41 +01:00
Colin Caine
2df99412ef release 1.9.8 2018-04-26 01:29:25 +01:00
Oliver Blanthorn
5e65f41a2b
Add explanation of native messenger, but mostly just try to poke the build bot back to life 2018-04-25 20:52:08 +01:00
Oliver Blanthorn
42c6a6d2dc
release 1.9.7 2018-04-25 20:38:27 +01:00
Oliver Blanthorn
46298bccf2
release 1.9.6 2018-04-25 15:40:11 +01:00
Colin Caine
745181d758 release 1.9.5 2018-04-22 18:56:27 +01:00
Oliver Blanthorn
8edc9205dc
release 1.9.4 2018-04-20 20:59:24 +01:00
Colin Caine
e721f625c8 release 1.9.3 2018-04-19 11:22:55 +01:00