Format: plain text

Advantages of plain text

  1. Can be read by any computer
  2. can be synchronized on all your devices
  3. can be converted to virtually any other format (use [pandoc] (https://pandoc.org/))
  4. is guaranteed to be legible in the future (meets the standards of long-term storage)
  5. is easy to read and catalog
  6. is a useful format for data mining
  7. is an excellent version control format (use [git] (https://git-scm.com/))

Text editor

Markdown

Vertaaltypen Tekstvertaling Brontekst 2682 / 5000 Vertaalresultaten

Markdown applications

Pandoc

Swiss army knife for converting from one markup format to another.

Treat you source files as an authoritative version of your text, and you target files as disposable “print outs” that you can easily generate with Pandoc on the fly.

$ pandoc -f html -t markdown http://informatiewijzer.be/module/schrijven_voor_het_web -o 20180216-mdtest.md

$ pandoc -S -o writing_workflow.pdf writing_workflow.md -V geometry:margin=1in -N --toc --filter pandoc-citeproc