Can't find "obsidian.api" module #366
Unanswered
madskjeldgaard
asked this question in
Q&A
Replies: 1 comment
-
|
my guess:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi friends
I'm trying to get snacks.nvim's image thing to work with obsidian.nvim but running into some issues. It requires calling the
"obsidian.api"module, but I cannot seem to get it to work. I get an error that it is not found (but everything else works fine in obsidian.nvim).Here's my setup in lazy.nvim
If I manually run
:lua require"obsidian"I am able to source the main module, but running:lua require"obsidian.api"returns:Beta Was this translation helpful? Give feedback.
All reactions