Pete Walsh

Results 285 comments of Pete Walsh

Hey @sebszyller thanks for the additional info. I took another look and this to try to reduce duplicates, but was unsuccessful. The reason for this is that nvim-cmp handles the...

Hey @sebszyller so that is exactly what I tried as well (changing `or` to `and`). It seems that might be okay for your use-case but it did not work well...

Hey @sebszyller can you try out the branch in this PR to see if that works well for you? https://github.com/epwalsh/obsidian.nvim/pull/639

> My only caveat is that use_path_only changes the format of newText to vault_name/file_name.md @sebszyller you can customize this by setting `wiki_link_func` / `markdown_link_func` to a custom function. E.g.: ```lua...

Hey @DRKolev-code, happy to accept a PR for exposing `clipboard_is_img`.

Hey @danielo515, your 3rd and 4th example are definitely supported. If you get an error with those cases then that means there's a bug in our YAML parser. bf8083f adds...

Hey @avnerbarr, are you able to reproduce this consistently? If so, how? I'd like to try.

This is now possible on Mac OS since 47f0074. See the `follow_img_func` field in the config example in the README.

@zDonik1 I'm confused why your alias ends up as a timestamp and not a formatted date. Can you share your config? In particular I'm curious what you have set for...

> Configuring the ObsidianOpen to point to a path specified in the config would be optimal. Are you talking about the path to the `Obsidian.app` file?