Myles Scolnick
Myles Scolnick
Thanks for the repro - it should be easy to work with this setup to test/fix
Hi @isaac-tes, does this site work for you https://pyodide.org/en/stable/console.html Trying to determine if this issue is upstream.
We have some private methods for registering the file to the '/@file' route. We can look into exposing some as public api. Or you could inline your worker script -...
yea web-workers are difficult to distribute with a CDN. @manzt may have more insight/ideas regarding serving assets with anywidget. (and maybe already scoped out, just needs ecosystem authors to implement...
EDIT: sorry, had the original request backwards. You could create your own div with the `` and go to `http://localhost:2718/#target`. markdown titles/subtitles will automatically create id's that are the kebab-case...
+1 to @dmadisetti But also realizing now that since its all client-rendered and the ids may not exist on load, the browser likely won't scroll to it. We can do...
@jp-gr, for your second comment. You can bind your state to the query params using [mo.query_params()](https://docs.marimo.io/api/query_params/?h=query#query-parameters). Is that enough or is there more deep linking you were looking for?
Merge cells makes sense. Could piggy back off #1614 We already have **"Code -> Markdown"** (`cmd+shift+m`) We have a version of **"Markdown -> Code"** (`cmd+shift+m`) with slightly different semantics (we...
> delete cell shortcut (when a cell is not empty) Currently we do not have this, for when a cell is not empty. I find this could lead to accidental...
the fronted needs to know this port as well