about summary refs log tree commit diff stats
path: root/js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-12 22:07:57 -0500
committerelioat <elioat@tilde.institute>2024-01-12 22:07:57 -0500
commit5126d4ceccd89cbc78359c2f5c5e675c9af83e2e (patch)
tree090d01e889d8fb1cd003c69810de562498f58ef5 /js
parent321c41ffcc0d582bf63c4d68fb145672673ef3bf (diff)
downloadtour-5126d4ceccd89cbc78359c2f5c5e675c9af83e2e.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 44e3808..4fa3356 100644
--- a/js/inknswitch/index.html
+++ b/js/inknswitch/index.html
@@ -45,7 +45,7 @@
 </head>
 <body>
     <!-- <button id="toggleButton">Toggle</button> -->
-    <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 browser, 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, tap s to save the contents of the canvas to a png. Tap with two fingers to switch between modes on touchscreens."></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 browser, 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, tap s to save the contents of the canvas to a png."></textarea>
     <canvas id="drawingArea" width="500" height="500"></canvas>
     <script src="ink.js"></script>
 </body>