Skip to content

Progress Update June 6, 2023

Pre-release
Pre-release
Compare
Choose a tag to compare
@randomguy70 randomguy70 released this 06 Jan 23:18
· 18 commits to main since this release

Howdy! It's been a super long time since I've been able to get any serious work done on SmartNotes but here's my progress:

Implemented:

  • Complete rewrite for readability and efficiency
  • Split buffer for instant insertion/deletion
  • File creation
  • File naming up to 16 characters long
  • File deletion
  • File hiding / un-hiding
  • Working menu system (I haven't added all the menus I want yet though)
  • Display file text
  • Scrolling through a file's text

To do:

  • Add text insertion / deletion
  • Add lots of cool menus
  • Find some slick, modern sprites
  • Add settings
  • Add a palette editor (will be very easy to implement from the way I have set up my colors)
  • Alphabetically organize files (perhaps some veteran has ideas on the most efficient route to do this?)
  • Add custom fonts
  • Add word wrap option in settings (word wrap functionality is almost complete)
  • Add file encryption
  • Add login pin (pin will be used to decrypt files)
  • Anything you guys suggest in the thread!!!

*Note: my current build automatically generates a lot of testing files at runtime