Re: [irsg] how to upload minutes in markdown format?
Carsten Bormann <cabo@tzi.org> Mon, 02 August 2021 16:56 UTC
Return-Path: <cabo@tzi.org>
X-Original-To: wgchairs@ietfa.amsl.com
Delivered-To: wgchairs@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D07E43A0EC3 for <wgchairs@ietfa.amsl.com>; Mon, 2 Aug 2021 09:56:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 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] 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 6wq92TYIs79k for <wgchairs@ietfa.amsl.com>; Mon, 2 Aug 2021 09:56:12 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [134.102.50.15]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 066553A0EC4 for <wgchairs@ietf.org>; Mon, 2 Aug 2021 09:56:10 -0700 (PDT)
Received: from [192.168.217.118] (p548dcc89.dip0.t-ipconnect.de [84.141.204.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4GdkfV5RPFz2xJZ; Mon, 2 Aug 2021 18:56:01 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
Subject: Re: [irsg] how to upload minutes in markdown format?
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <dafc084c-759b-379d-aa5a-1d9427297a76@alum.mit.edu>
Date: Mon, 02 Aug 2021 18:55:56 +0200
Cc: Robert Sparks <rjsparks@nostrum.com>, Working Group Chairs <wgchairs@ietf.org>
X-Mao-Original-Outgoing-Id: 649616156.482528-9f8989940e314a12a466e0ce9513a3d8
Content-Transfer-Encoding: quoted-printable
Message-Id: <0F236848-B848-483F-9405-8D75BDF6E95E@tzi.org>
References: <8129fb38-9dd4-426b-679e-40eaf0afaa67@alum.mit.edu> <91951106-6433-4BE0-A952-6FF673090B3E@tzi.org> <9645fdb7-2e4f-7593-12d0-71ed85764903@nostrum.com> <FFC28F29-C63F-4FEC-9F1E-15CD98325817@tzi.org> <9e53eb9a-8284-87a8-b7fa-bb7cd8dd3be5@nostrum.com> <C4AF4982-78CC-457F-8420-FF335BBE0EF0@tzi.org> <dafc084c-759b-379d-aa5a-1d9427297a76@alum.mit.edu>
To: Paul Kyzivat <pkyzivat@alum.mit.edu>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/wgchairs/zcE_eGmEpLkKmXSne9eWpSqPYOM>
X-BeenThere: wgchairs@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Working Group Chairs <wgchairs.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/wgchairs>, <mailto:wgchairs-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/wgchairs/>
List-Post: <mailto:wgchairs@ietf.org>
List-Help: <mailto:wgchairs-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/wgchairs>, <mailto:wgchairs-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Aug 2021 16:56:23 -0000
On 2021-08-02, at 18:16, Paul Kyzivat <pkyzivat@alum.mit.edu> wrote: > > I don't get it. The problem isn't with the bits in the file. There is more than one problem. > The problem is that MacOS insists on reporting that a .md file has content type octent-stream. IIUC, if it would simply report it as text/plain then all wood be ok. The content-type is sent by the browser. We probably have different browsers, and nobody takes care of reporting which browser is being used when things fail. I have never been able to get any of my browsers to upload the right media type (text/markdown), so I can’t help with that part. They all do send text/plain (well, Chrome sometimes text/html). To get there, you probably have to open a directory with an .md file in it in Finder, single-click that file, and CMD-I. Choose a markdown presentation application (I use Marked) or text editor (Geany?) of your choice under “open with”, then click “change all”. All that said, I stand by my recommendation for keeping sanity: Get “Raw HTML” from CodiMD and upload that. > Lacking a fix for that problem, can we have datatracker recognize .md.txt as indicating an intent to upload markdown? The tools are already doing a workaround by recognizing .md as markdown even though the actual content type being sent is text/plain. Sounds good to me. You'll still will have the problem with different interpretation of line breaks about which there was some discussion at tools-discuss; the little tool de-gfm was written as a workaround until the Great Unified Datatracker Markdown Solution is implemented. Grüße, Carsten
- how to upload minutes in markdown format? Paul Kyzivat
- Re: how to upload minutes in markdown format? Yaron Sheffer
- Re: how to upload minutes in markdown format? Robert Sparks
- Re: how to upload minutes in markdown format? Paul Kyzivat
- Re: [irsg] how to upload minutes in markdown form… Carsten Bormann
- Re: how to upload minutes in markdown format? Spencer Dawkins at IETF
- RE: how to upload minutes in markdown format? STARK, BARBARA H
- Re: [irsg] how to upload minutes in markdown form… Robert Sparks
- Re: [irsg] how to upload minutes in markdown form… Carsten Bormann
- Re: [irsg] how to upload minutes in markdown form… Robert Sparks
- Re: [irsg] how to upload minutes in markdown form… Carsten Bormann
- Re: [irsg] how to upload minutes in markdown form… Paul Kyzivat
- Re: [irsg] how to upload minutes in markdown form… Carsten Bormann
- Re: [irsg] how to upload minutes in markdown form… Paul Kyzivat
- Re: [irsg] how to upload minutes in markdown form… Robert Sparks
- Re: [irsg] how to upload minutes in markdown form… Bob Hinden
- Re: [irsg] how to upload minutes in markdown form… Jay Daley
- Re: [irsg] how to upload minutes in markdown form… Paul Kyzivat
- Re: [irsg] how to upload minutes in markdown form… Martin Thomson
- Re: [irsg] how to upload minutes in markdown form… Jay Daley
- Re: [EXTERNAL] Re: how to upload minutes in markd… Deen, Glenn (NBCUniversal)
- Re: [irsg] how to upload minutes in markdown form… Jen Linkova
- Re: [EXTERNAL] Re: [irsg] how to upload minutes i… Deen, Glenn (NBCUniversal)
- Re: [EXTERNAL] Re: [irsg] how to upload minutes i… Robert Sparks
- Re: [irsg] how to upload minutes in markdown form… Robert Sparks
- Re: [irsg] how to upload minutes in markdown form… Paul Kyzivat
- Re: [EXTERNAL] Re: how to upload minutes in markd… Spencer Dawkins at IETF