♻️ refactor(nvim): obsidian config

This commit is contained in:
Sergio Laín 2025-01-07 23:58:57 +01:00
parent aeaf5a8665
commit 0bf78165d1
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -31,23 +31,19 @@ return {
},
opts = {
workspaces = {
{
name = "personal",
path = "~/documents/obsidian-vaults/personal/",
},
{
name = "personal-brain",
path = "~/documents/obsidian-vaults/personal-brain/",
path = "~/documents/obsidian/personal-brain/",
},
},
notes_subdir = "Notes",
notes_subdir = "01 - Bandeja Entrada",
daily_notes = {
folder = "Journal/Entries/Daily",
folder = "03 - Diario/Diariamente",
date_format = "%Y-%m-%d",
alias_format = "%B %-d, %Y",
template = "_data_/templates/journal/daily_entry.md",
template = "00 - Data/Plantillas/Diariamente.md",
},
mappings = {
@ -72,7 +68,7 @@ return {
},
templates = {
subdir = "_data_/templates",
subdir = "00 - Data/Plantillas",
date_format = "%Y-%m-%d-%a",
time_format = "%H:%M",
},
@ -82,7 +78,7 @@ return {
end,
attachments = {
img_folder = "_data_/media",
img_folder = "00 - Data/Documentos",
},
},
},