MicroPad / MicroPad-Core

µPad (MicroPad) is an open digital note taking app
https://getmicropad.com
Mozilla Public License 2.0
235 stars 22 forks source link

Make the Help note readonly #357

Closed NickGeek closed 3 years ago

NickGeek commented 3 years ago

Is your feature request related to a problem? Please describe. See https://github.com/MicroPad/MicroPad-Electron/issues/1

Describe the solution you'd like The Help notebook will now be read-only. Adding a note, section, etc, or attempting to edit a note will cause an info box to tell you that it can't be edited and the edit action will be cancelled.

Additionally, the Help notebook will no longer be opened on launch. I think that was a UX mistake, especially now that we have the quick-notebook creation thing.

Finally, any existing open Help notebooks will be renamed to Help (Backup {timestamp}) if they exist and have a lastModified date < TBD. Additionally, a section called This notebook was moved will be added with a note explaining what has happened (assuming a section with that identical title doesn't already exist in the notebook).

NickGeek commented 3 years ago

Done in MicroPad 3.30 (#358)