summary refs log tree commit diff stats
path: root/draco.1
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-11-19 11:42:42 +0530
committerAndinus <andinus@nand.sh>2020-11-19 11:42:42 +0530
commit5a117add1c0a64c4f0141ef0897361774a849246 (patch)
treed7bb4b4d45efcd6470dd9533b21de2cb855f905a /draco.1
parent20dd49106d6bc1dc847ff93ce48d0dec285f45e3 (diff)
downloaddraco-5a117add1c0a64c4f0141ef0897361774a849246.tar.gz
Add notes to README & manual regarding new changes
Diffstat (limited to 'draco.1')
-rw-r--r--draco.112
1 files changed, 12 insertions, 0 deletions
diff --git a/draco.1 b/draco.1
index 013b789..69efabc 100644
--- a/draco.1
+++ b/draco.1
@@ -15,5 +15,17 @@ is a script to convert reddit thread to Org document. It accepts a url
 It'll also print comments along with their replies. It's limited by
 the reddit API.
 .Pp
+.Sh NOTES
+Draco will add a space before every new line. Comments/Posts may
+contain `*' at the start of line & that confuses Org. Org might
+interpret it as a new heading so we add a space before every new line.
+
+All text will be wrapped at 72 characters.
+.Pp
+.Sh WHY?
+I reference things from the web in my Journal & don't want those links
+to break so I save them locally. Previously I used to manually archive
+the whole thread, this automates it.
+.Pp
 .Sh AUTHOR
 .An Andinus Aq Mt andinus@nand.sh