js-notebook-inspector
js-notebook-inspector copied to clipboard
create notebooks list view
for search results (#21) and author notebooks list display (#23)
map it to js.notebook.list command name & ctrl+alt+l shortcut
use htl lib for generating notebook list view display: https://github.com/observablehq/htl
see d3 gallery observable notebook for example: https://observablehq.com/@d3/gallery
htl usage notebook: https://observablehq.com/@observablehq/htl
use htl's html.gragment to generate that list UI & add it to list page view as doc fragment:
https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment