Taras Novak
Taras Novak
when that built-in vscode notebook webview api is GA & this part is implemented: https://github.com/RandomFractals/vscode-js-notebooks/issues/4 also see #51
see this old thread for more info: https://talk.observablehq.com/t/proly-too-sooon-but-would-be-cool-to-see-observablehq-notebooks-renderred-on-github/1042
test it with sample notebooks from #28 should be able to parse and load notebook js and json documents added in #30 & #32
see favorite notebooks tree view display implemented in #37, and add more levels to that tree view section.
see #17, #33 & this js notebook with source prototype: https://observablehq.com/@randomfractals/exporting-notebooks-with-their-source
wire it to js notebook view for js files ending with that file extension, and register that notebook view with gistpad for rendering.
use notebook json document added in #32 for getting and displaying notebook nodes code
with new native vscode [Notebooks UX](https://github.com/microsoft/vscode/issues/95154) and notebook document [API](https://github.com/microsoft/vscode/issues/93265) for editing observable notebooks