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 configured obsidian at first with default config and it worked well, then i tried modifying my obsidian.lua to add templates and then it stopped working, i tried using the default config again and obsidian.nvim installed, but now when i go :Lazy, the obsidian.nvim is "Not Loaded".
This is the config im using (default):
return {
"epwalsh/obsidian.nvim",
version = "*",
lazy = true,
ft = "markdown",
dependencies = {
"nvim-lua/plenary.nvim",
},
opts = {
workspaces = {
{
name = "personal",
path = "/vaults/personal",
},
{
name = "work",
path = "/vaults/work",
},
},
},
}
PD: i have the workspaces vaults created.
If you could tell me how to add templates properly tell me too because i tried
templates = {
folder = "~/Templates",
date_format = "%Y-%m-%d-%a",
time_format = "%H:%M",
},
inside opts and it didnt worked
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I configured obsidian at first with default config and it worked well, then i tried modifying my obsidian.lua to add templates and then it stopped working, i tried using the default config again and obsidian.nvim installed, but now when i go :Lazy, the obsidian.nvim is "Not Loaded".
This is the config im using (default):
return {
"epwalsh/obsidian.nvim",
version = "*",
lazy = true,
ft = "markdown",
dependencies = {
"nvim-lua/plenary.nvim",
},
opts = {
workspaces = {
{
name = "personal",
path = "
/vaults/personal",/vaults/work",},
{
name = "work",
path = "
},
},
},
}
PD: i have the workspaces vaults created.
If you could tell me how to add templates properly tell me too because i tried
templates = {
folder = "~/Templates",
date_format = "%Y-%m-%d-%a",
time_format = "%H:%M",
},
inside opts and it didnt worked
Beta Was this translation helpful? Give feedback.
All reactions