Angus Hollands
Angus Hollands
On this hub climaterisk.opensci.2i2c.cloud
This will align with future plans to add a `kind` to all node types.
This PR attempts to clarify the different ways that a MyST site can be deployed (and why you'd pick one over the other). Closes https://github.com/executablebooks/mystmd/issues/927 There's more to cover here,...
This PR adds a glossary handler to the `myst-to-typst` package. I would like to have used the existing `definitionList` handling logic, but it's not possible to naively label the keys....
## Proposal We should add a transform to convert URLs that are declared in the `myst.yml` references section into `xref` links. E.g. links to page `https://.../foo.md` become xref-s to the...
An example: ````markdown We can then list the contents of this book (see [](#legacy-contents)), ```{code} shell :caption: Contents of a {term}`Legacy Book` created using the `jupyter book create` command. :name:...
It's not clear how to write MyST notebooks to work with jupytext. We should probably expand our documentation to talk about block breaks, etc.
1. This would allow us to have multiple kinds of local execution with unique IDs. 2. Allow frontmatter to specify execution strategy e.g. per page. 3. Allow CLI to override...
E.g. On my website ```yaml name: Angus github: ... ``` or via a GitHub / ORCID ID? How do we deal with "time of snapshot" here?
## Proposal We already read this configuration for Thebe, so let's also use it for local execution where it is given.