logseq-fenced-code-plus icon indicating copy to clipboard operation
logseq-fenced-code-plus copied to clipboard

A Logseq plugin for missing types of fenced code 🚀

Results 30 logseq-fenced-code-plus issues
Sort by recently updated
recently updated
newest added

https://github.com/mermaid-js/mermaid/releases/tag/v10.9.0 Features [Katex support](https://github.com/mermaid-js/mermaid/pull/5224), [expanded Gantt syntax](https://github.com/mermaid-js/mermaid/pull/5224), [block diagrams](https://github.com/mermaid-js/mermaid/pull/5221), and other fixes.

Surprised that formatting for different languages was not build in in Logseq, I use Joplin as other note taker and formatting code works with keyword highlighting for most programming languages......

Below is an example. ```echarts { "xAxis": { "type": "category", "data": [ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ] }, "yAxis": { "type": "value" }, "series": [ { "data":...

This is an awesome plugin and thanks for making it happen! I mainly use it for gantt chart, and I'm wondering if it's possible to support [styling](https://github.com/mermaidjs/mermaidjs.github.io/blob/master/gantt.md#styling) and [configuration](https://github.com/mermaidjs/mermaidjs.github.io/blob/master/gantt.md#configuration), this...

Support for https://plantuml.com would be nice.

For big diagram (sequence diagram for example), currently mermaid rendering works perfectly but cannot zoom in to see details. It would be better to have a zoom button just like...

As the title is written, using a mermaid to genera a flowchart is very useful. but it's still not enough to provide a high-level view of a system, because the...

problem: I'm looking at my generated graphs but they are hard to read. There doesn't seem to be a way to see the details. I could image any of the...

Hi, After installing the plugin, I tried to render a simple diagram: ```mermaid graph TD; A-->B; A-->C; B-->D; C-->D; ``` However, in logseq, it is shown as such: ![image](https://github.com/xyhp915/logseq-fenced-code-plus/assets/574245/9423a87e-a347-4986-a509-56856e456fd7) Error...

Hi, great plugin, I would like to be able to copy the generated image easily to paste it in an email. I did not find a way to do it....

enhancement