Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/vscode-shnort-notebook
VS Code Notebook handler for Simple Html Notes with the Observable RunTime
https://github.com/pmuellr/vscode-shnort-notebook
Last synced: about 1 month ago
JSON representation
VS Code Notebook handler for Simple Html Notes with the Observable RunTime
- Host: GitHub
- URL: https://github.com/pmuellr/vscode-shnort-notebook
- Owner: pmuellr
- License: mit
- Created: 2020-07-30T15:44:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T03:36:52.000Z (over 3 years ago)
- Last Synced: 2024-04-09T21:04:48.906Z (9 months ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
shnort - VS Code Notebook handler for Simple Html Notes with the Observable RunTime
================================================================================The [Observable Runtime][] is a JavaScript library that powers
[Observable Notes][]. Observable Notebooks however aren't authored
in JavaScript, but in a [JS-like language] (compiled to JS, using the Observable
Runtime as it's core library).This is an experiment to see if the runtime can be made "easier" to use in
JavaScript itself. Using the [VS Code Notebook API][] as the user interface.We'll see!
[Observable Runtime]: https://github.com/observablehq/runtime
[Observable Notes]: https://observablehq.com/@observablehq/five-minute-introduction
[JS-like language]: https://observablehq.com/@observablehq/observables-not-javascript
[VS Code Notebook API]: https://code.visualstudio.com/api/extension-guides/notebookusage
================================================================================TBD
install
================================================================================TBD
license
================================================================================This package is licensed under the MIT license. See the [LICENSE.md][] file
for more information.contributing
================================================================================Awesome! We're happy that you want to contribute.
Please read the [CONTRIBUTING.md][] file for more information.
[LICENSE.md]: LICENSE.md
[CONTRIBUTING.md]: CONTRIBUTING.md
[CHANGELOG.md]: CHANGELOG.md