View your deprecated Cursor Notepads directly in the Explorer sidebar. This extension provides read-only access to your workspace notepads stored in Cursor's internal database.
✨ Features
Explorer Integration: Adds a "Notepads" section to the Explorer sidebar
Read-Only Access: Safely reads your notepads without modifying any data
Markdown Preview: Click any notepad to view it as a Markdown document
Fast & Efficient: Uses VS Code's storage API to directly locate workspace data (O(1) lookup)
Privacy-First: All data stays local - no network access, no telemetry
🚀 How It Works
The extension uses ExtensionContext.storageUri to locate the current workspace's storage directory
Reads the workspace's state.vscdb (or state.vscdb.backup) database
Extracts notepad data from the notepadData key
Displays all notepads in the Explorer sidebar
Clicking a notepad opens it as a read-only Markdown document