Karalama Defteri

Otomatik kayıt, arama, Markdown önizleme ve dışa aktarımlı özel çevrimdışı notlar — hiçbir şey tarayıcınızdan çıkmaz.

0 kelime · 0 karakter · 0 dk okuma Yerel kaydedildi

What is this scratchpad?

This free tool is a private offline notepad — a sidebar of notes, an editor with autosave to IndexedDB, search across titles and bodies, a Markdown preview toggle and one-click export. Notes never leave your browser; closing or losing the tab keeps them safe only as long as your browser data survives.

Where can I take quick private notes that nothing leaves my browser?

Open this scratchpad: every keystroke autosaves to your browser's IndexedDB, you can search, preview Markdown and export — there is no account, no sync and no upload.

Key features

Multi-note sidebar
Create as many notes as you want; the sidebar lists them by most-recently-edited with title, preview and word count.
Autosave to IndexedDB
Every edit is debounced-saved to local IndexedDB so there's no Save button to forget.
Markdown preview
Toggle a side-by-side preview that renders headers, lists, emphasis, code, blockquotes and links.
Export anywhere
Download the active note as Markdown or text, or grab all notes in a single combined .md backup.

How to use it

Press the + button to start a new note. The title and body fields autosave as you type. Use the search box to filter notes, the Preview toggle to render Markdown, and Export to download a single note or all of them.

Frequently asked questions

Where are my notes stored?

In your browser's IndexedDB, scoped to this site only. Notes never leave this device — no account, no upload, no sync.

Can I export or back up my notes?

Yes. The Export button saves the active note as a .md or .txt file, and the Export all button downloads a single combined .md so you can keep a backup or move notes elsewhere.

Does clearing browser data delete my notes?

Yes — IndexedDB lives in your profile, so clearing site data or using a strict privacy mode will erase notes. Export important ones to a file from time to time.

Is Markdown rendering safe?

Yes. The preview escapes HTML before applying formatting and only opens external links with rel=noopener noreferrer, so pasted Markdown can't execute scripts.

Storage uses the browser's IndexedDB (W3C standard) with a single object store keyed by note id. The Markdown renderer is a minimal, escape-first implementation that covers the most common syntax without third-party dependencies, so no opaque code touches your text.