-
Notifications
You must be signed in to change notification settings - Fork 0
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
Evgeny Metelkin
committed
Nov 2, 2023
1 parent
c2a8421
commit eb4f5c2
Showing
3 changed files
with
10 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
# TODO list | ||
|
||
- hot keys for InfoPage | ||
- Download project button | ||
- ! Download project button | ||
- switch monaco themes | ||
- nice css styles | ||
- support of smartphones | ||
- replace font awesome 4 for something light | ||
https://github.com/danklammer/bytesize-icons | ||
- load files with full path | ||
- dot files visualization | ||
? Matlab language support | ||
? dot language support | ||
? platform.yml | ||
? console at the bottom | ||
? file content manager | ||
|
||
## Errors | ||
|
||
- ' ??? in export |
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,7 @@ | ||
// this can be removed for futute versions of heta-compiler | ||
let xxx = require('heta-compiler/src/nunjucks-env'); | ||
|
||
module.exports = function(env){ | ||
env.opts.autoescape = false; | ||
xxx(env); | ||
} |
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