function mdless() {
pandoc -s -f markdown -t man $1 | groff -T utf8 -man | less
}
umedit() { mkdir -p ~/.notes; vim ~/.notes/$1; }
um() { mdless ~/.notes/"$1"; }
umls() { ls ~/.notes }
This way I can write the notes in markdown and view them as such in `less`.
All you need to do now, is sign off the code and adjust the agent so it would do these as you would.