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