obsidian plugin, mygvm enhancements

This commit is contained in:
Jacob Bohanon
2024-04-05 07:41:23 -04:00
parent 7367c425fb
commit b6689da485
9 changed files with 96 additions and 26 deletions

View File

@@ -0,0 +1,14 @@
require("obsidian").setup({
workspaces = {
{
name = "work",
path = "$HOME/Documents/obsidian/work"
},
},
daily_notes = {
folder = "daily",
date_format = "%Y-%m-%d",
template = "daily/daily-template.md",
},
new_notes_location = "notes_subdir",
})