summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtkread3
1 files changed, 3 insertions, 0 deletions
diff --git a/tkread b/tkread
index 03dafd3..5a3038c 100755
--- a/tkread
+++ b/tkread
@@ -15,6 +15,8 @@ set usage {tkread [-w] [-m]
# <https://github.com/Gottox/smu>
#
# TODO:
+# - `` wrapping code (eg make monospace)
+# - bug: regular [square brackets] have the opening bracket removed
# - rewrap after markdown processing (or just rewrap more smartly), so that things like underlines aren't screwed up by it
# - justify text (not simple; see http://wiki.tcl.tk/1774)
# - add a basic search function
@@ -72,6 +74,7 @@ set replacements { \
{{\\$} ""} \
{{\\\$} "$"} \
{{\\\*} "⁎"} \
+ {{\\#} "#"} \
}
if { $::argc > 0 && [lindex $::argv 0] == "-h" } {