pastenote

quick notes, reminders, ideas

or

pastenote

markdown supported

settings

theme

font size

14px

your code

keep this code safe - it's how you log in

notifications

reminders use // syntax in entries (e.g. //30m, //tomorrow 10:00, //2026-12-25 09:00)

sync

last sync: never

admin

about

pastenote

v1.0.0

what is pastenote?

A pastebin-style notes, reminders, and ideas app. Write quick notes with markdown support, checklists, and code blocks. Works offline and syncs when connected.

features

  • mobile-first PWA - install to home screen
  • full offline support with background sync
  • 4 themes: light, dark, homebrew, vscode
  • markdown support in entries
  • checklists with tick boxes
  • pin important entries
  • simple code-based login
  • SQLite backend, dockerised

markdown syntax

# heading ## sub heading **bold** and *italic* `inline code` - bullet point - [ ] unchecked task - [x] completed task

reminder syntax

Set reminders in any reminder entry by adding // lines:

//30m - 30 minutes from now //2h - 2 hours from now //1d - 1 day from now //14:30 - today at 2:30pm //tomorrow 10:00 - tomorrow at 10am //2026-12-25 09:00 - specific date //25/12 14:00 - short date format

multiple reminders allowed per entry

how it works

Your data is stored locally in your browser (IndexedDB) and synced to the server when online. Each code gives access to one account. Share a code to share an account across devices.