diff --git a/NOTES.md b/NOTES.md index a2a15cd..d357dce 100644 --- a/NOTES.md +++ b/NOTES.md @@ -5,19 +5,19 @@ Read though implementation multiple times for improvement potential when working Have fun and enjoy coding. # TODO -[ ] Decide theme and style -[ ] Animation layout and framework -[ ] Scrape binary or html from filesystem to get custom native objects and functions -[ ] Structure menuing -[ ] Event loop management -[ ] Priority system -[ ] Dynamic/Selective events from html -[ ] Templates for menus +- [ ] Decide theme and style +- [ ] Animation layout and framework +- [ ] Scrape binary or html from filesystem to get custom native objects and functions +- [ ] Structure menuing +- [ ] Event loop management +- [ ] Priority system +- [ ] Dynamic/Selective events from html +- [ ] Templates for menus # Maybe -[ ] Rewrite templating system to allow language packs +- [ ] Rewrite templating system to allow language packs (Reason being I design for english and can't run my own dynamic html engine on the TV as of yet) # Along the way - Find out if I should rewrite the codebase with typescript and if so; maybe compile to WASM -- Consider themability \ No newline at end of file +- Consider themability