I build a private Obsidian Markdown Web Service: View, Search & Edit Your Vault from the web

Hi everyone,

I wanted a way to securely view and edit my private notes from any computer in the world, such as a work laptop. So I built a simple proof-of-concept web service that lets you view, search, and edit your Obsidian (or any) Markdown vault entirely in your browser—hosted for free on your own Vercel account, with built-in password protection so only you can see it.

It works by connecting to my note vault github repo, and directly reads and edits notes via the github API (requires obsidian git setup)

I wanted to share, as I know other people in the obsidian community have been looking for a way to access notes on locked down hardware.

Would anyone be interested in this? Im not sure how I can share as I am not allowed to post links here? but its on github username bs7280 repo markdown-notes-web

5 Likes