plantuml-previewer.vim
                                
                                
                                
                                    plantuml-previewer.vim copied to clipboard
                            
                            
                            
                        Vim / Neovim plugin for preview PlantUML
Adding newer version of PlantUML.
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
I'm writing a document using [rst2pdf](https://github.com/rst2pdf/rst2pdf), which supports `plantuml` code in a `reStructuredText` directive `.. uml::`. I'm using [NrrwRgn](https://github.com/chrisbra/NrrwRgn) to edit the `plantuml` code and format it as `@startuml ......
Just gray
 I just get this gray image when I use PlantumlOpen. I use Windows 11. My uml file: 
I have written some code which built on top of this plugin, I thought I would share: ``` " plantuml-previewer.vim " Output as ASCII art into Vim preview window function!...
if a name is specified in plantuml after @startuml then it generates the image (svg, png etc) with that name. If this is not specified the image generated will have...
Preview the selected code block by virtual mode
Now you don't absolutely need plantuml on your local machine. You can use their server as you can find in the documentation : https://plantuml.com/en/starting Is it possible to set a...
When opening a file and putting something like: ``` @startyaml doe: "a deer, a female deer" @endyaml ``` The preview results in a blank page. Similar things happen for example...
This address this issue: https://github.com/weirongxu/plantuml-previewer.vim/issues/23 According to [this post](https://forum.plantuml.net/5483/please-specify-filename-%40startuml-extension-automatically?show=5483#q5483), the output filename will be the as the startuml value, when present. The solution is use the pipe parameter from plantuml.jar...