-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Currently, the extension allows users to take notes, but it does not associate them with specific webpages or tabs. This feature request proposes the ability to save and retrieve notes for each individual website or tab, ensuring users can keep context-specific notes without mixing them across different pages.
Proposed Features:
Automatically save notes for each webpage (URL-based storage).
Retrieve previously saved notes when revisiting the same webpage.
Option to view, edit, or delete notes for a specific webpage.
Sync notes across multiple tabs (optional).
Use Case Example:
User opens a webpage (e.g., https://example.com).
They write a note related to that webpage.
When they return to the same URL, the saved note is automatically displayed.
Additional Considerations:
Should notes be stored per full URL or per domain (e.g., example.com vs. example.com/article)?
Should there be an option to manually associate notes with a webpage?
Data storage method (local storage, IndexedDB, or cloud sync).
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers