Obsidian: Disable formatter
This commit is contained in:
parent
abc258d484
commit
cb4c440d8c
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ require("obsidian").setup {
|
|||
-- Set attachements new folder
|
||||
attachments = {
|
||||
img_folder = "Media"
|
||||
}
|
||||
},
|
||||
-- Disable auto formatter for files
|
||||
disable_frontmatter = true,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue