Conflict with various-complements-plugin
Closed this issue · 5 comments
lifesign commented
When using the plugin, I encountered two issues:
- The plugin conflicts with the various-complements plugin, and the "new person" prompt does not appear.
- When I click @XX, the new file will appear in the "location for new notes," which in my case is the
Inbox
folder, instead of the location I set in the atPeople plugin configuration, which isCards/People/
lifesign commented
saibotsivad commented
Awesome, thanks for documenting this!
lifesign commented
Awesome, thanks for documenting this!
hi, issue2 still exists, should i submit a new issue?
saibotsivad commented
Oh hey, missed your second issue there, sorry!
What's probably going on is, unless you set the option for explicit links to true, the inserted link actually looks just like this:
Link to [[@Person Name]].
If there's a unique file somewhere in Obsidian in a folder it'll go there, but if it doesn't exist and you click on it, it'll create it wherever the link says, which is at the root of the vault.
If you turn on the "Explicit Links" option, the link will look more like this, which will get you the behavior that you're probably expecting:
Link to [[People/@Person Name.md|@Person Name]].
lifesign commented
that's what i need, thx~