Angus Hollands

Results 221 issues of Angus Hollands

## Proposal The current ui-test framework captures element screenshots, but our tests are longer than a single page. We should rework the tests or test logic to ensure that we...

enhancement

## Proposal Given MyST-MD's support for nice PDF exports, perhaps we can make a step towards single-article PDF exports by invoking the MyST CLI. E.g. in the `export` menu of...

enhancement

This connects some of the dots. There's no error handling support, and indeed much is broken because of the existing SSR using KaTeX

### Describe the bug **context** When I add a footnote with `some sentence [^footnote]` and `[^footenote]: ...` **expectation** I expected a wild footnote to appear **bug** But instead the raw...

bug

## Proposal Right now we only understand MyST at a single-document level. It would be useful to implement support for a MyST "project" (taking inspiration from _toc.yml etc), so that...

enhancement

## Proposal We should use `jupyter-server-proxy` to implement a proxying server extension that forwards requests from the frontend to a new nodejs backend implemented in mystmd. This will enable us...

enhancement

### Context If a user wants to add a custom role or directive, I *think* they would need to inject these definitions into the list of roles / directives that...

enhancement

I noticed this today, and will take a look in due course. This line ensures that a cell may not immediately execute if we're waiting for it to render. This...

### Context ... ### Proposal _No response_ ### Tasks and updates _No response_

enhancement

This slightly sits at odds with the current granular extension mechanism that we make use of, but it might be nice to also make the MDAST available. Then, we could...

enhancement