-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
If a user wants to add a custom role or directive, I think they would need to inject these definitions into the list of roles / directives that the markdown-it-docutils
plugin accepts in the options
argument. This may not be very easy - the options
can be modified from JupyterLab, but to pass in JS objects would require some extension to set these options.
Proposal
Perhaps it would be better to expose a token from jupyterlab-myst
that lets users write extensions to provide their own roles / directives. These extensions could be authored using https://github.com/jupyterlab/jupyterlab-plugin-playground to make it easy to play around with them from JupyterLab.
Tasks and updates
No response
nthierytavin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request