2015-03-17 10:37:18 +00:00
|
|
|
## Guides
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2015-10-03 05:42:34 +00:00
|
|
|
* [Supported Platforms](tutorial/supported-platforms.md)
|
2015-09-04 20:50:26 +00:00
|
|
|
* [Application Distribution](tutorial/application-distribution.md)
|
|
|
|
* [Application Packaging](tutorial/application-packaging.md)
|
|
|
|
* [Using Native Node Modules](tutorial/using-native-node-modules.md)
|
|
|
|
* [Debugging Main Process](tutorial/debugging-main-process.md)
|
2014-09-12 16:14:24 +00:00
|
|
|
* [Using Selenium and WebDriver](tutorial/using-selenium-and-webdriver.md)
|
2015-09-04 20:50:26 +00:00
|
|
|
* [DevTools Extension](tutorial/devtools-extension.md)
|
|
|
|
* [Using Pepper Flash Plugin](tutorial/using-pepper-flash-plugin.md)
|
2015-03-17 10:37:18 +00:00
|
|
|
|
2015-03-19 03:25:53 +00:00
|
|
|
## Tutorials
|
2015-03-17 10:37:18 +00:00
|
|
|
|
2015-09-04 20:50:26 +00:00
|
|
|
* [Quick Start](tutorial/quick-start.md)
|
|
|
|
* [Desktop Environment Integration](tutorial/desktop-environment-integration.md)
|
|
|
|
* [Online/Offline Event Detection](tutorial/online-offline-events.md)
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2015-09-04 20:50:26 +00:00
|
|
|
## API References
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2014-05-05 06:49:05 +00:00
|
|
|
* [Synopsis](api/synopsis.md)
|
2015-09-04 20:50:26 +00:00
|
|
|
* [Process Object](api/process.md)
|
|
|
|
* [Supported Chrome Command Line Switches](api/chrome-command-line-switches.md)
|
2014-05-05 06:49:05 +00:00
|
|
|
|
2015-09-04 21:31:33 +00:00
|
|
|
### Custom DOM Elements:
|
2014-10-25 06:58:32 +00:00
|
|
|
|
2015-09-04 20:50:26 +00:00
|
|
|
* [`File` Object](api/file-object.md)
|
|
|
|
* [`<webview>` Tag](api/web-view-tag.md)
|
|
|
|
* [`window.open` Function](api/window-open.md)
|
2014-10-25 06:58:32 +00:00
|
|
|
|
2015-09-04 21:31:33 +00:00
|
|
|
### Modules for the Main Process:
|
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)
|
2015-03-26 15:20:31 +00:00
|
|
|
* [ipc (main process)](api/ipc-main-process.md)
|
2014-05-05 06:24:57 +00:00
|
|
|
* [menu](api/menu.md)
|
|
|
|
* [menu-item](api/menu-item.md)
|
|
|
|
* [power-monitor](api/power-monitor.md)
|
2015-07-01 05:36:27 +00:00
|
|
|
* [power-save-blocker](api/power-save-blocker.md)
|
2014-05-05 06:24:57 +00:00
|
|
|
* [protocol](api/protocol.md)
|
2015-08-20 13:25:22 +00:00
|
|
|
* [session](api/session.md)
|
2015-09-04 20:50:26 +00:00
|
|
|
* [web-contents](api/web-contents.md)
|
2014-06-02 03:47:22 +00:00
|
|
|
* [tray](api/tray.md)
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2015-09-04 21:31:33 +00:00
|
|
|
### Modules for the Renderer Process (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
|
|
|
|
2015-09-04 21:31:33 +00:00
|
|
|
### Modules for Both Processes:
|
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
|
|
|
|
|
2015-09-04 20:50:26 +00:00
|
|
|
* [Coding Style](development/coding-style.md)
|
|
|
|
* [Source Code Directory Structure](development/source-code-directory-structure.md)
|
|
|
|
* [Technical Differences to NW.js (formerly node-webkit)](development/atom-shell-vs-node-webkit.md)
|
|
|
|
* [Build System Overview](development/build-system-overview.md)
|
|
|
|
* [Build Instructions (Mac)](development/build-instructions-osx.md)
|
|
|
|
* [Build Instructions (Windows)](development/build-instructions-windows.md)
|
|
|
|
* [Build Instructions (Linux)](development/build-instructions-linux.md)
|
|
|
|
* [Setting Up Symbol Server in debugger](development/setting-up-symbol-server.md)
|