From 09fd0321daae69d52532b4bef762a202efe9a12e Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 1 Jul 2022 11:17:13 +0200 Subject: Update todos --- readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index e750b98..f7847dc 100644 --- a/readme.md +++ b/readme.md @@ -46,9 +46,9 @@ cargo doc --document-private-items ### Some major obstacles -- [ ] (8) Can paragraphs (and to a lesser extent string data and text data) - operate more performantly than checking whether other flow constructs - start a line, before exiting and actually attempting flow constructs? +- [ ] (8) Can paragraphs operate more performantly than checking whether other + flow constructs start a line, before exiting and actually attempting flow + constructs? - [ ] (3) Interrupting: sometimes flow can or cannot start depending on the previous construct (paragraph, definition) - [ ] (5) Containers: this will be rather messy, and depends a lot on how @@ -59,8 +59,8 @@ cargo doc --document-private-items need to be indented - [ ] (5) There’s a lot of rust-related choosing whether to pass (mutable) references or whatever around that should be refactored -- [ ] (5) Figure out extensions - [ ] (1) Support turning off constructs +- [ ] (5) Figure out extensions ### Constructs @@ -128,8 +128,7 @@ cargo doc --document-private-items #### Refactor -- [ ] (1) Use `link_to` in more places? It’s probably better -- [ ] (1) Use `edit_map` in `subtokenize` +- [ ] (1) Use `edit_map` in `subtokenize` (needs to support links in edits) #### Parse -- cgit