This is minimalistic tool to keep notes from any device with a browser.
Adding a note: http:/yourhost/n/tag<your note with whatever you want
Ideally your browser will url encode your note so it's very convenient.
http:/yourhost/n/tag> This will list all the notes in that tag.
This is minimalistic tool to keep notes from any device with a browser.
Adding a note: http:/yourhost/n/tag<your note with whatever you want
Ideally your browser will url encode your note so it's very convenient.
http:/yourhost/n/tag> This will list all the notes in that tag.
$username => your name $strict => 1: only listed tags, 0:any tag can be created $tags = array( tags ) => tags used for strict mode and listing, remember that this only lists links to whatever is in the $tags array whether strict is on or not.
Reading notes:
http://localhost/remotepad/n/notes>
Adding a note:
More features will be added but i'll try to keep this minimal.
I would love to see other minimalistic contributions to this.