References:
- My Neovim Wishlist
- Slightly relevant quotes about computer security and privacy
- Look at gh/mischavandenburg/dotfiles/scripts for inspiration since he is one of my role models
Wishlist
- hook (probably in neovim as an autocommand) to automatically add the
description
field of the YAML frontmatter in a .md file at the beginning of the page to improve searchability on my static site generator.- Note: Maybe I can configure quartz search directly to include YAML frontmatter.
- script to create a timeline of documents based on
date_created
in the frontmatter of each file - Neovim hook (probably autocommand) to add
diso
to thedate
frontmatter field whenever I save. - Neovim hook (probably an autocommand) to keep track of a counter of “significant changes” upon saves based on size of diff made
- script to automatically pull out all quotes from a knowledge base and put them into a document. Maybe AI integration or API for service to manage and track personal quotes.