You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set disable_frontmatter to true, and frontmatter is still being written to the file on write. Config is copy pasted from here, with the only changes being that and enabling advanced uri. I've spot tested this with a few files, and it seems to happen consistently if I edit any file in my vault.
Config
{
"epwalsh/obsidian.nvim",
version = "*", -- recommended, use latest release instead of latest commit
lazy = true,
disable_frontmatter = true,
use_advanced_uri = true,
ft = "markdown",
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
-- event = {
-- -- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'.
-- -- E.g. "BufReadPre " .. vim.fn.expand "~" .. "/my-vault/*.md"
-- -- refer to `:h file-pattern` for more examples
-- "BufReadPre path/to/my-vault/*.md",
-- "BufNewFile path/to/my-vault/*.md",
-- },
dependencies = {
-- Required.
"nvim-lua/plenary.nvim",
-- see below for full list of optional dependencies 👇
},
opts = {
workspaces = {
{
name = "vault",
path = "~/vault",
},
},
-- see below for full list of options 👇
},
},
Environment
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.5/share/nvim"
🐛 Describe the bug
I have set disable_frontmatter to true, and frontmatter is still being written to the file on write. Config is copy pasted from here, with the only changes being that and enabling advanced uri. I've spot tested this with a few files, and it seems to happen consistently if I edit any file in my vault.
Config
Environment
The text was updated successfully, but these errors were encountered: