Medium Syndication Data

This commit is contained in:
Brandon Rozek 2023-02-09 20:19:30 -05:00
parent e8c9b33f2d
commit 79329aae66
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
13 changed files with 85 additions and 61 deletions

View file

@ -1,10 +1,12 @@
---
title: "Document Formats and Plaintext"
date: 2022-05-19T21:24:52-04:00
date: 2022-05-19 21:24:52-04:00
draft: false
tags: ["Documentation"]
math: false
medium_enabled: true
medium_post_id: b339b9d9793b
tags:
- Documentation
title: Document Formats and Plaintext
---
Microsoft Word, Apple Pages, Google Docs, Libreoffice Writer all provide a method of writing and formatting text. This is then normally stored in a "binary" file. I put binary in quotes as they are often stored in a zip archive of XML files. However, because it's in a zip archive, I cannot use standard plaintext tools to search within the document.
@ -34,4 +36,4 @@ So what plaintext formats do I currently use on a day-to-day?
- Academic papers: LaTex
- Presentations: LaTex (unless they need video)
If you're interested in learning how to work with plaintext and other cool things, check out the [Plain Text Project](https://plaintextproject.online/) by [Scott Nesbitt](https://scottnesbitt.net/).
If you're interested in learning how to work with plaintext and other cool things, check out the [Plain Text Project](https://plaintextproject.online/) by [Scott Nesbitt](https://scottnesbitt.net/).