Change log entry for v1.4 and removed some old TODOs

This commit is contained in:
Alex Vear
2020-08-24 22:11:56 +01:00
parent b5877e40fb
commit 92bab89063
2 changed files with 8 additions and 4 deletions

5
TODO
View File

@@ -4,12 +4,9 @@ MAYBE:
- 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)
- TeX:
- Hightlight concealed TeX the same as normal text
- Try to get text attributes to stack (e.g. underlined text in bold text)
- TeX math fragments in bold, italic, etc. text
UNLIKELY:
- Implement Emacs's abbreviations (e.g. '\<s<TAB>')