<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Asdra</title>
    <description>The latest articles on DEV Community by Asdra (@asdrasantana).</description>
    <link>https://dev.to/asdrasantana</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4097775%2F5e8ba5be-9ec2-4034-b870-2dde9edf2f36.jpg</url>
      <title>DEV Community: Asdra</title>
      <link>https://dev.to/asdrasantana</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asdrasantana"/>
    <language>en</language>
    <item>
      <title>The Way of Markdown</title>
      <dc:creator>Asdra</dc:creator>
      <pubDate>Fri, 04 Sep 2026 21:32:41 +0000</pubDate>
      <link>https://dev.to/flowershow/the-way-of-markdown-4j3b</link>
      <guid>https://dev.to/flowershow/the-way-of-markdown-4j3b</guid>
      <description>&lt;p&gt;Markdown quietly won. Google Docs speaks it, WhatsApp speaks it, Slack and Discord speak it, every AI chat speaks it — and almost nobody notices, because markdown itself was never really the point. What you can build on top of it is.&lt;/p&gt;

&lt;p&gt;We've been contributing to &lt;a href="https://wayofmarkdown.com?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=devto-launch" rel="noopener noreferrer"&gt;The Way of Markdown&lt;/a&gt;, a free site that makes the case for working this way: keep your content as plain files you actually own, then build whatever you need on top of them — a website, a knowledge base, a wiki, even something Notion-shaped — using tools you can swap out whenever you want. No renting a platform, no lock-in.&lt;/p&gt;

&lt;p&gt;A few things worth knowing about it.&lt;/p&gt;

&lt;p&gt;It's a real guide library, not just a manifesto with nothing behind it. There are 25 guides so far — eleven cover markdown in specific apps like WhatsApp, Slack, Discord, Notion, ChatGPT, Google Docs, Obsidian, GitHub, Reddit and Telegram (Apple Notes gets one too, as the last real holdout), and the other fourteen walk through what to actually build: websites, wikis, docs, databases, blogs, digital gardens, a proper way out of Notion, and more.&lt;/p&gt;

&lt;p&gt;It also practices what it teaches. The whole site is just markdown files sitting in a public GitHub repo, published with &lt;a href="https://flowershow.app" rel="noopener noreferrer"&gt;Flowershow&lt;/a&gt; — every single page has an "edit this page" link that goes straight back to the source. Full disclosure since it matters: Flowershow is our tool, so of course it gets recommended. But every guide names the real alternatives too — Hugo, Jekyll, Astro, MkDocs, Docusaurus — because the whole point of working this way is that the tools stay swappable. Ours included.&lt;/p&gt;

&lt;p&gt;The part we think doesn't get enough credit: markdown has basically become the default language AI reads and writes. That's not a stylistic choice on their part — it's just what they were trained on. If your notes live in plain markdown, an AI agent can read them, edit them, reorganize them directly. If they're stuck inside a proprietary format, there's an export button standing in the way first.&lt;/p&gt;

&lt;p&gt;If you're in the middle of getting out of Notion, or you're just tired of your notes app fighting your AI tools instead of working with them, it's worth a look: &lt;a href="https://wayofmarkdown.com?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=devto-launch" rel="noopener noreferrer"&gt;wayofmarkdown.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>markdown</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Notion vs Markdown: the honest comparison</title>
      <dc:creator>Asdra</dc:creator>
      <pubDate>Fri, 28 Aug 2026 22:16:16 +0000</pubDate>
      <link>https://dev.to/flowershow/notion-vs-markdown-the-honest-comparison-4hg4</link>
      <guid>https://dev.to/flowershow/notion-vs-markdown-the-honest-comparison-4hg4</guid>
      <description>&lt;p&gt;"Notion vs Obsidian" is the wrong framing — that's app vs app. The real comparison is app vs stack: can a markdown setup give you what Notion gives you, out of files you actually own? Mostly yes. Sometimes better. Occasionally, no.&lt;/p&gt;

&lt;p&gt;We ran the full comparison on &lt;a href="https://wayofmarkdown.com" rel="noopener noreferrer"&gt;The Way of Markdown&lt;/a&gt;. It's not a hit piece — Notion wins some of these outright. Here's the shape of it.&lt;/p&gt;

&lt;p&gt;Notion isn't competing against "markdown" — that's just a format — it's competing against a small stack: Obsidian for the editor, Bases for database-style views over your files, git for sync and history, a publisher for the "share to web" button, and AI tools that read your files directly.&lt;/p&gt;

&lt;p&gt;A few categories go one way or the other with no real contest.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Markdown wins&lt;/strong&gt; wikis and linking (native, not bolted on), offline use (total — the files just sit on your disk), history (a full git log going back to day one), lock-in and exit (there's nothing to export, because nothing was trapped to begin with), and AI on your content (agents work directly in your vault, no API required).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Notion wins&lt;/strong&gt; real-time co-editing — genuinely good, and git is asynchronous by design so this isn't close. It wins page-level permissions, since repo-level access is the ceiling on the markdown side. And it wins zero-setup polish: sign up versus assembling two or three tools yourself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Databases are closer than people assume&lt;/strong&gt;. Notion's relational views are still ahead for heavy use, but Obsidian Bases closed most of the gap this year for lighter use — which covers most people's actual needs.&lt;/p&gt;

&lt;p&gt;The trend line matters more than the snapshot. The database gap has been closing from the markdown side, and AI closed the smart-features gap from the other side, almost overnight. Meanwhile Notion's real advantages — real-time editing, granular permissions — come from the same centralized database that creates the lock-in. You can't get one without the other, in either direction.&lt;/p&gt;

&lt;p&gt;Full scorecard (14 categories, feature by feature) and the honest "choose X if" breakdown: &lt;a href="https://wayofmarkdown.com/notion-vs-markdown?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=devto-2" rel="noopener noreferrer"&gt;wayofmarkdown.com/notion-vs-markdown&lt;/a&gt;&lt;/p&gt;

</description>
      <category>markdown</category>
      <category>notion</category>
      <category>opensource</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Markdown Database Pattern</title>
      <dc:creator>Asdra</dc:creator>
      <pubDate>Fri, 28 Aug 2026 00:13:10 +0000</pubDate>
      <link>https://dev.to/flowershow/the-markdown-database-pattern-4n84</link>
      <guid>https://dev.to/flowershow/the-markdown-database-pattern-4n84</guid>
      <description>&lt;p&gt;Your filesystem is already a database. Most tools just don't treat it that way.&lt;/p&gt;

&lt;p&gt;That's the core idea behind the &lt;strong&gt;Markdown Database Pattern&lt;/strong&gt; — written up properly on &lt;a href="https://wayofmarkdown.com" rel="noopener noreferrer"&gt;The Way of Markdown&lt;/a&gt;, a site we've been contributing to that makes the case for building things on plain markdown instead of locked-in platforms. We think it's a pattern worth more attention, so here's the short version.&lt;/p&gt;

&lt;p&gt;Treat a folder of markdown files as a database. Each file is a record. Frontmatter fields are columns. Directories are tables. Tags, wikilinks, and tasks in the body become queryable relations.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Filesystem              Database
──────────────────────────────────
markdown file      →    record
frontmatter field  →    column
directory          →    table
#tag               →    tag relation
[[wikilink]]       →    link relation
- [ ] task         →    task relation
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You get portability, version control (git works perfectly on plain text), no framework lock-in, and full queryability. You give up scale and real relational joins — this isn't for millions of records. It's a &lt;em&gt;lightweight&lt;/em&gt; database, honest about its limits.&lt;/p&gt;

&lt;p&gt;Once you name it, you start seeing it everywhere. Obsidian Bases and Dataview already do versions of this, half-consciously. A team wiki where every page has a &lt;code&gt;status&lt;/code&gt; and &lt;code&gt;owner&lt;/code&gt; field is one. A blog with &lt;code&gt;date&lt;/code&gt; and &lt;code&gt;tags&lt;/code&gt; in frontmatter is one — it just doesn't know it yet.&lt;/p&gt;

&lt;p&gt;Sweet spot: up to roughly 10k files. Past that, reach for a real database. Below it, this gets you almost everything a database gives you, at a fraction of the complexity, with none of the lock-in.&lt;/p&gt;

&lt;p&gt;The full writeup — the complete tradeoff analysis, a worked example with actual queries, how to implement it in a weekend, and the tool (&lt;a href="https://github.com/flowershow/markdowndb" rel="noopener noreferrer"&gt;MarkdownDB&lt;/a&gt;) that does it for you — is here: &lt;a href="https://wayofmarkdown.com/markdown-database?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=devto-1" rel="noopener noreferrer"&gt;wayofmarkdown.com/markdown-database&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>opensource</category>
      <category>obsidian</category>
      <category>markdown</category>
    </item>
  </channel>
</rss>
