RepoNote -GitHub Markdown Note

Content rating
Everyone
10+
Downloads
Content rating
Everyone
Learn more
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

RepoNote is a personal note-taking app that lets you write Markdown documents stored in a GitHub repository as quickly as a plain notepad — with automatic syncing.

Keep your Obsidian vault on GitHub? Now you can open the same notes on your phone and keep writing. No Git commands needed — when you stop typing, the app commits for you.

■ Made for
• People who back up / sync their Obsidian vault through GitHub
• Developers who keep dev notes, TILs, and blog drafts in a repo
• Anyone who wants to capture ideas straight into their repository on the go

■ Key features
• Connect securely with a GitHub fine-grained token — access only your notes repo
• Pick a repository, branch, and vault folder, then start writing
• Collapsible folder tree for quick browsing (.obsidian folder hidden by default)
• Markdown editing + preview (checklists, quotes, code blocks)
• Local auto-save: every keystroke is stored on the device first — nothing gets lost
• Auto-commit: changes are pushed to GitHub 5 seconds after you stop typing (configurable)
• Offline support: write without internet, upload automatically when you're back online
• Conflict detection: if the server file changed, nothing is overwritten — compare both versions and choose
• Create, rename, delete, and search notes and folders
• Dark mode, English & Korean

■ Obsidian friendly
YAML front matter, [[wiki links]], and tags are preserved as-is. Your documents are never reformatted.

■ Security
• Your token is stored only in the device's secure storage (Keystore)
• All communication is HTTPS-only
• Tokens and note contents are never sent to logs or third-party services

■ What you need
A GitHub account and a fine-grained personal access token (Contents read/write). The app links you to the token creation page.

## Keywords
obsidian github, notes, markdown, github, git, obsidian, sync, notepad, developer, vault, memo
Your GitHub repo as a notepad. Open, write, and auto-commit your Obsidian vault.
Updated on
Aug 3, 2026

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What’s new

v1.0.4 update

• The cut/copy menu no longer disappears after "Select all". On select-all
it now appears at the top of the screen so the keyboard can't cover it
• Tidied the spacing between the last line and the keyboard in the editor