From 4c755a99a82c4b6416d5cdb332daa6562ec4e2bf Mon Sep 17 00:00:00 2001 From: Sunpy Date: Fri, 21 Dec 2018 03:14:48 +0100 Subject: [PATCH] I am still new to markdown --- NOTES.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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