|
阅读:4856回复:13
有没有什么网络笔记本那种的扩展啊?或者不要扩展也行
传说中的evernote是吗?什么麦库怎么样啊?google note?征求大家建议啊
|
|
|
1楼#
发布于:2010-12-02 19:27
|
|
|
|
2楼#
发布于:2010-12-02 19:27
唉。。。关注evernote的越来越多了,这应该是好事。
|
|
|
3楼#
发布于:2010-12-02 19:27
|
|
|
4楼#
发布于:2010-12-02 19:27
用wiz吧,应该是目前最好用的了。
|
|
|
5楼#
发布于:2010-12-02 19:27
zohonote 或者quickfoxnote
五毛党到此一游:五毛到手, 立马走人!!!!!!!! |
|
|
|
6楼#
发布于:2010-12-02 19:27
zohonote 或者quickfoxnote
五毛党到此一游:五毛到手, 立马走人!!!!!!!! |
|
|
|
7楼#
发布于:2010-12-02 19:27
zohonote 或者quickfoxnote
五毛党到此一游:五毛到手, 立马走人!!!!!!!! |
|
|
|
8楼#
发布于:2010-12-02 19:27
handynotes,这个扩展不错
|
|
|
9楼#
发布于:2010-12-02 19:27
我觉得gmail不错的。。我有一个备份账号,平时有什么要记的都是gtalk发送过去,过滤器帮我整理
|
|
|
10楼#
发布于:2010-12-02 19:27
QQ记事本,呵呵
善用佳软的笔记软件推荐,可以看看 |
|
|
|
11楼#
发布于:2010-12-02 19:27
Note In Google Reader小书签。
|
|
|
|
12楼#
发布于:2010-12-02 19:27
dindog:我用Google Notebook,不过好像已经不在维护了,可以用Google docs吧。我是用firegesture调用菜单的。G Note那个就是。整个贴出来看有没有需要的^_* 暂时不用手势呢,我就想有没有这种效果,打开浏览器首页显示一些备忘啊,笔记什么的服务?不知道有没有呢? |
|
|
13楼#
发布于:2010-12-02 19:27
我用Google Notebook,不过好像已经不在维护了,可以用Google docs吧。我是用firegesture调用菜单的。G Note那个就是。整个贴出来看有没有需要的^_*
FireGestures.generatePopup(event,
[
{ label: "隐藏元素", oncommand: "hide()" },
{ label: "自动填表", oncommand: "fillform();" },
{ label: "G Note", oncommand: "gnote();" },
{ label: "书签", oncommand:'Marker.list();' },
// { label: "Scrap", oncommand:"toggleSidebar('viewScrapBookSidebar');"},
]
);
/*Google 笔记本*/
gnote = function(){
openWebPanel("Google 笔记本", "http://www.google.com/notebook/ig");
}
/*隐藏元素*/
hide = function(){
document.getElementById("ehh-command-selectelement").doCommand();
}
/*自动填表*/
fillform = function(){
LP.fill_default_ffid()
} |
|
|
