This class is identical in structure to the old Notepad class from the original parser.
This represents the notepad as a tree. If you're looking for a flatter structure you can use FlatNotepad.
Something to remember is that all operations on this class like addSection, will return a new
object of this class, and not modify the existing one.
This updates the lastModified date on the notepad. This date is used for syncing so it's important
to call this method whenever a change is made that will need to be synced.
This class is identical in structure to the old Notepad class from the original parser. This represents the notepad as a tree. If you're looking for a flatter structure you can use FlatNotepad.
Something to remember is that all operations on this class like addSection, will return a new object of this class, and not modify the existing one.