hadynz / obsidian-kindle-plugin

Sync your Kindle notes and highlights directly into your Obsidian vault
MIT License
897 stars 52 forks source link

Prompt user for action when duplicate files are detected #243

Open hadynz opened 1 year ago

hadynz commented 1 year ago

This is an enhancement in response to this comment https://github.com/hadynz/obsidian-kindle-plugin/issues/237#issuecomment-1493212654.

Currently the plugin has a strong bias for never mutating any user data. If a highlights file exists, it will always create a duplicate and make the file name unique by appending a timestamp.

The feature request is to modify this behaviour and ask the user for action:

The user should also be able to choose an option for the plugin to remember their choice. This option can be changed later on via the plugin's settings panel.