From 9f069c6ab4b90cbe5e933e589277e969d9a94edd Mon Sep 17 00:00:00 2001 From: David Contreras Date: Sat, 2 Mar 2024 09:26:52 -0600 Subject: [PATCH] Updated To-Do --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 73be0ee..d0e7ac0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -# Todo - -- [ ] Include previous partial results -- [ ] More interesting example -- [ ] Dynamic autocomplete with variable names and mathjs units - # Web Thermodynamics This is an example of how to run CoolProp Javascript wrapper with units handled by mathjs, including a code editor. @@ -12,13 +6,14 @@ This is an example of how to run CoolProp Javascript wrapper with units handled ) # To-Do -- [ ] Migrate to codemirror 6 with a build tool like Vite +- [x] Migrate to codemirror 6 with a build tool like Vite - [ ] Migrate the language definition to CM6 -- [ ] Scroll outputs into view and highlight them -- [ ] Not only text outputs (allow for latex) +- [x] Scroll outputs into view and highlight them +- [x] Not only text outputs (allow for latex) - [ ] More efficient math evaluation (only update state when inputs change) - [ ] Evaluate expression by expression (not necessarly block by block) -- [ ] Use Alpinejs to reduce code +- [x] Use Alpinejs to reduce code +- [ ] Dynamic autocomplete # Basic example