Laptop #2

Closed
thomasave wants to merge 119 commits from laptop into master
1 changed files with 9 additions and 1 deletions
Showing only changes of commit 4f9f338f90 - Show all commits

View File

@ -4,7 +4,7 @@ local function handle_enter()
vim.cmd("ObsidianFollowLink") vim.cmd("ObsidianFollowLink")
else else
local line = vim.api.nvim_get_current_line() local line = vim.api.nvim_get_current_line()
if string.match(line, "^%s*- %[ %].*") then if string.match(line, "^%s*- %[[x ]%].*") then
util.toggle_checkbox() util.toggle_checkbox()
else else
vim.cmd("normal! viw:'<,'>ObsidianLink") vim.cmd("normal! viw:'<,'>ObsidianLink")
@ -23,6 +23,14 @@ return {
name = "Lumentis", name = "Lumentis",
path = "~/Workspace/DnD/Lumentis/", path = "~/Workspace/DnD/Lumentis/",
}, },
{
name = "Notes",
path = "~/Workspace/Notes/",
},
{
name = "PhD Notes",
path = "~/Workspace/University/PhD/Notes/",
},
}, },
disable_frontmatter = true, disable_frontmatter = true,
ui = { ui = {