diff options
author | Omar Rizwan <omar@omar.website> | 2021-09-15 21:39:18 -0700 |
---|---|---|
committer | Omar Rizwan <omar@omar.website> | 2021-09-15 21:39:18 -0700 |
commit | b7bcef30e77bac2ed76388fca95cbebf0b7f3972 (patch) | |
tree | 5ef7e5cb555b3fb54f033b5a40f2329a8ba2eb49 /web/tabfs.md | |
parent | 8bd49fa4b14a447aa05659525e4ca07d40c1a5e6 (diff) | |
download | TabFS-b7bcef30e77bac2ed76388fca95cbebf0b7f3972.tar.gz TabFS-b7bcef30e77bac2ed76388fca95cbebf0b7f3972.zip |
web: link routes.html from page.
Diffstat (limited to 'web/tabfs.md')
-rw-r--r-- | web/tabfs.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/tabfs.md b/web/tabfs.md index 8527fd9..1cda620 100644 --- a/web/tabfs.md +++ b/web/tabfs.md @@ -51,7 +51,7 @@ they map to 3 folders in TabFS</p> </div> The files inside a tab's folder directly reflect (and can control) the -state of that tab in your browser. (TODO: update as I add more) +state of that tab in your browser. <div class="figure"> <video autoplay loop muted> @@ -62,6 +62,11 @@ example, the url.txt, text.txt, and title.txt files tell me those live properties of this tab</p> </div> +<!-- for now, I am copying routes.html into web/ locally before I --> +<!-- deploy the site. need to find a better way? --> +<strong><a href="routes.html">(Read more up-to-date documentation for all of +TabFS's files here.)</a></strong> + This gives you a _ton_ of power, because now you can apply [all the existing tools](https://twitter.com/rsnous/status/1018570020324962305) on your computer that already know how to deal with files -- terminal |