Changes to "home" between 2021-01-30 01:48:30 and 2021-01-30 01:48:49

55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
55
56
57
58
59
60
61

62
63
64
65
66
67
68







-







`Titles` :| Return a list of titles of all weaver windows
`url` :| Return the url of the currently focused window
`Urls` :| Return a list of urls open in all weaver windows
`window` :| Return a tab separated pair of title and url of the currently focused window
`Windows` :| Return a newline-delineated list of tab separated pairs of titles and urls of all weaver windows
`zoom <value>` :| Zoom the currently focused window by 'value' (e.g., multiply the current zoom factor by 'value')
`Zoom <value>` :| Zoom the currently focused window to 'value' (e.g., set the zoom factor to 'value')
:|

## Todo

1. Determine if profile needs to be destroyed on shutdown to flush to disk
1. Fullscreen via signal QWebEnginePage::fullScreenRequested
1. Downloads via signal QWebEnginePage::downloadRequested
1. Pdf links ... and other filetypes?