# Scratchpad > Fast, ephemeral notes that stay in your browser until you clear them. **Category:** Everyday Life **Keywords:** notes, scratchpad, memo, quick, writing, draft, temporary, clipboard, thoughts, ideas **URL:** https://complete.tools/notes ## How it works Scratchpad operates by utilizing the browser's session storage capabilities. When a user inputs text into the Scratchpad, it is stored in the session storage memory of the browser. This data persists as long as the browser tab remains open. When the user clears the notes, the session storage is reset, deleting all stored entries. The logic is straightforward: input data is stored temporarily, allowing for quick retrieval and deletion without affecting the browser's permanent storage or requiring user authentication. ## Who should use this 1. Software developers jotting down quick code snippets or debugging notes during a coding session. 2. Researchers noting down ephemeral thoughts or references while browsing academic articles. 3. Writers capturing spontaneous ideas or outlines while working on a document. 4. Designers sketching out brief concepts or feedback while reviewing design iterations. 5. Project managers tracking temporary action items during a meeting without needing to log them permanently. ## Worked examples Example 1: A software developer is troubleshooting a piece of code. They open Scratchpad and note down a critical observation: 'Check variable x for null before processing'. This note helps them remember a key point without cluttering their main code files. Once resolved, they clear the note from Scratchpad. Example 2: A researcher is reading an article on climate change and wants to remember a specific statistic: 'Global temperatures have increased by 1.2 degrees Celsius since the late 19th century'. They type this into Scratchpad for later reference. After finishing their research session, they clear the Scratchpad to remove all notes. Example 3: A writer brainstorming ideas for a new article types: '1. Technology impact on education, 2. The future of remote work'. They use Scratchpad to quickly list these ideas and later delete them once they finalize their article outline. ## Limitations 1. Notes are lost if the browser tab is closed or if the session storage is cleared; there is no recovery option. 2. Scratchpad does not support rich text formatting, which may limit usability for users needing structured notes. 3. There is no built-in search functionality to retrieve specific notes if multiple entries are made. 4. The tool is limited by the browser's session storage capacity, which can vary but is typically around 5-10 MB. 5. Notes are not synced across devices, meaning they are only available on the current device and browser session. ## FAQs **Q:** How does Scratchpad handle large amounts of text input? **A:** Scratchpad is limited by the browser's session storage capacity, which typically allows for around 5-10 MB of data, thus large text entries may exceed this limit and result in a failure to save. **Q:** Is there a way to recover notes once they are cleared from Scratchpad? **A:** No, once notes are cleared from Scratchpad, they are permanently deleted and there is no recovery mechanism in place. **Q:** Can multiple Scratchpad sessions exist simultaneously in different tabs? **A:** No, Scratchpad's notes are specific to the individual browser tab, and opening the tool in a new tab will create a separate, independent session. **Q:** Does Scratchpad support any form of data export or backup? **A:** Scratchpad does not offer data export or backup features; all data remains within the session storage and must be maintained manually by the user. --- *Generated from [complete.tools/notes](https://complete.tools/notes)*