Hello Hans,
I will try disabling session buddy and testing the slowness issue. Session Buddy is the only extension I run in most of my browsers, so maybe the issue is with the latest Chromium changes, which introduced all of the changes which forced the re-architecting of SB for v4.
For the currently supported copy/paste formats, the previous interface was much more feature rich, faster, and easier to use (for my use cases).
From memory, this was the old interface flow:
... -> export -> export dialog box - elements:
- window with the export of the currently selection (current session selectable like any other session) in the currently selected format. This was scrollable, and searchable with "find in page", and you could highlight, copy, and paste a subset of it quickly and easily if needed
- checkboxes for what hierarchical columns to include in the export - sessions, windows, titles, URLs (columns required for currently selected format were not de-selectable)
- tabs for each export format to switch between them
- action buttons
- copy to clipboard
- save to file - a file
Markdown was bullet lists of properly titled URLs, in tab order in an H2 window block if windows were selected.
JSON had more data - I saved it several times, but used markdown much more often.
My workflow:
1 - Build up windows of tabs related by a theme such as a research topic, tool group, dashboard set, etc.
2a - export the current session as markdown with windows and nested tabs
2b - search the export dialog box for an interesting tab or window, and then directly highlight, copy, and paste that part of the session (usually a window or part of a window) somewhere I needed it
3 - run external scripts to do things like diff sessions, merge and dedupe sessions and/or windows they contain, create a merged superset of unique links for searching with another (grep based) utility
4 - rinse and repeat - I exported the current session at least 10 times a day
The new copy to clipboard for markdown is missing the window block headers and bullets for each link, and has a blank line between each link.
- This loses the window context which was previously preserved
- Now that the browsers natively support named tabsets as a nesting element under Windows, that context is also lost now
- the blank lines make it all less readable
- There is no quick save to timestamped file option, so I have to click a lot more times to copy, open a new file in an editor, paste, choose a file name, and save
- The export/backup option takes forever to save the full history snapshots and all saved sessions in a giant JSON file, but at least that should have most of the context I need
To use the JSON file, I will now need to use jq to select the correct values for the correct tags from the correct session, and reformat them as markdown to emulate the old export to markdown feature.
Has anyone else been doing anything remotely similar with the new JSON backups using jq or similar tools?
Thanks
Gregor