Re: [Rfc-markdown] [xml2rfc-dev] 1.3.7: supporting ditaa, mscgen in -3 mode

Carsten Bormann <cabo@tzi.org> Sun, 31 May 2020 00:15 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: rfc-markdown@ietfa.amsl.com
Delivered-To: rfc-markdown@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E48B03A0DF5; Sat, 30 May 2020 17:15:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dHtxZhR7ygAv; Sat, 30 May 2020 17:15:25 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 528933A064C; Sat, 30 May 2020 17:15:25 -0700 (PDT)
Received: from [192.168.217.116] (p5089ae91.dip0.t-ipconnect.de [80.137.174.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 49ZJjM3v07zywP; Sun, 31 May 2020 02:15:19 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <669B51B2-54F0-4C56-8620-16B6203F62C5@bangj.com>
Date: Sun, 31 May 2020 02:15:18 +0200
Cc: rfc-markdown@ietf.org, XML2RFC Interest Group <xml2rfc@ietf.org>, XML Developer List <xml2rfc-dev@ietf.org>
X-Mao-Original-Outgoing-Id: 612576918.7554719-ca9b76b7875c8b6cd3fa10357be89cb0
Content-Transfer-Encoding: quoted-printable
Message-Id: <1823D3E2-0AE0-442C-8F78-B615302FFB65@tzi.org>
References: <E1jduEw-0007if-7I@durif.tools.ietf.org> <93E5295E-CE96-4121-B3F5-C04540D542FD@tzi.org> <D6806E5D-2B6E-4464-9126-44F3F5C808F7@tzi.org> <1a5cfced-2718-0a4a-41ef-b366543ec5a2@gmail.com> <3E78C586-228A-457E-BADD-D66117FFD1C0@tzi.org> <D00FAAF2-E308-462C-9E35-825DB8DC2710@tzi.org> <669B51B2-54F0-4C56-8620-16B6203F62C5@bangj.com>
To: Tom Pusateri <pusateri@bangj.com>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/-Q0mmWXiiN9qVfO9bo6EOto76vc>
Subject: Re: [Rfc-markdown] [xml2rfc-dev] 1.3.7: supporting ditaa, mscgen in -3 mode
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "rfc-markdown is a discussion list for people writing I-Ds and RFCs in Markdown and the authors of the tools used for that." <rfc-markdown.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-markdown/>
List-Post: <mailto:rfc-markdown@ietf.org>
List-Help: <mailto:rfc-markdown-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 31 May 2020 00:15:29 -0000

On 2020-05-30, at 20:21, Tom Pusateri <pusateri@bangj.com> wrote:
> 
> 
> 
>> On May 30, 2020, at 12:23 PM, Carsten Bormann <cabo@tzi.org> wrote:
>> 
>> If there is any other tool like that that you’d like to see supported, and it produces SVG that can be made palatable to xml2rfc without superhuman effort, please tell me.
> 
> I use Boxy SVG (https://boxy-svg.com) and need to make some drawings for a draft so I’ll try it when I get a chance.

Hi Tom,

I’m using that, too, occasionally (outside of RFCs).
Does that come with a command line tool for transforming a “source” (e.g., ASCII art)?
This is the use case that I was addressing first, as the source then stands in fine as a plaintext replacement for the graphics.

I could clearly add

~~~ svg
{::include boxy-output.svg}
~~~

as a shortcut for all the things that need to be done to include SVG, but where would the plaintext stand-in come from?

(And what might be good markdown for the “artset” approach used by beta v3?)

Grüße, Carsten