Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/shnort
shnort - Simple Html Notes for the Observable RunTime - https://pmuellr.github.io/shnort/
https://github.com/pmuellr/shnort
Last synced: about 1 month ago
JSON representation
shnort - Simple Html Notes for the Observable RunTime - https://pmuellr.github.io/shnort/
- Host: GitHub
- URL: https://github.com/pmuellr/shnort
- Owner: pmuellr
- License: mit
- Created: 2020-02-16T07:42:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T20:26:21.000Z (over 2 years ago)
- Last Synced: 2024-04-09T21:04:47.786Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 899 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
shnort - 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.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-javascriptusage
================================================================================To run the samples, you'll need to arrange to run them with a web server,
as they load code dynamically and that doesn't work well with file:// URLs.[`serve`](https://www.npmjs.com/package/serve) is a dev dependency of this
package, and you can launch it via `npm run serve`.Assuming it's launched from the repo directory with port 3000, you can
access the samples from:http://localhost:3000/notes/index.note.html
They are also available publically at:
https://pmuellr.github.io/shnort/notes/index.note.html
install
================================================================================npm install -g pmuellr/shnort
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