libreplanet-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libreplanet-discuss] [fsf-community-team] Free Mark Down Editor and


From: Ian Kelling
Subject: Re: [libreplanet-discuss] [fsf-community-team] Free Mark Down Editor and Reader
Date: Fri, 13 Apr 2018 10:22:37 -0400
User-agent: mu4e 1.1.0; emacs 27.0.50

Andri Effendi <fusionman133@gmx.de> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]