-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
# To-Do | ||
- [x] Scroll outputs into view and highlight them | ||
- [ ] Migrate the language definition to CM6 | ||
- [ ] Dynamic autocomplete | ||
- [ ] More efficient math evaluation (only update state when inputs change) | ||
- [ ] Evaluate expression by expression (not necessarly block by block) | ||
|
||
# Maybe | ||
- [ ] Saves state | ||
- [ ] Webworkers | ||
|
||
# Done [x] | ||
- [x] Migrate to codemirror 6 with a build tool like Vite | ||
- [x] Not only text outputs (allow for latex) | ||
- [x] Use Alpinejs to reduce code |