https://github.com/xyhp915/logseq-fenced-code-plus
A Logseq plugin for missing types of fenced code 🚀
https://github.com/xyhp915/logseq-fenced-code-plus
logseq-plugin
Last synced: 10 months ago
JSON representation
A Logseq plugin for missing types of fenced code 🚀
- Host: GitHub
- URL: https://github.com/xyhp915/logseq-fenced-code-plus
- Owner: xyhp915
- License: mit
- Created: 2022-03-04T03:11:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T08:54:57.000Z (over 1 year ago)
- Last Synced: 2025-03-29T08:07:48.358Z (10 months ago)
- Topics: logseq-plugin
- Language: TypeScript
- Homepage:
- Size: 11.4 MB
- Stars: 114
- Watchers: 1
- Forks: 19
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logseq-fenced-code-plus
A Logseq plugin for missing types of fenced code block.
> 🛠 In development. The minimal version of Logseq Desktop [0.6.7](https://github.com/logseq/logseq/releases)
### Usage
1. Install this plugin
2. Activate it
3. Add a markdown code block to any of your pages like this:
````markdown
```mermaid
graph LR
Apples --> Bananas
```
````
4. Click outside of the code block
5. Tadaa!
### Supported syntax types
- [x] [mermaid](https://mermaid-js.github.io/mermaid/#/)
- [x] [echarts](https://echarts.apache.org/en/index.html) Thanks to @haydenull https://github.com/xyhp915/logseq-fenced-code-plus/pull/19
- [ ] 🧑💻 which type do you want to support? Feel free to make
your [request](https://github.com/xyhp915/logseq-fenced-code-plus/issues/new)!
### Licence
MIT