2014-04-30 06:52:58 +00:00
|
|
|
## Tutorials
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2014-04-30 06:52:58 +00:00
|
|
|
* [Quick start](tutorial/quick-start.md)
|
2014-05-04 10:32:12 +00:00
|
|
|
* [Application distribution](tutorial/application-distribution.md)
|
2014-09-29 13:34:54 +00:00
|
|
|
* [Application packaging](tutorial/application-packaging.md)
|
2014-09-12 16:14:24 +00:00
|
|
|
* [Using native node modules](tutorial/using-native-node-modules.md)
|
2014-11-17 13:40:07 +00:00
|
|
|
* [Desktop environment integration](tutorial/desktop-environment-integration.md)
|
2014-08-20 02:01:43 +00:00
|
|
|
* [Debugging browser process](tutorial/debugging-browser-process.md)
|
2014-09-12 16:14:24 +00:00
|
|
|
* [Using Selenium and WebDriver](tutorial/using-selenium-and-webdriver.md)
|
2014-08-28 08:33:27 +00:00
|
|
|
* [DevTools extension](tutorial/devtools-extension.md)
|
2014-11-05 14:47:38 +00:00
|
|
|
* [Online/offline event detection](tutorial/online-offline-events.md)
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2014-05-05 06:24:57 +00:00
|
|
|
## API references
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2014-05-05 06:49:05 +00:00
|
|
|
* [Synopsis](api/synopsis.md)
|
2014-05-23 14:56:56 +00:00
|
|
|
* [Process object](api/process.md)
|
2014-08-15 05:06:52 +00:00
|
|
|
* [Supported Chrome command line switches](api/chrome-command-line-switches.md)
|
2014-05-05 06:49:05 +00:00
|
|
|
|
2014-10-25 06:58:32 +00:00
|
|
|
Custom DOM elements:
|
|
|
|
|
2014-10-27 21:43:29 +00:00
|
|
|
* [`File` object](api/file-object.md)
|
|
|
|
* [`<webview>` tag](api/web-view-tag.md)
|
2015-03-04 16:47:04 +00:00
|
|
|
* [`window.open` function](api/window-open.md)
|
2014-10-25 06:58:32 +00:00
|
|
|
|
2014-05-05 06:49:05 +00:00
|
|
|
Modules for browser side:
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2014-05-05 06:24:57 +00:00
|
|
|
* [app](api/app.md)
|
|
|
|
* [auto-updater](api/auto-updater.md)
|
|
|
|
* [browser-window](api/browser-window.md)
|
2014-07-31 07:40:40 +00:00
|
|
|
* [content-tracing](api/content-tracing.md)
|
2014-05-05 06:24:57 +00:00
|
|
|
* [dialog](api/dialog.md)
|
2014-08-04 16:05:26 +00:00
|
|
|
* [global-shortcut](api/global-shortcut.md)
|
2014-05-05 06:24:57 +00:00
|
|
|
* [ipc (browser)](api/ipc-browser.md)
|
|
|
|
* [menu](api/menu.md)
|
|
|
|
* [menu-item](api/menu-item.md)
|
|
|
|
* [power-monitor](api/power-monitor.md)
|
|
|
|
* [protocol](api/protocol.md)
|
2014-06-02 03:47:22 +00:00
|
|
|
* [tray](api/tray.md)
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2014-05-05 06:49:05 +00:00
|
|
|
Modules for web page:
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2014-05-05 06:24:57 +00:00
|
|
|
* [ipc (renderer)](api/ipc-renderer.md)
|
|
|
|
* [remote](api/remote.md)
|
2014-10-24 10:24:12 +00:00
|
|
|
* [web-frame](api/web-frame.md)
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2014-05-05 06:49:05 +00:00
|
|
|
Modules for both sides:
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2014-05-05 06:24:57 +00:00
|
|
|
* [clipboard](api/clipboard.md)
|
|
|
|
* [crash-reporter](api/crash-reporter.md)
|
2015-02-12 05:52:28 +00:00
|
|
|
* [native-image](api/native-image.md)
|
2014-05-05 06:24:57 +00:00
|
|
|
* [screen](api/screen.md)
|
|
|
|
* [shell](api/shell.md)
|
2014-05-05 06:49:05 +00:00
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
* [Coding style](development/coding-style.md)
|
|
|
|
* [Source code directory structure](development/source-code-directory-structure.md)
|
2015-03-11 20:24:59 +00:00
|
|
|
* [Technical differences to NW.js](development/atom-shell-vs-nwjs.md)
|
2014-05-05 06:49:05 +00:00
|
|
|
* [Build instructions (Mac)](development/build-instructions-mac.md)
|
|
|
|
* [Build instructions (Windows)](development/build-instructions-windows.md)
|
|
|
|
* [Build instructions (Linux)](development/build-instructions-linux.md)
|
2014-11-10 08:09:13 +00:00
|
|
|
* [Setting up symbol server in debugger](development/setting-up-symbol-server.md)
|