Skip to content

AdamLotfalla/Notelet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notelet - the nonlinear notetaking app

Notelet is a notetaking app built upon stickynotes. it is my first experience in windows app development using wxWidgets in C++.

The app currently offers only stickynotes with all of their functionalities but I aim to add other features like annotation and images

Test the app

Watch a demo video here , or download the program for this drive

Notelet.Tutorial.mp4

Basic controls

  • On the left panel, you have the color pane on the top. You can choose what color to change: foreground or background, and then choose the color for that choice. The color chosen will appear beside its corresponding radiobox.
  • On the left panel, you have the add note options on the bottom. First enter your note text in the text box, choose your formatting: bold, italic, or Underlined, then click add, Ctrl + N, or go to Add >> New note menu to create new.
  • If you want to modify the note, click on the desired note, select your modificaitons, enter the new text, and then click update.
  • You can drag any note on the work area
  • To put a note on the top, first select the note and then click Home key on the keyboard
  • To put a note on the bottom, first select the note and then click End key on the keyboard
  • To delete a note, select the desired note, and press Delete key on the keyboard
  • On the right panel, you can add tasks to your To-Do list
  • Enter the description of your task in the text box above, click add or press Enter key to add the task
  • On the bottom you have controls
  • To rearrange tasks, select the desired task to move and click either arrow on the bottm right
  • To delete the selected task, click "Delete task"
  • To clear the To-Do list, click on the "Clear" button, a dialog box will appear to confirm your command. Click "Yes" to delete all, or "No"/"Cancel" to go back
  • To Save your work, go to File >> Save As
  • To open an old workspace, go to File >> Open and select your .XML file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published