mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
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....
We currently support a configuration file called `myst.yml`. When MyST sites start to have a lot of pages, it can be hard to quickly find the `myst.yml` file among the...
using `figure` placeholders to get hard copy placeholders, can break the web experience for altair
Currently the [figure directive](https://mystmd.org/guide/directives#directive-figure) has a `:placeholder:` option that I have been using in the following ways: 1. Given an figure based on an `ipywidgets` notebook output, I can provide...
In the wiki and the Obsidian world, they use a bracket-style syntax for cross references within and between pages. These are roughly the links I'm talking about: - `[[ link...
As a precursor to the Jupyter Book blog post, I think it would be helpful to define the high-level principles that guide MyST. This will make it easier to explain...
As part of our [goal to experiment with a MyST backend to Jupyter Book](#1000), we'll need to make trade-off decisions about design and development priorities. This is an issue to...
## Description Using version `v1.1.55`:  In the above screenshot I ran `myst build --pdf index.pdf` in a folder where `index.pdf` does not exist, nor is there an export defined...
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...