-
-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Labels
Description
Description
When selecting "Copy Title" in the context menu of a tab, it should copy text/html too so when it gets pasted in Obsidian (a note taking tool), it gets pasted as a link.
In Firefox History view, when you copy a history item, the clipboard gets populated with this:
<meta http-equiv="content-type" content="text/html; charset=utf-8"><A HREF="https://github.com/mbnuqw/sidebery/issues?q=is%3Aissue%20state%3Aopen%20text%2Fhtml">Issues · mbnuqw/sidebery</A>
On X11, you can see this with xclip -selection clipboard -o -t text/html.
I want to add this feature myself. Please give me pointers.
Reactions are currently unavailable