Taras Novak

Results 139 issues of Taras Novak
trafficstars

synchronized it with open editors tree view panel in vscode explorer.

enhancement
UX

via star/favorite toggle in notebook view title bar and notebook tree node remove command in notebooks tree view.

enhancement
UX

for easy discovery of latest popular observable JS notebooks part of notebook collections view feature (#7) popular notebooks query example: ``` https://api.observablehq.com/documents/public/popular?date=2020-07-11T05%3A00%3A00.000Z&limit=10 ``` response to parse & display in notebooks...

enhancement
UX

with options to: - star loaded notebooks - follow notebook authors - view notebook author collections - bookmark notebook cells ...

feature

for navigation of notebook cells. should be what vscode already displays in its defualt outline panel + parsed code from notebook nodes added in #32

feature

with links and nodes to view imported notebook cells and referenced notebooks via notebook view. see prototype here: https://observablehq.com/@randomfractals/notebook-info & use notebook document json added in #32 for traversing notebook...

feature

for searching observable js notebooks ... should show a custom webview similar to these search results on observable website: https://observablehq.com/search?query=vega our notebooks visualizer already has most of the api's for...

feature

depends on public observablehq api's & can get hairy, but I'd like to do it in vscode when native notebook api arrives (see #16)

feature

Hi, I was able to put together a simple pyolite notebook example: https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/chicago-red-light-cameras.ipynb However, even tho I can run it and get my data results, I get error display for...

could be fun for basic regex syntax checking & interactive playground ... idea inspired by this CSS Flexbox Cheatsheet ext. by @dzhavat: https://marketplace.visualstudio.com/items?itemName=dzhavat.css-flexbox-cheatsheet