js-notebook-inspector icon indicating copy to clipboard operation
js-notebook-inspector copied to clipboard

create notebooks list view

Open RandomFractals opened this issue 5 years ago • 1 comments

for search results (#21) and author notebooks list display (#23)

map it to js.notebook.list command name & ctrl+alt+l shortcut

RandomFractals avatar May 09 '20 23:05 RandomFractals

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

RandomFractals avatar Oct 25 '20 18:10 RandomFractals