Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings export/import #259

Open
natewind opened this issue Dec 14, 2024 · 3 comments
Open

Settings export/import #259

natewind opened this issue Dec 14, 2024 · 3 comments
Labels

Comments

@natewind
Copy link

Please consider adding the option to export settings to / import from JSON (or something else).

@simov
Copy link
Owner

simov commented Dec 14, 2024

You mean extension settings? I would like to know more about your specific use case. Note that the extension synchronizes your settings across all of your devices where you have logged into your browser and enabled the sync feature.

@natewind
Copy link
Author

Well, using sync makes you unnecessarily dependent on third-party servers, so I back up my browser settings myself, just like the rest of my settings:

/media/Data/07. Settings/2. Ubuntu/vivaldi
├── backups
│   ├── clear-urls.json
│   ├── search.json
│   ├── theme.zip
│   └── user-js-css.json
├── home.natewind..config.vivaldi.Default
│   ├── AdBlockState
│   ├── Bookmarks
│   ├── contextmenu.json
│   ├── Preferences
│   └── UserCSS
│       └── styles.css
├── opt.vivaldi.extensions
│   ├── bkhdlfmkaenamnlbpdfplekldlnghchp.json
│   ├── ckkdlimhmcjmikdlpkmbgfkaikojcbjk.json
│   ├── lckanjgmijmafbedllaakclkaicjfmnk.json
│   └── nbhcbdghjpllgmfilhnhkllmkecfmpld.json
└── settings.md

And I’m trying to minimize the manual stuff in settings.md. Thankfully, many extensiongs these days have export/import, like ClearURLs and User JS & CSS above, but not all of them, unfortunately.

@simov
Copy link
Owner

simov commented Dec 15, 2024

That makes sense, though note that even if there was an import/export options you would still have to refresh your origins (if you had any), but other than that exporting the Markdown Viewer settings won't be that hard, thanks for the suggestion.

@simov simov added the feature label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants