executablebooks / myst-vs-code

A syntax highlighter for the MyST Markdown format
https://marketplace.visualstudio.com/items?itemName=ExecutableBookProject.myst-highlight
MIT License
35 stars 15 forks source link

MyST-Markdown rendering in notebooks (awaiting API release) #31

Open chrisjsewell opened 2 years ago

chrisjsewell commented 2 years ago

Awaiting https://github.com/microsoft/vscode/issues/121256

chrisjsewell commented 2 years ago

Also check "best practices" against https://github.com/microsoft/vscode/tree/1.58.0/extensions/markdown-math

allanleal commented 1 year ago

Hello, is there already a way to render markdown cells in vscode with the MyST-Markdown extension?

LilMonk commented 1 year ago

Hello, is there already a way to render markdown cells in vscode with the MyST-Markdown extension?

I'm facing the same issue.

jonathanapfeifer commented 1 year ago

@chrisjsewell it seems the api has since been released from what I can tell Is there a plan to implement this feature in the near future? I much prefer working with VS Code over jupyterlab for most of my work but suppose I will just use jupyterlab for now when I need MyST markdown

jonathanapfeifer commented 1 year ago

Here is a demo extension I made which enables markdown rendering in vscode notebooks based on microsoft/vscode-extension-samples/tree/main/notebook-extend-markdown-renderer-sample I've only done very limited testing for the parts of MyST that I use day to day so I have no idea how complete its coverage is, but thought if there are others who want to render it in their notebook cells it could be helpful to them. jonathanapfeifer/vscode-notebook-myst-extension

thangckt commented 1 year ago

any progress on this? please