Lej77 / bookmark-tree-for-tree-style-tab

9 stars 2 forks source link

Feature Request: Copy Tree to Clipboard, Open tree from clipboard #10

Open timoc opened 2 years ago

timoc commented 2 years ago

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)

Duck Duck Go - https://duckduckgo.com

Duck Duck Go

Subtab Duck Duck Go - https://duckduckgo.com

SubTab Duck Duck Go

Lej77 commented 2 years ago

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.