<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Markdown on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/tags/markdown/</link>
		<description>Recent content in Markdown on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Mon, 24 Aug 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Automate Due-Date Reminders Without Bloated Apps</title>
				<link>https://workyoucanexplain.com/posts/automating-due-date-reminders-without-bloated-apps/</link>
				<pubDate>Mon, 24 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/automating-due-date-reminders-without-bloated-apps/</guid>
				<description>&lt;p&gt;Automate reminders only after the course milestones are correct. Keep the&#xA;Markdown dashboard or register as the source, generate a small reminder output,&#xA;inspect it, test one non-critical event, and record how to replace it when the&#xA;source changes. Automation should reduce repeated entry, not hide the dates or&#xA;create another system you must maintain.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-this-matters&#34;&gt;Why this matters&lt;/h2&gt;&#xA;&lt;p&gt;Reminder systems fail in two common ways. They contain the wrong date because a&#xA;source was never checked, or they contain the right date in several places that&#xA;drift apart. A lightweight workflow starts with one source and makes the&#xA;generated layer disposable.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Build a Course Dashboard in Markdown</title>
				<link>https://workyoucanexplain.com/posts/building-a-course-dashboard-in-markdown/</link>
				<pubDate>Mon, 24 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/building-a-course-dashboard-in-markdown/</guid>
				<description>&lt;p&gt;A course dashboard is an index, not a second copy of the course. Use one small&#xA;Markdown file to connect the syllabus register, course folders, milestones,&#xA;current status, open questions, and next action. Link to the authoritative files&#xA;and test the links after you move anything.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-this-matters&#34;&gt;Why this matters&lt;/h2&gt;&#xA;&lt;p&gt;Students can have complete notes and still lose time locating the current&#xA;syllabus, next assignment, or unresolved question. A dashboard gives one course&#xA;a visible current state without requiring a new database or a full rewrite of&#xA;the source material.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Extract Deadlines and Hard Rules from a Syllabus or LMS</title>
				<link>https://workyoucanexplain.com/posts/parsing-syllabi-into-executable-milestones/</link>
				<pubDate>Mon, 24 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/parsing-syllabi-into-executable-milestones/</guid>
				<description>&lt;p&gt;A syllabus or LMS course source is information to verify, not yet a working&#xA;plan. The practical first step is to preserve or bookmark the original and&#xA;extract only the dates, rules, and conditions that can change what you do. Keep&#xA;the source location beside every entry, and mark anything uncertain until you&#xA;verify it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-this-matters&#34;&gt;Why this matters&lt;/h2&gt;&#xA;&lt;p&gt;Course information is often split across a syllabus, an LMS page, an assignment&#xA;description, and later announcements. The syllabus may be a PDF, but an LMS&#xA;activity can be a web page rather than a downloadable file. Copying everything&#xA;into a new note feels productive but creates a second document that can drift&#xA;from the course source.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Organize LMS Downloads and Lecture Notes into a Clean Course Workspace</title>
				<link>https://workyoucanexplain.com/posts/organizing-lms-downloads-and-lecture-notes/</link>
				<pubDate>Mon, 24 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/organizing-lms-downloads-and-lecture-notes/</guid>
				<description>&lt;p&gt;Use Downloads as an inbox, not as your course system. For each item, identify&#xA;the course and responsibility, move it to one canonical location, and verify&#xA;that the copy opens before deleting anything. Keep the syllabus register and&#xA;other source-linked records close to the course information they describe.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-this-matters&#34;&gt;Why this matters&lt;/h2&gt;&#xA;&lt;p&gt;An LMS is useful for delivery, but browser history and a downloads folder are&#xA;poor long-term indexes. A file named &lt;code&gt;document (7).pdf&lt;/code&gt; does not tell you which&#xA;course it belongs to, whether it is current, or where its related notes live.&lt;/p&gt;</description>
			</item>
			<item>
				<title>An Obsidian Vault for College Records You Can Keep and Explain</title>
				<link>https://workyoucanexplain.com/posts/college-record-keeping-vault/</link>
				<pubDate>Tue, 04 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/college-record-keeping-vault/</guid>
				<description>&lt;p&gt;When students start using Obsidian, they often mix everything into one large vault folder structure: daily class notes, active group assignment drafts, administrative receipts, personal journals, and technical concept summaries. At first, having dozens of subfolders feels organized. But after a semester or two, finding an exact record or knowing which notes are safe to archive becomes frustratingly difficult.&lt;/p&gt;&#xA;&lt;p&gt;A personal knowledge vault should not try to mimic a busy course directory or a team project workspace. Its explicit purpose is to store &lt;strong&gt;extracted, synthesized knowledge&lt;/strong&gt;—understandings rewritten in your own words, conceptual frameworks, and reflective learning logs—rather than raw data, program source code, datasets, or runtime artifacts that belong in a dedicated project directory. It works best when organized by &lt;strong&gt;lifecycle responsibility&lt;/strong&gt;—separating incoming raw notes, original event logs, durable conceptual knowledge, active personal tasks, and long-term archives.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Choose Text and Data Formats for People, Software, and LLMs</title>
				<link>https://workyoucanexplain.com/posts/choose-text-and-data-formats-for-people-software-and-llms/</link>
				<pubDate>Sun, 26 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/choose-text-and-data-formats-for-people-software-and-llms/</guid>
				<description>&lt;p&gt;Choose a format from the interface contract, not from claims that one syntax is&#xA;universally best for people, software, or LLMs. Identify the authoritative&#xA;consumer, information that must survive, available validators, likely errors,&#xA;and recovery path. Then test the actual workflow.&lt;/p&gt;&#xA;&lt;p&gt;A useful default is:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Markdown for human-readable structured documents;&lt;/li&gt;&#xA;&lt;li&gt;JSON for typed data exchange;&lt;/li&gt;&#xA;&lt;li&gt;XML when named nested boundaries and an existing XML ecosystem matter;&lt;/li&gt;&#xA;&lt;li&gt;YAML for human-maintained configuration when its rules are understood;&lt;/li&gt;&#xA;&lt;li&gt;CSV for one simple table; and&lt;/li&gt;&#xA;&lt;li&gt;ordinary prose when no program must parse the structure.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These are starting points, not rankings.&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>
	</channel>
</rss>
