Vimwiki enhancements

This commit is contained in:
Noah Masur
2021-04-20 17:24:35 -04:00
parent fc3465d30d
commit 449d4ec673
5 changed files with 144 additions and 8 deletions

View File

@ -53,7 +53,7 @@ function abbrs --description 'All abbreviations'
abbr -a vh 'vim -c "Hist"'
# Notes
abbr -a qn 'quicknote "'
abbr -a qn 'quicknote'
abbr -a sn 'syncnotes'
# Improved CLI Tools

View File

@ -1,4 +1,4 @@
function note-header
set -g CURRENT_WEATHER (curl -s "https://wttr.in/?format=1")
set -g JOURNAL_HEADER "[Yesterday]($YESTERDAY_NOTE.md) | [Home](home.md) | [Tomorrow]($TOMORROW_NOTE.md)\n\n$LONG_DATE\n$CURRENT_WEATHER\n#journal\n\n---\n\n# Today's Goals\n\n\n# Journal\n\n"
set -g JOURNAL_HEADER "[Yesterday]($YESTERDAY_NOTE.md) | [Home](home.md) | [Tomorrow]($TOMORROW_NOTE.md)\n\n$LONG_DATE\n$CURRENT_WEATHER\n#journal\n\n---\n\n\n# Journal\n\n"
end