yorkxin / copy-as-markdown

A browser extension to copy tabs and links as Markdown
MIT License
542 stars 83 forks source link

Bookmarks Integration (Firefox-only) #146

Closed yorkxin closed 4 months ago

yorkxin commented 4 months ago

Summary

截圖 2024-06-19 清晨6 55 35

Permissions

Accessing bookmarks requires additional permissions. The user must opt-in to enable context menus on bookmarks, in the options page, or Permissions tab. The user may revoke the permission in the same interfaces.

截圖 2024-06-19 清晨6 55 45

Caveats

In the Bookmarks Manager, user may select multiple bookmark entries, but when context-click, only the one that the mouse pointed will be passed to the API call. This may confuse user, but there is nothing we can do until Mozilla solve this issue, either in UI level or API level.

Tests

Optional: