plantuml-previewer.vim icon indicating copy to clipboard operation
plantuml-previewer.vim copied to clipboard

Vim / Neovim plugin for preview PlantUML

Results 20 plantuml-previewer.vim issues
Sort by recently updated
recently updated
newest added

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 $...

dependencies

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 ......

![grafik](https://user-images.githubusercontent.com/83538916/151156162-3a9f8845-dc29-454d-bfcb-e4aaf15c6f1d.png) I just get this gray image when I use PlantumlOpen. I use Windows 11. My uml file: ![grafik](https://user-images.githubusercontent.com/83538916/151156317-98a2cf77-58fd-4d7b-8520-8c79c8a43b44.png)

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!...

enhancement
question

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...

bug

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...

question

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...

enhancement

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...