I want to automatically number my note titles in order to better organize and sort my notes. For instance, I’d like my note titles to look like this:
How Beautiful Life Is
Sunset Boulevard
I’ve tried using the OnAdd action and the $Name attribute, but I didn’t get the desired result. Each time I add a new note, its name is set as “1. untitled”, instead of the combination of a number and the title I expect.
I don’t want to change anything if there is no need to but if the name of the note changes I would like to reflect this change too. So there is a new attribute $OriginalName to preserve the name without the numbering…