GNOME Bugzilla – Bug 626296
Create new note titles based on template note title
Last modified: 2012-10-08 01:32:27 UTC
All notes are created with names like New Note 123. It would be nice to have the title based on the template title. That way the user has more control over new note titles. They could rename each notebook template to have a different title for notebook notes. To keep titles unique, we can use the simple naming system similar to what we have today by appending the note count to the template title. For notebook notes, we could append the notebook note count instead.
The patch from https://bugzilla.gnome.org/show_bug.cgi?id=509147 makes this pretty easy.
resolved