Update DEV.md

This commit is contained in:
Simon Schödler 2023-04-11 18:30:47 +02:00 committed by GitHub
parent b07deff029
commit e08dec390f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
DEV.md
View file

@ -9,7 +9,7 @@
## Refactors
- [x] Refactor handling / updating of `TreeItem`s. Use a reactive approach instead of manually updating the tree.
- [ ] Refactor `Editor.getWordLookup()` there has to be a better way of retrieving plain-text from an `Editor` (Without manually removing MD syntax operators)
- [ ] Refactor `Editor.getWordLookup()` there has to be a better way of retrieving plain-text from an `Editor` (Without manually removing MD syntax)
## Releasing new releases