A WebExtension providing interactive guided tours of Tildes.
https://addons.mozilla.org/en-US/firefox/addon/tildes-shepherd/
By defining the steps as consts in the top level they were being initialized immediately as the page loads. By having them initialized in a function it will correctly have access to everything on the page and not render steps of tours we aren't going to start. |
||
|---|---|---|
| images | ||
| source | ||
| .envrc | ||
| .gitignore | ||
| DEVELOPMENT.md | ||
| LICENSE | ||
| Makefile.toml | ||
| README.md | ||
| TOURS.md | ||
| flake.lock | ||
| flake.nix | ||
| package.json | ||
| pnpm-lock.yaml | ||
| shell.nix | ||
| tsconfig.json | ||
README.md
Tildes Shepherd
A WebExtension providing interactive guided tours of Tildes.
Documentation
- If you'd like to contribute to the tours, see TOURS.md.
- To develop and run Tildes Shepherd yourself, see DEVELOPMENT.md.
License
Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.
