Getting started with Notedog

From installing the app to editing your journal from your laptop browser. About five minutes, and no account to create.

Your first five minutes

Step one

Install and open

Get Notedog from Google Play and open it. There’s nothing to sign up for and no special permissions to grant — it works offline from the first launch.

Get it on Google Play →

Step two

Create your first journal

On the first screen, tap Create new. The dialog suggests a name; keep it or type your own. A journal is just a folder of Markdown files. If you already have notes, you can instead use Git clone to pull in a Git repository, or Import folder to bring in files from your device.

Step three

Write your first entry

Tap + to start a new entry and begin typing in Markdown. There is no save button: Notedog saves as you write and names the file for you, like log/2026-07-12-090000.md. Tap the eye icon to see the rendered entry. Each entry is a plain .md file kept on your phone, so it stays yours to move, back up, or open in any other editor.

Step four

Edit from your browser

This is the part that makes Notedog different. Your phone runs a small web server of its own, so a browser on your laptop can edit the same notes with a full keyboard and a larger screen.

  1. Open the drawer in Notedog and turn on On this network. The first time, the app asks about notifications and battery; allowing both keeps the server running.
  2. Tap Pair a new device. This opens a 60-second pairing window.
  3. On a computer joined to the same Wi-Fi, open the https://… address the app shows and click Request Pairing.
  4. Approve the Pairing Request that appears on your phone.
Notedog's first screen: No journals yet, with Create new, Import folder, and Git clone buttons.
A rendered journal entry on the phone: a heading, a paragraph, and a bullet list.
The journal list after the first entry, with a card that says: Now try it from your laptop.
The app drawer with On this network turned on, showing two https addresses and Pair a new device.
The first run: create a journal, write an entry, follow the laptop card, turn on On this network.

Good to knowThe local address uses a self-signed certificate, so your browser shows a one-time security warning the first time you open it. That is expected: the page comes straight from your phone, with no outside server involved. Choose Advanced, then Proceed. If your laptop can’t be on the same network, see the three ways to reach your phone.

Notedog open in a desktop browser: a split view with Markdown source on the left and the live-rendered entry on the right.
The browser editor — your phone’s files, a full keyboard, and live preview.

Make it yours

That’s all you need to start journaling. When you want more, here’s where to go next:

Rich formatting.

Mermaid diagrams, LaTeX math, ABC music notation, tables, code, and image attachments, all with live preview. Formatting guide

Themes and the editor.

Pick a color theme under Settings → Appearance on the phone, or with the Theme button in the browser editor. Dark mode can follow your system, and the browser editor has optional Vim keybindings.

Back up with Git.

Connect a journal to GitHub, GitLab, Gitea, or your own server, and commit by hand or automatically. Set up a GitHub token

Reach it from anywhere.

Use the built-in tunnel or Tailscale when you’re away from your home network. Remote access

Connect an AI assistant.

Let Claude, ChatGPT, or Claude Code read your journal — and write to it, when you allow that — over MCP. Connect an agent

A Notedog entry showing ABC music notation rendered as a musical staff (Ode to Joy) with a play button, beside its plain-text source.
Rich formatting, rendered on-device — here, ABC notation as a playable score. Diagrams, math, and code work the same way.

Good to know

Your files, your exit plan.

Entries live on your phone as plain Markdown, and you can export a whole journal as a ZIP whenever you like. Privacy policy

Free and paid.

The app, local browser editing, Git backup, and the Tailscale option are free. The built-in internet tunnel is the one paid subscription, and it needs a Google sign-in.

Can’t reach it from your browser?

Some Wi-Fi networks keep devices from seeing each other. On those, use the tunnel or Tailscale instead. See remote access

That’s the whole loop: write on your phone, edit from your laptop, keep the files.