/obsidianopener.nvim

Small Utility For Interfacing With Obsidian From Neovim

Primary LanguageLuaMIT LicenseMIT

obsidian opener

Simple neovim plugin to open files in obsidian

demo.mp4

In order to have the plugin function properly you have to use the setup() function

Installation

You can use whatever package manager you like, but personally I use lazy:

    'Love-Pengy/obsidianOpener.nvim'  

Setup

Very simple you just need to call the setup function with the name of the vault that you would like to use

    require('obsidianOpener').setup("MyObsidianVault")