Skip to content

NoseferatuWKF/dijon.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dijon.nvim

Dijon

Just like dijon mustard some people might like it, some people don't. This plugin adds a simple addition to neovim to integrate with obsidian notes.

Motivation

Moving between Obsidian and Neovim to create/update daily notes and to copy from Neovim buffer and then paste into Obsidian is a pain.

What it does

What it does not do

  • preview Markdown files
  • full blown integration

Setup

example here is using lazy

    {
        "NoseferatuWKF/dijon.nvim",
        {
            opts = {
                -- vault is the only requirement to setup
                vault = "/path/to/vault",
                -- defaults
                -- if format is different than what obsidian default gives you
                -- you need to set it up here with a lua compatible format
                -- format = os.date("%F, d"),
                -- title = " Obsidian Notes "
                -- key_map = "<leader>on",
                -- width = math.ceil(vim.o.columns / 2),
                -- height = math.ceil((vim.o.lines - vim.o.cmdheight) / 2),
                -- border = "rounded",
            }
        }
    }
    

About

neovim and obsidian notes integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages