epwalsh / epwalsh/obsidian.nvim
Pref/toggle to disable note creation on link
- Dominant language
- Lua
- Stars
- 6.2k
- Forks
- 250
- PR merge metrics
- No merged PRs in 30d
Description
### 🚀 The feature, motivation and pitch
I seem to use Obsidian differently than most:
1. create a worldbuilding vault
2. write a manuscript, linking to already-existing files
This means when I type `[[..`, I want to link to an existing file every time. This means that slow autocomplete or typos start to contaminate my vault with unwanted new files.
Request: a pref and possibly a toggle to disable note creation in the cmp.
I've hacked this into my local install by adding a
```lua
if true then
return
end
```
in `cmp_obsidian_new.lua`, but I haven't yet figured the best way to support this elegantly.
### Alternatives
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.