From 87b28b61138dd4f6e61c0fe1882ca4f2e294ba1e Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Tue, 9 Sep 2025 12:45:48 -0400 Subject: [PATCH] vault backup: 2025-09-09 12:45:48 --- .obsidian/plugins/colored-tags/data.json | 3 ++- .sessions/Journal.vim | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.obsidian/plugins/colored-tags/data.json b/.obsidian/plugins/colored-tags/data.json index 06fb87ef..972912e3 100755 --- a/.obsidian/plugins/colored-tags/data.json +++ b/.obsidian/plugins/colored-tags/data.json @@ -324,7 +324,8 @@ "admin": 312, "hub": 313, "daily": 314, - "weekly": 315 + "weekly": 315, + "journal": 316 }, "_version": 3 } \ No newline at end of file diff --git a/.sessions/Journal.vim b/.sessions/Journal.vim index f0cf63ab..b9b934dc 100644 --- a/.sessions/Journal.vim +++ b/.sessions/Journal.vim @@ -14,7 +14,7 @@ else set shortmess=aoO endif badd +1 ~/Documents/Dane\'s\ Vault/Journal/2025_07_30.md -badd +22 ~/Documents/Dane\'s\ Vault/Writing/Journal//JRNL-20250904-135850.md +badd +9 ~/Documents/Dane\'s\ Vault/Writing/Journal//JRNL-20250904-135850.md argglobal %argdel edit ~/Documents/Dane\'s\ Vault/Writing/Journal//JRNL-20250904-135850.md @@ -30,12 +30,12 @@ setlocal foldnestmax=20 setlocal foldenable silent! normal! zE let &fdl = &fdl -let s:l = 22 - ((12 * winheight(0) + 30) / 60) +let s:l = 9 - ((1 * winheight(0) + 30) / 60) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt -keepjumps 22 -normal! 010| +keepjumps 9 +normal! 0 tabnext 1 if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' silent exe 'bwipe ' . s:wipebuf