TimeNote is a tiny tool for taking timestamped notes during a meeting. Each entry is stamped with the moment you started typing it — not when you hit Enter — so the timestamps line up with what was actually being said when the thought first occurred to you. Pair the exported Markdown with a meeting transcript and an LLM can produce a hybrid summary that emphasises the moments you marked.
How to use it
- + New creates a note.
- Type in the box at the bottom — the timestamp captures the moment you start typing.
- Enter saves the entry. Shift+Enter inserts a newline within the same entry.
- Export .md downloads the note as Markdown with YAML frontmatter (title, date, start time) ready to paste into Obsidian or feed to an LLM.
Data privacy
- Your notes are stored only in your browser's local storage. Nothing is sent to any server.
- There is no account, no login, no sync, no telemetry, and no third-party scripts.
- The page itself is served by Cloudflare Pages, so Cloudflare records standard web access logs (date, IP, user-agent) for each visit — but the contents of your notes never leave your device.
- Clearing your browser's site data for this domain permanently deletes all your notes — there is no copy elsewhere.
- The Markdown files you choose to export are saved locally to your device by the browser's normal download mechanism.