Tabsets icon indicating copy to clipboard operation
Tabsets copied to clipboard

Sharing tab lists

Open tomlaheyh opened this issue 5 years ago • 1 comments

It would be great if there was an option to save all current tabs as links to a google doc page. Then you could simply share the Google doc URL (to a group, public etc. )

tomlaheyh avatar Dec 28 '19 03:12 tomlaheyh

The current Export/Import feature uses the raw internal JSON format. I think this feature could be a way to improve on that. It could produce HTML/JSON that one could copy-paste to a Google Doc (or any other means of sharing HTML).

The import would either use the JSON, or parse HTML to extract whatever header is available as the title of the tabset (and default it if none is found), as well as parse the content for URLs and use the unique list as the tabs in the tabset.

Would this satisfy your requirement, or are you looking for a way to write to a Google Doc without creating a tabset? If so, that sounds like it might be more suitable as a new extension.

bernhard-hofmann avatar Jan 03 '20 12:01 bernhard-hofmann