summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2018-08-02 01:49:09 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2018-08-02 01:49:09 +0800
commit1cfc2804d95eebac927b0ea7a14a15c7ccbb3bf1 (patch)
tree485967c23b16a27a509a2c5b2f08938df528c489 /TODO.md
parent0e1b689ac20b9f8cd93033f86e2664a29aa6016d (diff)
Make workspaces
rerun the demo
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 98a59f1..7c75927 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,9 +2,11 @@
- [ ] detect rectangles
- [x] detect whether used as text or used as graphs (if any of the 8 has no get character then it is used as text)
- [ ] complete the specs
-- [ ] Make the string literal escape work multiline
+- [ ] ~~Make the string literal escape work multiline~~ Impractical
- [x] Make a swap out interface.
- useful for detecting broken lines such as - - - and replace it with ~~~~~. This way
it will be easier to process by the fragment emitter
- [ ] Group traced elements together, then reduce as needed
-- [ ] Add `#` as square start marker for lines
+- [x] Add `#` as square start marker for lines
+- [ ] Support for geometric shapes https://en.wikipedia.org/wiki/Geometric_Shapes
+- [ ] Add enhance circle, detect circles then enhance it.