mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
254 stars 31 forks source link

Popup before overwriting existing notes #167

Open audmcname opened 1 month ago

audmcname commented 1 month ago

I create a new note whenever I finish read a book-- but sometimes I reread books. Currently, when I use the media DB to create a note for a piece of media that's already in my library, the note is created and overwrites contents of the previous one without warning. I have to remember/check whether a book is in my library before making a note for it.

Would implementing collision/overwrite detection (something like a popup saying 'a note with this name already exists in this folder') be possible? This would make using media DB even easier!