-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #617 from executablebooks/feat/plugins
🔌 Support plugins for CLI (roles/directives only)
- Loading branch information
Showing
84 changed files
with
882 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-common': patch | ||
--- | ||
|
||
Export `BodyDefinition` and `OptionDefinition`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'myst-ext-exercise': patch | ||
'myst-ext-reactive': patch | ||
'myst-ext-proof': patch | ||
'myst-ext-card': patch | ||
'myst-ext-grid': patch | ||
'myst-ext-tabs': patch | ||
--- | ||
|
||
Change to use String/Number/Boolean instead of ParsedEnumType |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-spec-ext': patch | ||
--- | ||
|
||
Improve the citation node |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-directives': patch | ||
--- | ||
|
||
Move from ParseTypesEnum to String/Number/Boolean in many cases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'myst-ext-card': patch | ||
'myst-ext-tabs': patch | ||
'myst-roles': patch | ||
--- | ||
|
||
Change from alias as string to alias as a string-list. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-common': patch | ||
--- | ||
|
||
Add `pluginLoads` ruleId |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'myst-common': patch | ||
'myst-cli': patch | ||
--- | ||
|
||
Add MySTPlugin to common exported types |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-parser': patch | ||
--- | ||
|
||
Support ParseTypesEnum as String/Number/Boolean or `"myst"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-directives': patch | ||
--- | ||
|
||
Document images and figure and iframe directives |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-roles': patch | ||
--- | ||
|
||
Support additional citation roles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-config': patch | ||
--- | ||
|
||
Allow for plugins in the ProjectConfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'myst-directives': patch | ||
'myst-transforms': patch | ||
'myst-spec-ext': patch | ||
--- | ||
|
||
Add filename to codeblock and include directives |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-common': patch | ||
--- | ||
|
||
Only allow `alias` to be a string list, which simplifies the downstream implementations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-cli': patch | ||
--- | ||
|
||
Support for loading plugins in the session |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-directives': patch | ||
--- | ||
|
||
Improve documentation for admonition and include |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'myst-common': patch | ||
--- | ||
|
||
Allow for `ParseTypesEnum` to also be a `Number`, `String` or `Boolean` object or `"myst"` for parsed content. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
title: Directives | ||
description: Code and code-blocks can be used to show programming languages. | ||
--- | ||
|
||
:::{myst:directive} admonition | ||
::: | ||
|
||
:::{myst:directive} bibliography | ||
::: | ||
|
||
:::{myst:directive} code | ||
::: | ||
|
||
:::{myst:directive} code-cell | ||
::: | ||
|
||
:::{myst:directive} dropdown | ||
::: | ||
|
||
:::{myst:directive} embed | ||
::: | ||
|
||
:::{myst:directive} figure | ||
::: | ||
|
||
:::{myst:directive} glossary | ||
::: | ||
|
||
:::{myst:directive} iframe | ||
::: | ||
|
||
:::{myst:directive} image | ||
::: | ||
|
||
:::{myst:directive} include | ||
::: | ||
|
||
:::{myst:directive} list-table | ||
::: | ||
|
||
:::{myst:directive} margin | ||
::: | ||
|
||
:::{myst:directive} math | ||
::: | ||
|
||
:::{myst:directive} mdast | ||
::: | ||
|
||
:::{myst:directive} mermaid | ||
::: | ||
|
||
:::{myst:directive} myst | ||
::: | ||
|
||
:::{myst:directive} output | ||
::: |
Oops, something went wrong.