feat: no need plantuml local

main
sudo pacman -Syu 2024-02-16 11:22:21 +07:00
parent 520efc11e0
commit aa8094ef3a
4 changed files with 6 additions and 30 deletions

View File

@ -685,11 +685,6 @@
>https://github.com/itchyny/gojq</a
>
</li>
<li>
<a href="https://github.com/plantuml/plantuml"
>https://github.com/plantuml/plantuml</a
>
</li>
<li>
<a href="https://github.com/ankitpokhrel/jira-cli"
>https://github.com/ankitpokhrel/jira-cli</a
@ -769,6 +764,11 @@
>https://github.com/antonmedv/fx</a
>
</li>
<li>
<a href="https://github.com/plantuml/plantuml"
>https://github.com/plantuml/plantuml</a
>
</li>
</ul>
<h4>
<a

View File

@ -133,20 +133,6 @@
}
}</pre>
</div>
<p>
Some love for PlantUML, with extension
<a
href="https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml"
rel="nofollow"
>PlantUML</a
>
</p>
<div class="highlight highlight-source-json">
<pre>{
<span class="pl-ent">"plantuml.exportFormat"</span>: <span class="pl-s"><span class="pl-pds">"</span>png<span class="pl-pds">"</span></span>,
<span class="pl-ent">"plantuml.server"</span>: <span class="pl-s"><span class="pl-pds">"</span>https://www.plantuml.com/plantuml<span class="pl-pds">"</span></span>
}</pre>
</div>
<div>
Feel free to ask me via

View File

@ -148,7 +148,6 @@ Misc
- https://github.com/mikefarah/yq
- https://github.com/itchyny/gojq
- https://github.com/plantuml/plantuml
- https://github.com/ankitpokhrel/jira-cli
- https://github.com/cli/cli
@ -168,6 +167,7 @@ Memory
- https://github.com/bufbuild/buf-language-server
- https://github.com/sdkman/sdkman-cli
- https://github.com/antonmedv/fx
- https://github.com/plantuml/plantuml
#### Go

View File

@ -88,13 +88,3 @@ I code in Go, with extension
}
}
```
Some love for PlantUML, with extension
[PlantUML](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml)
```json
{
"plantuml.exportFormat": "png",
"plantuml.server": "https://www.plantuml.com/plantuml"
}
```