mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Medium Syndication Data
This commit is contained in:
parent
e8c9b33f2d
commit
79329aae66
13 changed files with 85 additions and 61 deletions
|
@ -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/).
|
Loading…
Add table
Add a link
Reference in a new issue