<?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 emsenn.net</title>
    <link>https://emsenn.net/tags/markdown/</link>
    <description>Recent content in Markdown on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 31 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Frontmatter Metadata</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/markdown/texts/frontmatter-metadata/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/markdown/texts/frontmatter-metadata/</guid>
      <description>&lt;p&gt;Frontmatter is a YAML header that records metadata for a markdown file.&lt;/p&gt;&#xA;&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Identify the document (&lt;code&gt;id&lt;/code&gt;, &lt;code&gt;title&lt;/code&gt; or &lt;code&gt;name&lt;/code&gt;).&lt;/li&gt;&#xA;&lt;li&gt;Record provenance (&lt;code&gt;authors&lt;/code&gt;, &lt;code&gt;date-created&lt;/code&gt;).&lt;/li&gt;&#xA;&lt;li&gt;Provide routing data (&lt;code&gt;tags&lt;/code&gt;, &lt;code&gt;dependencies&lt;/code&gt;, &lt;code&gt;references&lt;/code&gt;).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;consistency&#34;&gt;Consistency&lt;/h2&gt;&#xA;&lt;p&gt;Keep metadata stable and machine-readable so tools can query a vault reliably.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Markdown Files</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/markdown/texts/markdown-files/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/markdown/texts/markdown-files/</guid>
      <description>&lt;p&gt;Markdown files are plain-text documents that mix human-readable prose with a&#xA;small set of structural markers.&lt;/p&gt;&#xA;&lt;h2 id=&#34;structure&#34;&gt;Structure&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A file may begin with YAML frontmatter.&lt;/li&gt;&#xA;&lt;li&gt;Headings provide a hierarchy of sections.&lt;/li&gt;&#xA;&lt;li&gt;Links connect files and build a network of references.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;data-view&#34;&gt;Data view&lt;/h2&gt;&#xA;&lt;p&gt;Treat each file as a node with:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;an identifier,&lt;/li&gt;&#xA;&lt;li&gt;a title,&lt;/li&gt;&#xA;&lt;li&gt;tags and dependencies,&lt;/li&gt;&#xA;&lt;li&gt;outbound links and references.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Markdown Vault Workflows</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/software/domains/emacs/domains/gnoponemacs/texts/markdown-vault-workflows/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/software/domains/emacs/domains/gnoponemacs/texts/markdown-vault-workflows/</guid>
      <description>&lt;p&gt;GnoponEmacs should make it easy to navigate and edit a markdown vault.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-workflows&#34;&gt;Core workflows&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Open a vault root and browse by file, tag, or link.&lt;/li&gt;&#xA;&lt;li&gt;Jump between linked files and maintain backlinks.&lt;/li&gt;&#xA;&lt;li&gt;Inspect and edit frontmatter with minimal friction.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;semiotic-extensions&#34;&gt;Semiotic extensions&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Surface &lt;a href=&#34;../../../../../../mathematics/objects/universes/interactive-semioverse/terms/interaction-term.md&#34; class=&#34;link-internal&#34;&gt;interaction terms&lt;/a&gt; from headings and links.&lt;/li&gt;&#xA;&lt;li&gt;Generate or open vault index files for overview navigation.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Markdown Vaults</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/markdown/texts/markdown-vaults/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/markdown/texts/markdown-vaults/</guid>
      <description>&lt;p&gt;A vault is a collection of markdown files treated as a linked knowledge base.&lt;/p&gt;&#xA;&lt;h2 id=&#34;vault-properties&#34;&gt;Vault properties&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Files are nodes; links are edges.&lt;/li&gt;&#xA;&lt;li&gt;Frontmatter supplies stable identifiers and metadata.&lt;/li&gt;&#xA;&lt;li&gt;Index files summarize the vault and provide entry points.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;vault-hygiene&#34;&gt;Vault hygiene&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Keep &lt;code&gt;id&lt;/code&gt; values unique and stable.&lt;/li&gt;&#xA;&lt;li&gt;Normalize tags and dependencies.&lt;/li&gt;&#xA;&lt;li&gt;Track missing or broken links for repair.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
