Live data from Hacker News

Madoko – a fast markdown processor for writing professional documents

madoko.net

21–28 of 28 posts

Re: Madoko – a fast markdown processor for writing professional documents

#21
post #19

how can I install this? npm install -g madoko gave me a command line but nothing more, no installation instructions are found yet. would like to try it locally.

These look like the installation instructions, but I've not tried them myself: http://madoko.org/reference.html#sec-installation-and-usage

Re: Madoko – a fast markdown processor for writing professional documents

#22
Madoko is, to me, an absolute win.

Markdown for smooth text writing and a beautiful default visual expression combined with ultra-precise control for CSS and pdf visuals makes it a very powerful tool.

Examples of what can be made in Madoko:

- http://monetary-reform.info

- http://1984.surge.sh

- http://kortlink.dk/uumf (PDF)

Re: Madoko – a fast markdown processor for writing professional documents

#23
post #5

Hey, this is great. With concurrent editing/sharing I would use this to work on collective texts before translating to LaTeX for actual typesetting. Any plans to offer that in the future?

You dont need to convert to latex - you just include your latex mixed into the markdown. Example: https://github.com/mathiasrw/cointext_whitepaper/blob/master...

Re: Madoko – a fast markdown processor for writing professional documents

#24
post #7

Nice work but if I have to know LaTeX syntax, why am I not writing in LaTeX?

For actual writing, markdown gives you a way better flow.

What gives you the most fluent experience?:

    The house looked _very_ good. 

    The house looked \textit{very} good.

Re: Madoko – a fast markdown processor for writing professional documents

#25
post #7

Nice work but if I have to know LaTeX syntax, why am I not writing in LaTeX?

Because setting up an environment where you can compile LaTeX - including common packages/classes - can be difficult.

You still need to setup latex to compile to PDF fra madoko

Re: Madoko – a fast markdown processor for writing professional documents

#26
post #7

Nice work but if I have to know LaTeX syntax, why am I not writing in LaTeX?

For actual writing, markdown gives you a way better flow. What gives you the most fluent experience?: The house looked _very_ good. The house looked \textit{very} good.

Flow, the first. Correctness, the latter.

/This/ should be italics, _this_ should be underlined.

Does it matter how fast it is if it isn't right?

Post reply on HN