about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-29 17:03:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-29 17:03:01 -0700
commit53def098e1cc7a00af60d2d48b56892ad8cb6850 (patch)
tree91b1e7a6a2caec189a162172379cf377634438ef /README.md
parenta603847d18ac5279e5d190ac2eebdf87297590d4 (diff)
downloadview.love-53def098e1cc7a00af60d2d48b56892ad8cb6850.tar.gz
Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6e7428e..68999f3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
-Known issues:
-* Touchpads can drag the mouse pointer using a light touch or a heavy click.
-  On Linux, drags using the light touch get interrupted when a key is pressed.
-  You'll have to press down to drag.
+# Plain text with lines
+
+http://akkartik.name/lines.html
+
+## Known issues
 
 * No support yet for Unicode graphemes spanning multiple codepoints.
 
@@ -33,3 +34,7 @@ Known issues:
 
   Bottomline: at the moment moving points connected to manhattan lines,
   rectangles or squares can break drawings in subtle ways.
+
+* Touchpads can drag the mouse pointer using a light touch or a heavy click.
+  On Linux, drags using the light touch get interrupted when a key is pressed.
+  You'll have to press down to drag.