Getting started

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

1. 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 very first launch.

Get it on Google Play

2. 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 simply 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.

3. 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.

4. 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.

The 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

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

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

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