MyNotes

First, sorry about the formatting... couldn't care less about how this page looks atm. :P
This is a simple command that allows you to save notes to a database.
How to:
  1. Start ubiquity.
  2. Type in "mynotes" to get the command and sub-command instructions.
    To add:
    1. "mynotes add this is the text that I want to add."
    To delete:
    1. "mynotes delete 1" will delete the note with an ID of 1. ID's are written in parenthesis at the beginning of the note.
      (1) this is my first note
    To Register:
    1. "mynotes-register {username} {password}"
      will automatically register you with mynotes. Because it is MySQL based and now open for testing and playing around... I wanted to include a user account structure and figured this was a good way to start.
      A popup will let you know if the registration process succeeded or if the username is in use.
      Note: You do not have to run mynotes-setup after running this command.
    To Configure another ubiquity install to access your MyNotes account:
    1. "mynotes-setup {username} {password}"
      will set up Ubiquity to use your account for MyNotes. You must have previously set up your account using mynotes-register for this to work.
To do:


View Source