Please look into neonote, the successor to surface-notes
A simple KivyMD app for taking short notes in a minimal, focused environment. Has basic save and read features.
** A quick save and custom save file saving system
** basic file read system
** basic notification widget for command confirmations [added in v1.2]
** basic clock
Made sure text updates only render on real frames, makes writing more stable, split modules and KV into seperate files: slightly faster boot and slightly lower RAM usage
fixed bug where the main text editor would cover up the notification pop-up, added ctrl+v pasting support, fixed the //help menu for new features
added a more robust notification system, a simple clock and a file scanner, to check for existing .txt files in the same folder (use "//clock" or "//scan")
added security features, to prevent arbitrary code execution for notifications, added a file-name checker to prevent illegal windows file names and a notification system to more cleanly show any errors or basic info, also made sure that //overwrite will only show the latest time-stamp
Added a customizable naming system, new clear function and pre-compiled binaries (.exe)
first release of the Surface-Notes app