v0.0.1 : Fixed to trace http://joejoeyourmoney.pixnet.net/blog Comment field to get useful information and record into Evernote Notebook.
An node-webkit application to monitor web page changes and record to Evernote https://github.com/rogerwang/node-webkit/wiki/How-to-run-apps
According to the introduction of node-webkit. It support multi-platform OS (Windows. Linux. MAC OS).
Introduction
node-webkit is an app runtime based on Chromium and node.js. You can write native apps in HTML and Javascript with node-webkit. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies.
Features
Apps written in modern HTML5, CSS3, JS and WebGL. Complete support for Node.js APIs and all its third party modules. Good performance: Node and WebKit runs in the same thread: Function calls are made straightforward; objects are in the same heap and can just reference each other; Easy to package and distribute apps. Available on Linux, Mac OSX and Windows
Quick Start
-
Make sure your target platform installed "Chrome Browser" https://www.google.com/intl/zh-TW/chrome/
-
Get Node-webkit from https://github.com/rogerwang/node-webkit according to your platform OS.
-
Copy all the files into PageMonitorEvernote folder.
-
Platform
Windows
On Windows, the easiest way to run the app is to drag the folder onto nw.exe, or a shortcut to nw.exe. Remember to drag the folder containing package.json, and not package.json itself.
Linux
On Linux, you can use one of these command lines:
nw /home/path/to/appdir/
nw /home/path/to/packagedapp.nw
-
If you don't have evernote ID. In the login screen, just click "cancel" button to skip this login session.
-
Clicked "Like" button to start page monitoring.
Enjoy it!!!
Any problem or issue report, e-mail me.
E-mail: dolamo0415@gmail.com