Remix.run Logo
ktzar 2 hours ago

Pandoc is such an amazing piece of software. I used it to format my novel and made it part of a GitHub action to produce all the formats I required. I wasn't aware of templates, but some look really sleek.

I keep thinking that modern text editors are just flawed and markdown, with all its downsides and limitations, is what 99% is the people need.

noosphr 2 minutes ago | parent | next [-]

You should be aware that pandoc markdown has extensive non-standard additions to the language to make it usable.

If you want a pure markup language that is simple, plain text readable and able to produce text more complex than what a type writer could manage in 1920 then restructured text is the way to go.

abyssin 25 minutes ago | parent | prev | next [-]

You may be overestimating technical abilities of 99% of the people. I tried to convert some to pandoc and failed miserably. Personally I love it, markdown is becoming more and more central to my workflows.

adamddev1 20 minutes ago | parent | prev | next [-]

Haskell thriving in the wild!

maxerickson an hour ago | parent | prev [-]

For the short, simple documents that most people make, a versioned, wysiwyg word processor is going to beat everything else.

I mean, they don't want to think about building the output, never mind controlling the process.

kzrdude 3 minutes ago | parent | next [-]

I'm a programmer and even I like writing in a non-programmable environment. Programming in the document system just stimulates the more primitive parts of my brain that love the processing and programming more than the writing itself. So it's distracting in that way.

limagnolia an hour ago | parent | prev | next [-]

For most of the short simple documents I create, I don't want to redo the formating for every document. Simply writing it in something simple like Markdown ( possibly a markdown wysiwig editor) and having my software automatically apply appropriate standard formats to it is ideal.

maxerickson 28 minutes ago | parent [-]

Right, most people don't want to do that, they want the burden of applying styles to the couple headings or whatever.

Unfortunately, most people don't use paragraph styles, but if you do, it's a couple clicks.

sgc 17 minutes ago | parent [-]

Agreed. There is actually a lot better control in openoffice / libreoffice than most people know. You just have to set up your styles and be systematic about (virtually) never using direct formatting, instead always applying a pre-configured style. There is a distinct value in seeing your final product as you work, when the final product is visual.

noosphr a few seconds ago | parent [-]

This is more of a utopia than expecting the average office drone to learn emacs.

troyvit 26 minutes ago | parent | prev [-]

Building my resume in a wysiwyg editor was an exercise in frustration. Formatting was inconsistent, they were only searchable from inside the editor and versioning was useless because diff had no meaning.

My markdown resume has its own problems but having this level of control has been a huge load off my mind.