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

Commits on Dec 26, 2023

  1. Add SettingStorage.File Values to the settings.ts File

    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
    nikoelgatito authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    9eae9e8 View commit details
    Browse the repository at this point in the history