-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate mermaid diagrams #125
base: main
Are you sure you want to change the base?
Conversation
…ms match the users chosen theme.
…storage instead of session storage
I forgot to put that you add diagrams in the md like this:
I have bumped the version of Mermaid and updated the CSS as there is something wrong with the figcaption css. This lets the svgs take the full width of the space available. I have also made overflow scrolling optional so if you have a large diagram you should enable overflow scrolling by adding in the
|
I have been using my version of Varnish with Mermaid diagrams in semi-anger for a while, there are some limits that I think I can fix:
|
Closes #34
What: Add the ability to render Mermaid diagrams in the Workbench.
Why: See #34 - You can make all sorts of cool diagrams including flowcharts (learner pathways), git diagrams etc.
Based off css-tricks.
Summary
This adds in the Mermaid Javascript code as a dependency for the workbench. I have included it and squashed it with the other javascript as this was faster than importing as a module/script from the web. I have included the recommended setup from the css-tricks link above so it responds to dark mode. I have used the accessible description Mermaid tag, accDescr, to populate a figure caption for the generated SVG. Some examples are shown below from css-tricks and #34. The git diagram is very large - perhaps lesson creators should consider whether to allow such large diagrams - I have limited the max height to 80% of the view height in the css and set the overflow to scroll.
NOTE: The way the new JS populates the figcaption demands that the accDescr be in the multiline format ie:
Examples
A basic chart:
and with the Diagram source code toggle expanded:
An example from #34 with a title:
The git example from #34 with scroll overflow and title: