mystmd icon indicating copy to clipboard operation
mystmd copied to clipboard

Command line tools for working with MyST Markdown.

Results 379 mystmd issues
Sort by recently updated
recently updated
newest added

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...

enhancement
multiple requests

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...

enhancement

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...

enhancement
discussion

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...

meta

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...

meta

## Description Using version `v1.1.55`: ![image](https://github.com/executablebooks/mystmd/assets/9453731/631cd7c4-12c9-4e2f-aab0-f925cd01a903) 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...

bug

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...

AST