summaryrefslogtreecommitdiff
path: root/drafts/html-for-docs-2020.html
blob: a33bb513570bb82e7c06bfc9ba746e9094cdc308 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<h1>Document Writing: MD? LaTeX? WINWORD.EXE? Nope, just HTML</h1>

<p>
  <img src="https://nextcloud.53hor.net/index.php/s/XaZRfgK3G7ZzWbs/preview" />
</p>

<p>The year is 2020 and I write the majority of my documents in HTML.</p>

- Literally everyone can read an HTML document because literally everyone has a
web browser installed - Anyone can print out an HTML document - Anyone can edit
an HTML document - Writing a document in HTML is easier than writing one in Word
or Latex

<p>
  I've been without Word for a few years since I switched away from Windows and
  honestly I haven't needed it. I took notes and wrote documents in Markdown for
  a while. That was alright because the syntax is easy and any text editor can
  read a Markdown file. Recently however, I've started using HTML for writing
  documents that I intend to upload, print, or send to other users. Here's why.
</p>