[v1.10]
* added logo to main page
* added "locked" status visible in browser
[v1.09]
* added preview in compressed files before download
* added lock option (key icon) to status bar
* added new functions to cmdshell:
- locks note "foo" setting password to "bar"
/func/cmd/lock/foo/password/bar
- unlocks note "foo" using password "bar":
/func/cmd/unlock/foo/password/bar
- dumps "foo" source code:
/func/cmd/source/foo (inside notes
source(note))
[v1.08]
* added function:
counter() (display current note visits)
same result as:
incVar(foo)
then:
getVar(foo)
* added some operations with vars
-
incVar(foo) : increments "foo" value
-
incVar(note/var/foo) : increments "foo" value
of "note"
* added variables to notes:
-
getVar(foo) : prints "foo" value
-
getVar(note/var/foo) : prints "foo" value of "note"
-
setVar(foo/value/bar) : set "foo" = "bar"
-
setVar(note/var/foo/value/bar) : set "note" "foo" = "bar"
[v1.07]
* added search function to notes and cmdshell
* added upload function to notes
[v1.06]
* skin changed
* added new functions to cmdshell:
- /func/cmd/cp <note> <dest> - Copy notes
- /func/cmd/mv <note> <dest> - Move/rename notes
- /func/cmd/rm <note> - Delete note
* remapped some internal functions
* some bugs fixed in cmdshell
[v1.05]
* more than one function can be called at time
* pseudo shell in urls:
- /func/cmd/cat <note> - Display note contents
- /func/cmd/cd [<dir>] - Change to dir
- /func/cmd/download <url> - Download Url
- /func/cmd/get <note> - Download note to disk
- /func/cmd/ls [<dir>] - Show notes in dir
- /func/cmd/vi <note> - Edit note contents
[v1.04]
* added a nice background :p
* added some fancy icons to status bar
* added "comments" function
[v1.03]
* added "
get(note)" function for downloading notes
* added "
upload()" capability in "browser"
* main options are now mapped to "/lib" directory
* added some human checks before deleting notes
* added "
embed(note)" function (like view without boxes)
* added "renaming/moving" notes
* added permissions to notes:
- unlocked state ("true" by default)
* some bugs fixed
[v1.02]
* added internal functions
[v1.01]
* lot of bugs fixed
* .txt & .js files are viewed in plain format
[v1.00]
* initial release