a command for google notebook
I think that it will be a helpful command using this new service from google.
The command should write on a default notebook on a way like this:
notebook this
or
notebook something that i want to write
The command should write on a default notebook on a way like this:
notebook this
or
notebook something that i want to write
12
people like this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
-
Inappropriate?well,i think i'll be able to do something about this on this weekend. if i do, i'll post on the ubi's maillist.
-
how can i subscribe to the mailist? -
Inappropriate?i ́m trying to do.
But i got an error..
"document is not defined"
here is the code:
CmdUtils.CreateCommand({
name: "add-to-note",
description: "Add current page in Google Notebook",
help: "Add current page in Google Notebook (does same thing as their bookmarklet)",
execute:function(){
var g=window.open('about:blank','gnotesWin','location=0,menubar=0,scrollbars=0,status=0,toolbar=0,width=300,height=300,resizable');
var s=document.createElement('script');
s.setAttribute('src','http://www.google.com/notebook/bookmarkletPoster?zx='+(new Date()).valueOf());document.body.appendChild(s);window.setTimeout(function(){window.blur();g.focus();}, 100)}
})
sugestions??
I’m happy
-
trying it i see a blank new window but nothing happens -
Inappropriate?I posted in the wrong place..
I solved this problem..
But i ́m still working on improvements.. -
Inappropriate?Yes, i fixed this, but still have some problems..
Loading Profile...





