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

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

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.