<?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: Json</title>
    <description>The latest articles on DEV Community by Json (@json_).</description>
    <link>https://dev.to/json_</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3790441%2Fda4421e2-c5ea-4993-8f27-caaa30ad336b.jpg</url>
      <title>DEV Community: Json</title>
      <link>https://dev.to/json_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/json_"/>
    <language>en</language>
    <item>
      <title>I built a Markdown reader for Android because every one I tried sucked</title>
      <dc:creator>Json</dc:creator>
      <pubDate>Tue, 24 Feb 2026 22:52:25 +0000</pubDate>
      <link>https://dev.to/json_/i-built-a-markdown-reader-for-android-because-every-one-i-tried-sucked-48c1</link>
      <guid>https://dev.to/json_/i-built-a-markdown-reader-for-android-because-every-one-i-tried-sucked-48c1</guid>
      <description>&lt;p&gt;The problem nobody talks about&lt;/p&gt;

&lt;p&gt;I use Markdown for everything. Notes in Obsidian, documentation, ChatGPT exports, random .md files people send me. On my laptop, life is good — VS Code, Typora, whatever. Files look great.&lt;/p&gt;

&lt;p&gt;Then I try to open the same file on my Android phone.&lt;/p&gt;

&lt;p&gt;And it's... bad. Every app I found falls into one of these categories:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Full editors — I don't want to edit a README on my phone. I want to READ it.&lt;/li&gt;
&lt;li&gt;Ugly renderers — Monospace font, no syntax highlighting, looks like 2005.&lt;/li&gt;
&lt;li&gt;"Create an account to continue" — No thanks.&lt;/li&gt;
&lt;li&gt;The file manager approach — Opens as raw text. Cool, I love reading ## Heading with my eyes.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So I built MarkDeck&lt;/p&gt;

&lt;p&gt;MarkDeck is a Markdown reader for Android. Emphasis on reader — it doesn't edit, it doesn't sync, it doesn't need an account. You open a .md file and it renders it nicely. That's the whole thing.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;p&gt;• Opens from anywhere — tap a .md file in your file manager, email, browser downloads, whatever. MarkDeck handles it.&lt;br&gt;
• Clean rendering — proper typography, not just "slightly formatted text"&lt;br&gt;
• Syntax highlighting — code blocks actually look like code blocks&lt;br&gt;
• Dark mode — because obviously&lt;br&gt;
• Fast — it's a reader, not an IDE. It should open instantly.&lt;/p&gt;

&lt;p&gt;What's next&lt;/p&gt;

&lt;p&gt;I have a list of stuff I want to add:&lt;/p&gt;

&lt;p&gt;• Table of contents for long documents&lt;br&gt;
• Better table rendering&lt;br&gt;
• Search within documents&lt;br&gt;
• Custom themes&lt;/p&gt;

&lt;p&gt;But first I need to make sure the basics are solid.&lt;/p&gt;

&lt;p&gt;Try it?&lt;/p&gt;

&lt;p&gt;I'm in Google Play closed testing right now. I need a few more testers before Google lets me publish publicly.&lt;/p&gt;

&lt;p&gt;If you have an Android phone and read Markdown files, I'd genuinely appreciate you trying it:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://play.google.com/apps/testing/com.markdeck.markdeck" rel="noopener noreferrer"&gt;Join the beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://play.google.com/apps/testing/com.markdeck.markdeck" rel="noopener noreferrer"&gt;https://play.google.com/apps/testing/com.markdeck.markdeck&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Check out the landing page: markdeck.dev&lt;/p&gt;

&lt;p&gt;Tell me what breaks, what's confusing, what's missing. I'm a solo dev building this from Colombia, and real feedback from real people is the most valuable thing right now.&lt;/p&gt;

&lt;p&gt;Thanks for reading this far. 🤙&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>android</category>
      <category>markdown</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
