3 Commits

Author SHA1 Message Date
Shaun Setlock
56b5009ebf Create fish function for flameshot gui on wayland. 2025-07-10 15:23:03 -04:00
Shaun Setlock
ba690c7a71 Adjust Obsidian nvim plugin config. 2025-07-10 15:18:37 -04:00
Shaun Setlock
5446c90359 Set cwd Obsidian related fish functions. 2025-07-10 15:17:29 -04:00
6 changed files with 10 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
# Defined in - @ line 1
function flame --wraps='bash -c -- "QT_QPA_PLATFORM=wayland flameshot gui"' --description 'alias flame=bash -c -- "QT_QPA_PLATFORM=wayland flameshot gui"'
bash -c -- "QT_QPA_PLATFORM=wayland flameshot gui"
end

View File

@@ -1,5 +1,5 @@
# Defined in - @ line 1 # Defined in - @ line 1
function od --wraps='nvim +ObsidianToday' --description 'alias od=nvim +ObsidianToday' function od --wraps='nvim +ObsidianToday' --description 'alias od=nvim +ObsidianToday'
nvim +ObsidianToday cd ~/Obsidian && nvim +ObsidianToday
end end

View File

@@ -1,5 +1,5 @@
# Defined in - @ line 1 # Defined in - @ line 1
function oo --wraps='nvim ~/Obsidian' --description 'alias oo=nvim ~/Obsidian' function oo --wraps='nvim ~/Obsidian' --description 'alias oo=nvim ~/Obsidian'
nvim ~/Obsidian cd ~/Obsidian && nvim
end end

View File

@@ -1,5 +1,5 @@
# Defined in - @ line 1 # Defined in - @ line 1
function ot --wraps='nvim +ObsidianTomorrow' --description 'alias ot=nvim +ObsidianTomorrow' function ot --wraps='nvim +ObsidianTomorrow' --description 'alias ot=nvim +ObsidianTomorrow'
nvim +ObsidianTomorrow cd ~/Obsidian && nvim +ObsidianTomorrow
end end

View File

@@ -1,5 +1,5 @@
# Defined in - @ line 1 # Defined in - @ line 1
function oy --wraps='nvim +ObsidianYesterday' --description 'alias oy=nvim +ObsidianYesterday' function oy --wraps='nvim +ObsidianYesterday' --description 'alias oy=nvim +ObsidianYesterday'
nvim +ObsidianYesterday cd ~/Obsidian && nvim +ObsidianYesterday
end end

View File

@@ -2,7 +2,7 @@ return {
"epwalsh/obsidian.nvim", "epwalsh/obsidian.nvim",
version = "*", -- recommended, use latest release instead of latest commit version = "*", -- recommended, use latest release instead of latest commit
-- Disable lazy so that I can open daily notes from any directory and from outside of nvim. -- Disable lazy so that I can open daily notes from any directory and from outside of nvim.
-- lazy = true, lazy = false,
-- Below will load the plugin only for markdown files. -- Below will load the plugin only for markdown files.
-- ft = "markdown", -- ft = "markdown",
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault: -- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
@@ -44,7 +44,7 @@ return {
-- Optional, default tags to add to each new daily note created. -- Optional, default tags to add to each new daily note created.
default_tags = { "daily-notes" }, default_tags = { "daily-notes" },
-- Optional, if you want to automatically insert a template from your template directory like 'daily.md' -- Optional, if you want to automatically insert a template from your template directory like 'daily.md'
template = "98. Templates/Daily Note", template = "98. Templates/Daily Note.md",
}, },
templates = { templates = {