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

Add SettingStorage.File Values to the settings.ts File #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nikoelgatito
Copy link

The "storage: 2" (SettingStorage.File) value has been added to each setting, instructing Joplin to save these values in the settings.json file instead of the database. This allows to easily restore settings when migrating a Joplin installation having this plugin installed.

Ideally, the favorites setting values could eventually be saved to/restored from a distinct favorites.json file instead, in order to facilitate saving the favorites independently from the plugin settings.

References:
https://joplinapp.org/api/references/plugin_api/enums/settingstorage.html
laurent22/joplin@ab9bbcb

The "storage: 2" (SettingStorage.File) value has been added to each setting, instructing Joplin to save these values in the settings.json file instead of the database. This allows to easily restore settings when migrating a Joplin installation having this plugin installed.

Ideally, the favorites setting values could eventually be saved to/restored from a distinct favorites.json file instead, in order to facilitate saving the favorites independently from the plugin settings.

References:
https://joplinapp.org/api/references/plugin_api/enums/settingstorage.html
laurent22/joplin@ab9bbcb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant