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

I have cygwin installed in: _d:\ cygwin64_. When I try to display the "demo.puml", it doesn't show me the diagram and it doesn't show any errors. I solved part of...

My computer configuration: MacBook Pro (16-inch, 2019) 2.6 GHz six core Intel Core i7 32 GB 2667 MHz DDR4 AMD Radeon Pro 5300M 4 GB Intel UHD Graphics 630 1536...

Thanks a lot for this extension, it has proven very useful to me. I use Plantuml in Sphinx with the [sphinxcontrib.plantuml](https://github.com/sphinx-contrib/plantuml/) extension. In below RST file, plantuml-previewer.vim basically works, but...

enhancement

Does the current plugin handles the `newpage` command ? the current behavior is to only show the first page when `newpage` is used.

enhancement
question

### bug * Chinese characters overlap together for utf-8 * so I try to use gbk, messy code shows

### Issue When using accentuated characters, the resulting diagram text does not display these characters appropriately: ![image](https://github.com/weirongxu/plantuml-previewer.vim/assets/26167171/899332c0-14f1-4016-85d7-cda7f27c4e2a) instead of: ![image](https://github.com/weirongxu/plantuml-previewer.vim/assets/26167171/37425076-62f3-4c81-9e24-f7011e28b347) Using accents in participants, in this case, makes it impossible...

when i use PlantumlOpen command, the chrome can open. But these is no pic. I found that because viewer/tmp.svg didn't exist. When I set "let g:plantuml_previewer#debug_mode = 1" in my...

I get following exception when running `:PlantumlOpen` or any other `Plantuml...` command. ```sh E605: Exception not caught: vital: System.Job: "C:\Users\...\vimfiles\plugged\plantuml-previewer.vim\autoload/../script/update-viewer.cmd" is not an executable ``` ## Environment OS: Windows 11,...

Hi, I use your plugin with many frequency. It is great! But, I verified that the file plantuml.jar is outdated. See more information: https://github.com/plantuml/plantuml/blob/master/CHANGES.md Thanks and continue contribuing to the...

Use [plantuml](https://search.nixos.org/packages?channel=24.11&from=0&size=50&sort=relevance&type=packages&query=plantuml) package or make sure `plantuml` is callable in your terminal, then apply this ``` diff --git a/autoload/plantuml_previewer.vim b/autoload/plantuml_previewer.vim index f48f143..712a9ff 100644 --- a/autoload/plantuml_previewer.vim +++ b/autoload/plantuml_previewer.vim @@ -23,10 +23,6...