markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

Can support kroki? (want feature)

Open iyuuya opened this issue 4 years ago • 2 comments

Kroki supports various formats. Gitlab support kroki. (Kroki diagrams | GitLab) I also use Markdown Diagrams - Chrome Extension when viewing on Github.

And run on docker. https://hub.docker.com/r/yuzutech/kroki I want to use kroki as backend for plantuml, mermaind and others. I replaced plantuml to kroki.

let g:mkdp_preview_options = {  'uml': { 'server': kroki_url } }

Is it possible to do everything else? Or can it be replaced with one that assumes kroki?

like

let g:mkdp_kroki_server = 'https://kroki.com'

thk

iyuuya avatar Feb 03 '21 07:02 iyuuya

It looks good, will support it when i have time.

iamcco avatar Feb 18 '21 03:02 iamcco

@iamcco Any update on this? Kroki is really one great engine to support so many formats.

zhuzhzh avatar Jul 18 '22 06:07 zhuzhzh