1
Fork 0
A WebExtension providing interactive guided tours of Tildes. https://addons.mozilla.org/en-US/firefox/addon/tildes-shepherd/
Go to file
Bauke 548984a6df
Render the steps before the tour starts.
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.
2023-07-03 14:11:46 +02:00
images Add the Mozilla Addons badge to the Readme. 2023-06-18 11:35:07 +02:00
source Render the steps before the tour starts. 2023-07-03 14:11:46 +02:00
.envrc Initial commit. 2023-06-11 13:21:46 +02:00
.gitignore Initial commit. 2023-06-11 13:21:46 +02:00
DEVELOPMENT.md Firefox is not needed to build the extension, oops. 2023-06-23 13:04:19 +02:00
LICENSE Initial commit. 2023-06-11 13:21:46 +02:00
Makefile.toml Add a pnpm install task. 2023-07-03 12:18:24 +02:00
README.md Add the Mozilla Addons badge to the Readme. 2023-06-18 11:35:07 +02:00
TOURS.md Point the completion status to the progress tracker. 2023-06-18 11:23:44 +02:00
flake.lock Initial commit. 2023-06-11 13:21:46 +02:00
flake.nix Initial commit. 2023-06-11 13:21:46 +02:00
package.json Add the dependency files. 2023-06-11 16:15:23 +02:00
pnpm-lock.yaml Add the dependency files. 2023-06-11 16:15:23 +02:00
shell.nix Initial commit. 2023-06-11 13:21:46 +02:00
tsconfig.json Add the tsconfig. 2023-06-11 16:16:06 +02:00

README.md

Tildes Shepherd

A WebExtension providing interactive guided tours of Tildes.

Get Tildes Shepherd for Firefox

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.