TPToolpazar

Global Araç

Online Notes

0 kelime · 0 karakter

Notlar tarayıcınıza kaydedilir (localStorage) — yalnızca aynı cihaz, aynı tarayıcı. yalnızca. Bulut senkronizasyonu yok; site verilerini temizlemek notlarınızı temizler. Otomatik kaydetme yazmayı bıraktıktan 500ms sonra çalışır.

A simple browser-based scratch-pad for notes. Just start typing — your text auto-saves to your browser’s localStorage every 500ms. Reload the page, your notes are still there. Download as .txt anytime to back up off-device. No accounts, no cloud sync (notes are tied to this browser on this device only), no tracking, no ads in the editor.

The intentional simplicity is the point. Most note apps have grown into full productivity suites (Notion, Obsidian, Roam, Logseq) which are powerful but heavy. This is for the case where you just want a place to dump a quick thought, paste a chunk of text, draft a tweet, or write down a phone number — without launching an app, signing in, or organizing into a workspace. Open browser tab, type, done.

Common uses: quick scratch space — drafting an email, sketching code without IDE startup, jotting a shopping list before checkout; clipboard buffer for cross-window copy/paste — paste from one app, edit, copy elsewhere; private journaling — notes stay local, no cloud sync risk; distraction-free typing — no formatting, no UI chrome, just text; temporary holding space — useful when you’ll process the note within a session and throw it away.

Important: this is local-only storage. Notes save to localStorage which is per-browser, per- device, per-domain. Clearing browser data deletes them. Switching browsers (Chrome to Firefox) shows empty notes. Switching devices (laptop to phone) shows empty notes. For permanent storage, download .txt periodically — that’s your backup. If you need cross-device sync, use Notion / Obsidian / Apple Notes / Google Keep instead. This tool is intentionally for single-device, ephemeral note-taking.

Nasıl Kullanılır

  1. Just start typing. Auto-save runs after 500ms of inactivity (so you don't lose recent edits).
  2. Multi-line is fine — paragraphs, lists, code snippets all save as plain text.
  3. Click Download to save as .txt. Filename is timestamped (notes-2026-05-04.txt) so you can keep multiple versions.
  4. Click Clear All to wipe localStorage (asks for confirmation; intentionally hard to do accidentally).
  5. If you frequently need permanent storage, download daily as a discipline. Or use a cloud-syncing alternative; this tool is intentionally simple.

Ne Zaman Kullanılır

  • Quick scratch notes during a single browser session.
  • Privacy-respecting note-taking (data stays local, no cloud).
  • Temporary holding space for a task you'll finish today.
  • Distraction-free writing without app launching overhead.

Ne Zaman Kullanılmaz

  • Long-term note storage — use Obsidian, Notion, Apple Notes, etc. with proper backup.
  • Cross-device sync — this is local-only.
  • Rich text / formatting — plain text only.
  • Important / irreplaceable content — even with regular .txt downloads, accidents happen. Use a real note app for content you can't lose.

Yaygın Kullanım Senaryoları

  • Onboarding a colleague who needs the same calculation/conversion
  • Verifying a number or output before passing it on
  • Quick use during a typical workday
  • Pre-decision sanity-check on inputs and outputs

Sık Sorulan Sorular

Will I lose notes if I clear browser data?

Yes — notes save to localStorage, which is cleared along with cookies and cache when you clear browser data. Also lost: switching browsers (Chrome to Firefox), incognito mode, browser profile reset, OS reinstall. Download .txt periodically as backup — that's your only safety net for important content.

Why no cloud sync?

Three reasons: (1) cloud sync requires accounts, which means signups, passwords, GDPR concerns; (2) the tool is designed for ephemeral / quick notes — if you need persistence, use a proper app; (3) keeping it local respects privacy (notes can contain sensitive content; cloud sync sends it through someone else's servers). For long-term notes use Notion / Obsidian / Apple Notes which are designed for it.

Can I save multiple separate notes?

Not in this tool — single notepad. Click Download to save current state, then Clear All if you want a fresh notepad. The downloaded .txt files become your archive of past notes. For multi-note management use a real note app.

Will the auto-save survive a tab crash?

Yes — once auto-save fires (500ms after your last keystroke), the data is in localStorage and survives tab crashes, browser restarts, even computer restarts. The risk window is the 500ms after your most recent typing.

Is this private / encrypted?

Stored in your browser's localStorage in plain text — not encrypted at rest. Anyone with access to your browser profile can read it (other users on the same OS account, malicious browser extensions you've installed). For genuinely sensitive notes (passwords, secrets), use a password manager or encrypted note app like Standard Notes.

How much can I store?

Browsers allow ~5-10 MB of localStorage per origin. That's roughly 5-10 million characters of plain text — equivalent to a few thousand pages. Way more than any reasonable scratch-pad use. If you're hitting the limit, you should be using a real note app anyway.