Hi Michael

This is a really nice filter for the diagrammatically challenged like
myself.

I've also tried it on Win7, worked fine for me (once I'd installed
easy_install and added the Python Scripts directory to the PATH).

There was one oddity, the unnecessary | separator in the
[filter-image-pngsvg-blockmacro] generated a quoted space under Windows
but not Linux i.e.

Windows:

" "<div class="imageblock seqdiag">

Linux:

<div class="imageblock seqdiag">

After dropping the | line it worked. I think it was generated by the
echo " " in your style definitions (under Linux echo " " generates a
space character, under Windows it generates " ").


Cheers, Stuart


On 14/09/12 19:37, Michael Haberler wrote:
> I've created an asciidoc filter for Takeshi Komiya's suite of diagram
> layout tools: http://blockdiag.com/en/index.html
> 
> It can be found here:
> 
> https://code.google.com/p/asciidoc-diag-filter/
> 
> it's also referenced now http://www.methods.co.nz/asciidoc/plugins.html
> (thanks, Stuart!)
> 
> - Michael
> 
> ps: I would be interested in feedback especially wrt running under
> Windows, which I do not have
> 
> it could be that the Unix-specific way of handling "filter returned no
> output" messages here:
> https://code.google.com/p/asciidoc-diag-filter/source/browse/diag-filter.conf#6
> is an issue, but that I'd fix if it comes up.
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "asciidoc" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/asciidoc/-/KLYx7fi3a2IJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/asciidoc?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to