You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to capture a tree of tabs into an external document via the clipboard, (such as evernote or similar) and to be able to open them again from the clipboard.
My suggestion would be to use markdown headlines and links for the structure, as that is the most common format:
e.g,:
# Duck Duck Go - https://duckduckgo.com
[Duck Duck Go](https://duckduckgo.com)
## Subtab Duck Duck Go - https://duckduckgo.com
[SubTab Duck Duck Go](https://duckduckgo.com)
This is a good idea but I think it is outside the scope of this extension so I probably won't be implementing it. As an alternative you can use the Copy Selected Tabs to Clipboard addon to copy tabs in a format that includes tree info (the "Markdown (List)" format seems to do this by default). That addon has no way to "open tree from clipboard" so that requirement would still remain unsolved however.
I want to be able to capture a tree of tabs into an external document via the clipboard, (such as evernote or similar) and to be able to open them again from the clipboard.
My suggestion would be to use markdown headlines and links for the structure, as that is the most common format:
e.g,:
Duck Duck Go - https://duckduckgo.com
Duck Duck Go
Subtab Duck Duck Go - https://duckduckgo.com
SubTab Duck Duck Go
The text was updated successfully, but these errors were encountered: