oglops

Results 3 comments of oglops

How about extending [lib2to3](http://python3porting.com/fixers.html) in python standard library ( add some custom fixers) to make the conversion ?

to set theme globally you use `mermaid_init_js = "mermaid.initialize({startOnLoad:true, theme:'dark'});"` or you can override specific graph with ``` .. mermaid:: %%{init: {'theme':'base'}}%% pie showData title Key elements in Product X...

I suddenly realized that I can customize this via vscode shortcuts json config, so ```json { "key": "shift+alt+m", "command": "mayacode.sendMelToMaya", "when": "editorTextFocus && editorLangId == 'c'" }, ``` this would...