Works like a charm! Thanks so much for this solution, much appreciated!
Hi Leandro, again. Thank you so much for creating the mermaid pack. Over the last few days, it seems that the pack is refusing the render, any particular reasons why?
Hi @Pak_H_Chau! Do you mind sharing a doc with the one that is not currently working? I haven’t seen any issues and all my charts are working just fine.
It works if you expand, but it doesn’t render in the column anymore.
It is rendering just fine on my end:
The issue you are facing is probably because there are multiple images that Coda needs to render at the same time.
I have some news around the Mermaid Pack!
- There was a renaming of the formulas with improvements over the parameters, now they start with Draw and the syntax is the first one.
- That small but important change made it possible to have now Column formats! Write your Mermaid syntax in a column and transform it to a diagram just changing the column type.
- NEW Git Graph! Now you can also create Git graphs which I think are super cool and can be used for other use cases as well. Take a look at the official docs: mermaid - Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.
Thank you so much for your Mermaid pack, been using it for so many things. Just one question: what would it take to lift the character limit of the chart syntax? any thoughts about this, is this something that you are planning to accomplish.
The generation of the charts is URL based, so there will always be a limit, but I am investigating options to encode the parameters to reduce the length that they take.
There is an option to completely remove the limits but it requires the storage of the data that you use to generate the chart which will be an overkill for 97% of the use cases
Will let you know about new updates!
Hi @Leandro_Zubrezki , thanks for making this amazing pack! I’ve been trying to build a gannt chart in compact mode, but have not been able to put the ‘displayMode’ parameter in any way that a graph would render. Is it supported?
---
displayMode: compact
---
gantt
title A Gantt Diagram
dateFormat YYYY-MM-DD
section Section
A task :a1, 2014-01-01, 30d
Another task :a2, 2014-01-20, 25d
Another one :a3, 2014-02-10, 20d
Hi @Pablo_DV,
Unfortunately it is not supported at the moment but I’ve just added to the roadmap to see if we can include it in the future.
Cheers,