Could just script something real fast to open the standard notepad

something like this?
Code:
menu nicklist {
Notes : notes $1
}
alias notes {
var %dir notes
var %file $+(%dir,\,$1,.txt)
if (!$isdir(%dir)) mkdir %dir
if (!$isfile(%file)) write -c %file
run %file 
}


If you've never used scripts before, open the remote editor by pressing ALT + R and then paste that code into there. Then right click someone's name and press Notes.