generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Problem
I need to manually change the plugin settings for all my 4 devices for the Readwise plugin, but not for any other plugin. I'm using Obsidian Sync.
Reproduce
- Ensure you have one primary and one secondary device setup with sync working for another plugin see official docs.
- Set a unique device name so the logs makes sense for the latter steps.
- Change the Customize base folder on the primary device, make sure the settings are synced
- Delete the original synced highlights from Readwise and trigger a manual resync, ensure Resync delete files are checked
- Make sure that everything is imported and that Obsidian reports everything as synced.
- Open the secondary vault on a separate device
- The highlights are synced to the original location and the settings are not synced
- Checking the Sync plugin job shows
data.jsonhas been synced from the secondary device to Obsidian. - Neither of the devices get each others configuration.
Ideas for cause
- Using
data.jsonfor both plugin settings and the sync data might be the problem. - Together with the above, as Readwise syncs on Obsidian start, the settings for the last opened device is always newer then the others so the primary settings are never loaded.
Possible solution
If it's possible to store the plugin settings in a separate file from the dynamic highlight sync data, then the timestamp on the plugin settings would not be updated on every Readwise sync.
Metadata
Metadata
Assignees
Labels
No labels