schmelczer-dev/src/content/posts/my-notes-android-markdown-app.md
Andras Schmelczer fcec028c74
All checks were successful
Deploy to Pages / build (pull_request) Successful in 3m1s
Update
2026-05-28 15:36:34 +01:00

1.5 KiB

title description date projectPeriod thumbnail tags role stack outcome audience links
My Notes: A Markdown App for Android A small Android note app built on Markwon. The idea wasn't new; the point was learning a platform that wasn't the web. 2026-05-02 November 2019
src alt
./_assets/my-notes.png Screenshots of the My Notes Android app.
tools
Android app author
Android
Markdown
Markwon
A working notes app and my first time outside the web stack technical
label url
Source https://github.com/schmelczer/my-notes

In November 2019 I wrote my own notes app for Android, used it daily for a while, and then it lost a long battle with Obsidian. The loss was the lesson: I learned what I actually wanted from a notes app by watching mine fail to be it. Years later that same itch is why I wrote reconcile-text; by then I was editing the same notes in Vim, VS Code, and Obsidian, and nothing existed to merge three independently-edited copies back into one.

The app itself was small: Markdown notes, hashtag filtering, Markwon for rendering. Every developer writes their own notes app eventually and the bar for shipping one isn't high. What I actually wanted was a few weeks outside the web stack, somewhere with different conventions about lifecycle, storage, and resource constraints. Android delivered that. I'd still recommend "write a small thing on a new platform" as a way to recalibrate what you take for granted.