Show HN: Note Cargo, a Markdown text editor saved all data on S3/R2 (no DB)
1 huedaya 0 6/14/2025, 4:24:48 PM twitter.com ↗
I tried to build markdown based notepad (similar like Obsidian) but stores all files on S3/R2.
Vanilla PHP, no dependency. Web based No vendor locking (S3), high portability.
---
"why not just using Notion or Obsidian?"
- Notion is great but they keep adding features that too overkill, also I don't think its easy to move to other vendor.
- Obsidian is cool, but data saved locally is a security risk (eg. laptop stolen).
- Drive/Dropbox is great, but they can't do hyper-linking like Obsidian does.
So, I tried to solve my own problem to just save all markdown + image on S3/R2 (which super cheap and universal).
What do you think guys?
No comments yet