<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Plain Text as a Durable Foundation on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/series/plain-text-as-a-durable-foundation/</link>
		<description>Recent content in Plain Text as a Durable Foundation on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Fri, 24 Jul 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/series/plain-text-as-a-durable-foundation/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>What Is Plain Text, and Why Should a Student Care?</title>
				<link>https://workyoucanexplain.com/posts/what-is-plain-text-and-why-should-a-student-care/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/what-is-plain-text-and-why-should-a-student-care/</guid>
				<description>&lt;p&gt;A plain-text file stores characters that a text editor can show directly. It&#xA;does not require the application that created it to reconstruct a page,&#xA;workbook, or drawing before you can inspect the underlying content.&lt;/p&gt;&#xA;&lt;p&gt;Plain text matters because it gives students a simple source that many tools can&#xA;open, search, compare, and transform. Use it when text can represent the work&#xA;well. Use a richer format when layout, formulas, media, or a required review&#xA;workflow is part of the job.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Markdown in 30 Minutes</title>
				<link>https://workyoucanexplain.com/posts/markdown-in-30-minutes/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/markdown-in-30-minutes/</guid>
				<description>&lt;p&gt;You do not need a special editor or a complete syntax catalog to write useful&#xA;Markdown. Start with readable plain text. Add a small set of markers for&#xA;structure, then check both the source and the rendered result.&lt;/p&gt;&#xA;&lt;p&gt;In 30 minutes, you can create a &lt;code&gt;README.md&lt;/code&gt; that explains a project&amp;rsquo;s purpose,&#xA;requirements, setup, and first command.&lt;/p&gt;&#xA;&lt;h2 id=&#34;five-minute-markdown-quick-start&#34;&gt;Five-minute Markdown quick start&lt;/h2&gt;&#xA;&lt;p&gt;If another guide sent you here before showing a Markdown example or template,&#xA;this section is enough to continue. Markdown is readable plain text with a few&#xA;markers for structure. A filename ending in &lt;code&gt;.md&lt;/code&gt; identifies a Markdown file.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Markdown, Word, or PDF: Choose the Right Format</title>
				<link>https://workyoucanexplain.com/posts/markdown-word-or-pdf-choose-the-right-format/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/markdown-word-or-pdf-choose-the-right-format/</guid>
				<description>&lt;p&gt;Choose a document format from the requirements of the work, not from habit.&#xA;Use Markdown when readable text source and simple structure matter. Use Word&#xA;when required layout and document-review features matter. Use PDF to deliver a&#xA;stable final view. Preserve the editable source and verify the final output.&lt;/p&gt;&#xA;&lt;p&gt;One project may use more than one format. The useful decision is often a&#xA;workflow—source, review, and delivery—not a single permanent file type.&lt;/p&gt;</description>
			</item>
			<item>
				<title>CSV, Excel, or Code: How Should You Store Tabular Data?</title>
				<link>https://workyoucanexplain.com/posts/csv-excel-or-code-how-should-you-store-tabular-data/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/csv-excel-or-code-how-should-you-store-tabular-data/</guid>
				<description>&lt;p&gt;CSV, Excel, and code solve different parts of tabular-data work. Use CSV for a&#xA;simple exchange table, a spreadsheet for interactive formulas and presentation,&#xA;and code for repeatable transformations. A reliable project may use all three&#xA;while giving each artifact one clear job.&lt;/p&gt;&#xA;&lt;p&gt;Do not ask only, “Which file should hold my data?” Ask what must be preserved:&#xA;values, types, formulas, formatting, multiple sheets, transformation steps, or a&#xA;portable exchange copy.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Source Files and Generated Files Are Not the Same</title>
				<link>https://workyoucanexplain.com/posts/source-files-and-generated-files-are-not-the-same/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/source-files-and-generated-files-are-not-the-same/</guid>
				<description>&lt;p&gt;A project folder can contain files that look equally important but have very&#xA;different roles. The Markdown document you edit is not the same kind of artifact&#xA;as the PDF exported from it. Raw measurements are not the same as a chart&#xA;generated from those measurements.&lt;/p&gt;&#xA;&lt;p&gt;The practical rule is simple: &lt;strong&gt;protect what you cannot reliably recreate, and&#xA;document how to recreate everything else.&lt;/strong&gt; This requires more judgment than&#xA;sorting files by extension.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Why Plain Text Works So Well with Git, CLI Tools, and AI</title>
				<link>https://workyoucanexplain.com/posts/why-plain-text-works-so-well-with-git-cli-tools-and-ai/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/why-plain-text-works-so-well-with-git-cli-tools-and-ai/</guid>
				<description>&lt;p&gt;Git, command-line tools, and AI systems perform different jobs, but plain text&#xA;gives them a common interface. Visible characters and lines can be searched,&#xA;compared, transformed, copied into a prompt, and reviewed after an edit.&lt;/p&gt;&#xA;&lt;p&gt;This is a practical advantage, not a claim that text is always best. Text works&#xA;well when the important information can be represented clearly without hiding&#xA;its structure inside one application.&lt;/p&gt;&#xA;&lt;h2 id=&#34;text-exposes-the-content&#34;&gt;Text exposes the content&lt;/h2&gt;&#xA;&lt;p&gt;In a Markdown file, the stored content is readable:&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
