From e0d1e8ea3c976e595d9ef5d08c5d617d5b435e93 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sun, 27 Jun 2021 18:02:47 +1000 Subject: [PATCH] add todo --- build.ps1 | 2 +- todo.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 todo.txt diff --git a/build.ps1 b/build.ps1 index 8835002..3957fc0 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1 +1 @@ -web-ext sign --api-key $Env:WEB_EXT_API_KEY --api-secret $Env:WEB_EXT_API_SECRET --channel unlisted --ignore-files .\build.ps1 .\updates.json .\README.md \ No newline at end of file +web-ext sign --api-key $Env:WEB_EXT_API_KEY --api-secret $Env:WEB_EXT_API_SECRET --channel unlisted --ignore-files .\build.ps1 .\updates.json .\README.md .\todo.txt \ No newline at end of file diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..22d7736 --- /dev/null +++ b/todo.txt @@ -0,0 +1,7 @@ +google.com + - deep link text extracts + - current page number + - better colour scheme for highlighted info? + +wikipedia.com + - main page coloured boxes \ No newline at end of file