Replies: 2 comments
-
|
And this diff shows the local changes I made to implement this. I did not clone and issue a PR because I am quite the novice when it comes to lua/nvim and probably left something out. |
Beta Was this translation helpful? Give feedback.
-
|
I agree one should be able to skip this confirmation, but exactly we can think more. Some of this is also just writing down ideas for future reference. These functions are not directly referenced in the codebase, but indirectly used, for example So ideally The final result should be that, require"obsidian".setup{
follow_link_func = function(link, opts)
opts.confirm = false
require"obsidian.builtin".follow_link(link, opts)
end,
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I will sometimes create a wiki-link to a new note then immediately attempt to open the new note. When doing this I find the "Create new note ..." dialog gets in the way. I realize some might like the dialog. A configuration option to bypass the dialog seems like a good idea.
Any comments?
Beta Was this translation helpful? Give feedback.
All reactions