Minor wording tweak and TODO file update

This commit is contained in:
Alex Vear
2020-09-08 19:41:06 +01:00
parent 42315ab08c
commit f50c700b87
3 changed files with 13 additions and 12 deletions

21
TODO
View File

@@ -1,12 +1,13 @@
MAYBE:
- Highlight groups:
- Syntax highlight checkboxes and checkbox cookies
- Separate syntax group for heading delimiters
- Syntax highlight and indent "properties"
- Inline blocks
- Try to get text attributes to stack (e.g. underlined text in bold text)
- Close inline block using same number of starting delimiters.
- Set a max number of lines to search for end delimiter for bold/italic/etc. to 3 (might not be possible)
* Future
- Option to disable TeX highlighting.
- Syntax highlight checkboxes and checkbox cookies
- Separate syntax group for heading delimiters
- Syntax highlight and indent "properties"
UNLIKELY:
* Maybe
- Implement Emacs's abbreviations (e.g. '\<s<TAB>')
* Impossible?
- Try to get text attributes to stack (e.g. underlined text in bold text)
- Close inline block using same number of starting delimiters.
- Set a max number of lines to search for end delimiter for bold/italic/etc. to 3 (might not be possible)