Implement page context menu
Opened this issue · 0 comments
kav2k commented
This issue is to track requirements for context menu implementation.
Basic idea: provide a context menu item that adds current page to ReadLater.
More complicated idea: empower the user to optionally close the page as well, and/or hide the context menu items. Would require an options interface.
Copying from #12:
Here's the "please everyone" version of context menu implementation:
- Add 2 context menu items, "Add to Read Later" and "Close and add to Read Later".
- Add an option to display: none, one of them (as top item) or both (as submenu).
- Defaulting to showing only the first.
- Notify the user that a new, configurable feature is available.
I want your feedback on specifications, @napsternxg.