about summary refs log tree commit diff stats
path: root/js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-12 21:03:32 -0500
committerelioat <elioat@tilde.institute>2024-01-12 21:03:32 -0500
commitbb3923106af76e2021137eb56d1f519c8946c053 (patch)
treefa7c46bb0fddbdfbfe6a2356bc792b2fc71c561c /js
parentb926c2222dd049ac07d4627934fb33c516331a85 (diff)
downloadtour-bb3923106af76e2021137eb56d1f519c8946c053.tar.gz
*
Diffstat (limited to 'js')
-rw-r--r--js/inknswitch/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/inknswitch/index.html b/js/inknswitch/index.html
index c6fa0b6..167d79f 100644
--- a/js/inknswitch/index.html
+++ b/js/inknswitch/index.html
@@ -30,7 +30,7 @@
     </style>
 </head>
 <body>
-    <textarea id="noteArea" rows="10" cols="30" placeholder="Start typing a note! When you wanna draw, toggle by hitting cmd, or ctrl + d then draw with the mouse, toggle back the same way. Tap the c key in draw mode to clear your drawing."></textarea>
+    <textarea id="noteArea" rows="10" cols="30" placeholder="This is a modal note taking tool. With it, you can type text that'll be saved to the borwser, and you can draw images that'll also be saved to the browser. You are in typing mode right now. To toggle between modes tap cmd or ctrl + d. When in drawing mode, tap c to clear the canvas."></textarea>
     <canvas id="drawingArea" width="500" height="500"></canvas>
     <script src="ink.js"></script>
 </body>