Pete Walsh
Pete Walsh
I can't reproduce this, but I can give you some things to try. Go into your clone of obsidian.nvim and try editing the `cmp` entries here: https://github.com/epwalsh/obsidian.nvim/blob/4c3601063fb89ca83d2c00ab0fb081bb6e433f8e/lua/cmp_obsidian.lua#L73-L76 In particular see...
Hey @hrsh7th, do you have any idea what might cause this?
Hey @stelcodes, I actually agree that the UI features should be disabled outside of any workspaces, and I've fixed that in #447. Users who actually want those UI features everywhere...
Hey @stelcodes in that case just remove the `".md"` part. For example, this works for me: ```lua event = { "BufReadPre " .. vim.fn.resolve(vim.fn.expand "~/Obsidian/notes") .. "/*", "BufNewFile " .....
What finder are you using? Do you have telescope installed?
Add telescope.nvim to your plugin dependencies and your config. Let me know if that helps. ```lua { "epwalsh/obsidian.nvim", version = "*", -- recommended, use latest release instead of latest commit...
This looks really good in notebook format! My one concern is that we'd have two copies of the same information (in the notebook vs in the original guide chapter), which...
No rush @ekdnam!
Hey @diptanu, the objects defined in `context` are loaded lazily upon the first request to the batched function, so maybe you could set `models` in `context` to call a function...
Thanks @soldni, I'll update paths in both configs once the data is public on R2.