Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/881-self-repair-missing-x-flag
Browse files Browse the repository at this point in the history
hohwille authored Jan 7, 2025
2 parents c9d4f15 + ca658ef commit 91f89e6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions documentation/advanced-tooling-generic.adoc
Original file line number Diff line number Diff line change
@@ -6,7 +6,13 @@ toc::[]
== Browser Plugins

There are tons of helpful browser plugins out there and it might be a matter of personal taste what you like to have installed.
However, as we are heavily using github we want to promote https://github.com/buunguyen/octotree#octotree[octotree].
The following are explicitly worth to mention:

* https://darkreader.org/[DarkReader] - for developers enjoying dark-mode (and get eye-cancer from white backgrounds)
* https://www.tampermonkey.net/[TamperMonkey] - even though not recommended to be always on for security reasons this is the ultimate swiss-army-knife of every web-developer.
* FF only: https://addons.mozilla.org/en-US/firefox/addon/simple-tab-groups/[Simple Tab Groups] - only for power-users that need to manage 100+ open tabs in multi-tenancy contexts (project A, project B, timetracking, travel, etc.).

For the record: HttpsEverywhere is dead since now there is https://www.eff.org/https-everywhere/set-https-default-your-browser[native browser support for HTTPS only].

== Draw Diagrams

@@ -21,7 +27,3 @@ Its simplicity allows branching and merging unlike other greedy binary UML data-

If you are looking for a git client that works cross-platform we recommend to use https://git-fork.com/[Fork].

== Tab Grouping For The Web Browser

https://addons.mozilla.org/en-US/firefox/addon/simple-tab-groups/[Simple Tab Groups] is a Firefox plugin that helps to separate tabs e.g. tabs for projekt A, projekt B, travelplanning or hobbies

0 comments on commit 91f89e6

Please sign in to comment.