From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D594B1F404 for ; Fri, 13 Apr 2018 15:22:18 +0000 (UTC) Received: from localhost ([::1]:60967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f70Wn-0008Mf-By for e@80x24.org; Fri, 13 Apr 2018 11:22:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6zbA-0002QT-9H for libreplanet-discuss@libreplanet.org; Fri, 13 Apr 2018 10:22:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6zb9-0003pa-H2 for libreplanet-discuss@libreplanet.org; Fri, 13 Apr 2018 10:22:44 -0400 Received: from mail.fsf.org ([208.118.235.13]:60007) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f6zb7-0003oT-JE; Fri, 13 Apr 2018 10:22:41 -0400 Received: from li.iankelling.org ([72.14.176.105]:59294 helo=mail.iankelling.org) by mail.fsf.org with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1f6zb5-0002ld-2Y; Fri, 13 Apr 2018 10:22:39 -0400 Received: from iank by mail.iankelling.org with local (Exim 4.86_2) (envelope-from ) id 1f6zb3-0001Oo-Ru; Fri, 13 Apr 2018 10:22:37 -0400 References: <010BFEBA-395A-4E13-9F4B-F0DF313F9016@gmx.de> User-agent: mu4e 1.1.0; emacs 27.0.50 From: Ian Kelling To: FSF Community Team In-reply-to: <010BFEBA-395A-4E13-9F4B-F0DF313F9016@gmx.de> Date: Fri, 13 Apr 2018 10:22:37 -0400 Message-ID: <87bmen89ua.fsf@fsf.org> MIME-Version: 1.0 X-detected-operating-system: by mail.fsf.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.13 X-Mailman-Approved-At: Fri, 13 Apr 2018 11:21:49 -0400 Subject: Re: [fsf-community-team] Free Mark Down Editor and Reader X-BeenThere: libreplanet-discuss@libreplanet.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: libreplanet-sydney@lists.softwarefreedom.com.au, free-software-melb@lists.softwarefreedom.com.au, libreplanet-discuss@libreplanet.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: libreplanet-discuss-bounces+e=80x24.org@libreplanet.org Sender: "libreplanet-discuss" Andri Effendi writes: > Hi All, > > I am looking for a good Free/Libre mark down editor and reader as I am interested in blogging on a site that requires one. > > Does anyone have a particular Favourite program? > > Also, Ubuntu 16.04 and MacOS High Sierra are the Operating Environments I would like to run the software on. > > Kind Regards, I use emacs in markdown mode for editing, then to see the html conversion, i use a bash function to open it in the browser. It doesn't have all the css etc of the final form, but it's good enough. mdt() { markdown "$1" >/tmp/mdtest.html firefox /tmp/mdtest.html } - Ian _______________________________________________ libreplanet-discuss mailing list libreplanet-discuss@libreplanet.org https://lists.libreplanet.org/mailman/listinfo/libreplanet-discuss