micimize / jupyterlab-wikify

Use Markdown-It to render markdown, and implement svgbob and mermaid rendering.
6 stars 0 forks source link

decouple auto-resolve, add settngs #1

Open micimize opened 4 years ago

micimize commented 4 years ago

A more robust auto resolve solution would be decoupled from the markdown-it plugin and have a configuration like

{
    autoResolve: true | { whenClass: 'autoresolve', extensions: ['.ipynb', '.md'] },
    autoCreate: true | templateUri
}

The way it works currently is wikilinks in the markdown add the autoresolve class