Support filter import/export
Opened this issue · 1 comments
rgehan commented
We'd need:
- Export button in the sidebar that would copy a serialized filter definition to the clipboard
- An import button that would allow that serialized filter to be pasted, then imported.
rgehan commented
This is already possible in the console.
Simply type window.exportConfiguration()
, and copy the snippet that is outputted.
Pasting it in another Octolenses instance's console will overwrite all the configuration (settings, filters, etc)