SemanticMediaWiki / SemanticResultFormats

Provides additional visualizations (result formats) for Semantic MediaWiki
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats
Other
45 stars 75 forks source link

Provide support for the Mermaid extension #364

Open kghbln opened 6 years ago

kghbln commented 6 years ago

Currently the Mermaid extension does not support SRF. It will be nice to get this, especially since Mermaid supports Gantt charts.

As to how to best implement (taken from https://github.com/SemanticMediaWiki/Mermaid/issues/1#issue-285180633):

I'm not planning to integrate this with SRF but the GraphViz printer should provide a good enough bootstrap example for making it work with the mermaid syntax.

gesinn-it-gea commented 6 years ago

@mwjames should integration possibly look comparable to SRF D3:

 | format=mermaid
 | charttype=gantt
 | <other charttype specific parameter>
kghbln commented 5 years ago

I think to have read in some mailing list, that there will be a solution in December. :)

gesinn-it-gea commented 5 years ago

we have implemented a prototype and like to share it with the community during SMWCon Fall 2018. Proposal would be to get it integrated into SRF master during the Hackathon / Tutorial day.

kghbln commented 5 years ago

@RacoonDev has put an effort creating the result format which is awaiting the release of Mermaid 2.0.0 for the pull.

Documented on wiki

kghbln commented 4 years ago

"gantt" was done thanks to @RacoonDev . :) What still could be done is "graph" and "sequence".