Hello. Currently you could create your own notes by using our server language.
For Example:
@func setNote note
@set {{ 'perm.' + config.slug + 'notes'}} {{local.note}}
@endfunc
@func showNote
@dialogStart {{get("perm",config.slug+"_notes", " ")}} "Notes"
@dialogInputString "Edit Note" editNote default({{get("perm",config.slug+"_notes", " ")}})
@dialogButton "OK" "@call setNote {{form.editNote}}"
@dialogShow
@endfunc
@call showNote
save this as a quick Command or as a Wizard. This script will open up a dialog with a single Input field and your note, which will permanently get stored when you close the dialog.