Rowan Cockett
Rowan Cockett
Right now when we parse the frontmatter we look to the first cell and load the YAML. This behaviour should change if there is already frontmatter defined in a jupytext...
We are currently using a duplicated function out of `@jupyterlab/rendermime` introduced in executablebooks/jupyterlab-mystjs#13. The following [Private](https://github.com/jupyterlab/jupyterlab/blob/2e8677624ed7301d47de703570a14ce3bb8036cf/packages/rendermime/src/renderers.ts#L776) function was copied without modification: https://github.com/jupyterlab/jupyterlab/blob/2e8677624ed7301d47de703570a14ce3bb8036cf/packages/rendermime/src/renderers.ts#L950 There doesn't seem to be a way to...
Over the last several months and at the last two team meetings @fwkoch, @stevejpurves and myself have been showing some of the new work on `mystjs`, which you can see/demo/try...
This will allow for recursive links in the theme.
Currently when we build a site or document we have to fait for image optimizations to complete. These image optimizations are completed in each export process, and are not shared....
Search is currently not enabled in [mystjs sites](https://www.myst.tools/docs/mystjs/), but certainly something we want! A few options: - use a service like algolia - do something locally at build time with...
Currently we only support `table` and `list-table`. Sphinx Documentation: - https://docutils.sourceforge.io/docs/ref/rst/directives.html#csv-table, also [here](https://myst-parser.readthedocs.io/en/latest/syntax/tables.html#csv-tables). ### Tasks - [x] https://github.com/executablebooks/mystmd/pull/1030 - [ ] Add `:file:` support for csv table directive
We currently have `admonitionTitle`, `cardTitle` and a number of nodes that use `admonitionTitle` that are not admonitions. I think that these nodes should be `title` as a node type, perhaps...
Although mystmd and JupyterBook/sphinx are targeted at slightly different use-cases, there is overlap in creating websites (see [background](https://mystmd.org/guide/background#how-do-jupyter-book-and-mystmd-relate)). Below is a list of missing features/directives/roles/ui that are not yet implemented...
There should be ways to share glossaries and abbreviations between files, and also between books. ### Discussed in https://github.com/orgs/executablebooks/discussions/870 Originally posted by **TomLav** November 10, 2022 Hello, We are building...