mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
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,...
Had a great call today with @labarba and @s2t2 on MyST and JupyterBook v2 coming soon, and am aiming to help them get started with the content as well as...
The api that we were using to create demos is broken. The plugins are no longer very functional. @agoose77 do you have ideas to migrate towards?
### Which area is this feature request for? Website User Interface, Command Line Tools ### Describe the feature you'd like to request https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#index-generating-markup ```` ### Inner Product and Norm ```{index}...
Over the last week Project Pythia has started an upgrade from JupyterBook to mystmd. The organization experimenting with that is here: https://github.com/projectpythia-mystmd The website is hosted on github pages: https://projectpythia-mystmd.github.io/...
A number of times people just copy the youtube link in, rather than going to the embed flow in the YouTube UI. These links are deterministic based on the URL,...
If `citation-js-utils` generates the same string for two different references, MyST (probably with some help from `citation-js-utils`) should add a letter to differentiate them, e.g. `Koch et al. (2012), Koch...
Aims: * extend notebook processing to lift widget state from notebook metadata * notebook metadata can be big and should be out-of-band Todo: - [x] first pass - [x] don't...
[`CITATION.cff`](https://github.com/citation-file-format/citation-file-format/tree/main) is a format [supported by github](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) to provide citation metadata, primarily for software/dataset repositories (but also for other `types` including articles!). If a repository contains this file, github will...
Hi @rowanc1 as a followup of sorts to https://github.com/executablebooks/markdown-it-docutils/issues/48 and https://github.com/executablebooks/mystjs/issues/181, I'd like to propose adding something like this to mystjs. It's a first cut at what you said is...