diff --git a/docs/2023-06-25-useful-tools.html b/docs/2023-06-25-useful-tools.html index d2ef469..6af877b 100644 --- a/docs/2023-06-25-useful-tools.html +++ b/docs/2023-06-25-useful-tools.html @@ -685,11 +685,6 @@ >https://github.com/itchyny/gojq -
  • - https://github.com/plantuml/plantuml -
  • https://github.com/ankitpokhrel/jira-clihttps://github.com/antonmedv/fx
  • +
  • + https://github.com/plantuml/plantuml +
  • -

    - Some love for PlantUML, with extension - PlantUML -

    -
    -
    {
    -  "plantuml.exportFormat": "png",
    -  "plantuml.server": "https://www.plantuml.com/plantuml"
    -}
    -
    Feel free to ask me via diff --git a/posts/2023-06-25-useful-tools.md b/posts/2023-06-25-useful-tools.md index 38f3214..c32203f 100644 --- a/posts/2023-06-25-useful-tools.md +++ b/posts/2023-06-25-useful-tools.md @@ -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 diff --git a/posts/2023-08-09-vscode.md b/posts/2023-08-09-vscode.md index 5b61441..89cecbb 100644 --- a/posts/2023-08-09-vscode.md +++ b/posts/2023-08-09-vscode.md @@ -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" -} -```