Package Details: pandoc-plantuml-filter-py 0.1.5-2

Git Clone URL: https://aur.archlinux.org/pandoc-plantuml-filter-py.git (read-only, click to copy)
Package Base: pandoc-plantuml-filter-py
Description: Pandoc filter for PlantUML code blocks, python version
Upstream URL: https://pypi.org/project/pandoc-plantuml-filter
Licenses: MIT
Conflicts: pandoc-plantuml-filter
Replaces: pandoc-plantuml-filter
Submitter: Felixoid
Maintainer: Felixoid
Last Packager: Felixoid
Votes: 0
Popularity: 0.000000
First Submitted: 2019-11-24 17:09 (UTC)
Last Updated: 2024-04-19 17:16 (UTC)

Latest Comments

Felixoid commented on 2024-04-19 17:03 (UTC) (edited on 2024-04-19 17:04 (UTC) by Felixoid)

I am, well, not sure. Yes, it's somewhat useless without the pandoc itself. On the other hand, it works without pandoc at all:

> pandoc-plantuml << EOF
{"pandoc-api-version":[1,23,1],"meta":{},"blocks":[{"t":"CodeBlock","c":[["",["plantuml"],[]],"skinparam componentStyle rectangle\nskinparam dpi 300\n[GH event]->[Work]\n[Work]->(Result)"]}]}
EOF
Created directory plantuml-images
{"pandoc-api-version": [1, 23, 1], "meta": {}, "blocks": [{"t": "Para", "c": [{"t": "Image", "c": [["", [], []], [], ["plantuml-images/36721940ab9aef900a042257bf46cc5495bfd1f3.png", ""]]}]}]}

I think, it makes sense to add it as an optional dependency

leuko commented on 2024-04-19 16:35 (UTC)

@Felixoid, don't you think that plantuml is a dependency?

leuko commented on 2022-03-18 15:32 (UTC)

plantuml is missing as a dependency ;)