Not a lot of updates lately, been busy and will probably be busy this summer too.
The latest things are:
-Sort By selection menu was added to options, which allows you to pick what you want to sort the notes by on the main menu.
-I’ve added all the needed metadata including alphabetical sort, date created and date modified, and size of the note.
-I changed it so that the title of each note is already computed and saved when you save your note, instead of computing the title from the string while rendering the main menu.
Sorting is not actually implemented yet, I still have to update the main menu rendering code.
I have also got a password protection program figured out for the notes, using symmetrical encryption. I have yet to implement it. The only real downside I can see is that it ciphers each character of the note one by one, randomly of course, but the time to do that is O(n).
Anyway, hope you guys like the updates, I’ll get back to all this when I have time.
The latest things are:
-Sort By selection menu was added to options, which allows you to pick what you want to sort the notes by on the main menu.
-I’ve added all the needed metadata including alphabetical sort, date created and date modified, and size of the note.
-I changed it so that the title of each note is already computed and saved when you save your note, instead of computing the title from the string while rendering the main menu.
Sorting is not actually implemented yet, I still have to update the main menu rendering code.
I have also got a password protection program figured out for the notes, using symmetrical encryption. I have yet to implement it. The only real downside I can see is that it ciphers each character of the note one by one, randomly of course, but the time to do that is O(n).
Anyway, hope you guys like the updates, I’ll get back to all this when I have time.