omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
720 stars 39 forks source link

Keeps posting to "/" when Attachment Folder set elsewhere #192

Closed mbbroberg closed 4 months ago

mbbroberg commented 4 months ago

I went to customize my destination folder (from /Omnivore to 03 Resources/Omnivore) and that doesn't seem to be passed through successful. I'm not the deepest user of Dev Tools but I did a step through and confirmed folderName: "/" ends up the result of const omnivoreFolder = this.app.vault.getAbstractFileByPath(folderName); no matter what I rename the folder to (tried the one above, Test, Boop).

I'm on obsidian v1.5.3 and omnivore 1.9.2

mbbroberg commented 4 months ago

Wow, quickly checked for an update and saw 1.9.3 and installed it. Guess what? It fixed this issue. Closing now. 🙈