Obsidian: Disable formatter

This commit is contained in:
pro100ton 2025-02-03 21:02:11 +03:00
parent abc258d484
commit cb4c440d8c

View file

@ -42,7 +42,9 @@ require("obsidian").setup {
-- Set attachements new folder
attachments = {
img_folder = "Media"
}
},
-- Disable auto formatter for files
disable_frontmatter = true,
}