Skip to content

Commit

Permalink
Updated To-Do
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x committed Mar 2, 2024
1 parent 9737f7c commit 9f069c6
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 9f069c6

Please sign in to comment.