Rodem
Run the code on preformatted text in markdown.
babel-like extension in Markdown(.md).
babel is org-mode extention in emacs.
execute code in markdown on vscode.
Features
execute code in Markdown
write code

Press F5 or Ctrl-P -> Rodem: execute code to execute

default laungage
- javascript(js) ->
node
- typescript(ts) ->
ts-node
- ruby(rb) ->
ruby
- bash(sh) ->
bash
- python(py) ->
python
Experimental function
- rails(rails) ->
rails console
- django(django) ->
python manage.py shell
- django extension(django+) ->
python manage.py shell_plus
Requirements
none
Extension Settings
if you would like to add language to this extension, edit rodem.lang in settings.json.
ex:
"rodem.lang": {
"sh": "bash",
"bash":"bash",
"zsh":"zsh",
}
Release Notes
0.1
Initial release of Rodem
| |