From e08dec390f5d33e32f8062d5b41509ad6b908f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=B6dler?= <38029550+shoedler@users.noreply.github.com> Date: Tue, 11 Apr 2023 18:30:47 +0200 Subject: [PATCH] Update DEV.md --- DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEV.md b/DEV.md index a42095e..6979d26 100644 --- a/DEV.md +++ b/DEV.md @@ -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