electron/docs/README.md

98 lines
3.8 KiB
Markdown
Raw Normal View History

Please make sure that you use the documents that match your Electron version.
2015-11-21 02:22:16 +00:00
The version number should be a part of the page URL. If it's not, you are
probably using the documentation of a development branch which may contain API
changes that are not compatible with your Electron version. If that's the case,
you can switch to a different version of the documentation at the
[available versions](http://electron.atom.io/docs/) list on atom.io, or if
you're using the GitHub interface, open the "Switch branches/tags" dropdown and
select the tag that matches your version.
2016-01-05 11:52:57 +00:00
## FAQ
There are questions that are asked quite often, check this out before creating
an issue:
* [Electron FAQ](faq.md)
2016-01-05 11:52:57 +00:00
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)
* [Security](tutorial/security.md)
* [Electron Versioning](tutorial/electron-versioning.md)
2015-09-04 20:50:26 +00:00
* [Application Distribution](tutorial/application-distribution.md)
2015-10-16 09:15:23 +00:00
* [Mac App Store Submission Guide](tutorial/mac-app-store-submission-guide.md)
* [Windows Store Guide](tutorial/windows-store-guide.md)
2015-09-04 20:50:26 +00:00
* [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-12-30 08:10:00 +00:00
* [Using Widevine CDM Plugin](tutorial/using-widevine-cdm-plugin.md)
2016-02-24 20:19:43 +00:00
* [Testing on Headless CI Systems (Travis, Jenkins)](tutorial/testing-on-headless-ci.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)
2015-11-26 12:37:48 +00:00
* [Environment Variables](api/environment-variables.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
* [app](api/app.md)
* [autoUpdater](api/auto-updater.md)
* [BrowserWindow](api/browser-window.md)
* [contentTracing](api/content-tracing.md)
* [dialog](api/dialog.md)
* [globalShortcut](api/global-shortcut.md)
* [ipcMain](api/ipc-main.md)
* [Menu](api/menu.md)
* [MenuItem](api/menu-item.md)
* [powerMonitor](api/power-monitor.md)
* [powerSaveBlocker](api/power-save-blocker.md)
* [protocol](api/protocol.md)
2015-08-20 13:25:22 +00:00
* [session](api/session.md)
2016-04-25 06:36:38 +00:00
* [systemPreferences](api/system-preferences.md)
* [Tray](api/tray.md)
* [webContents](api/web-contents.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
* [desktopCapturer](api/desktop-capturer.md)
* [ipcRenderer](api/ipc-renderer.md)
* [remote](api/remote.md)
* [webFrame](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
* [clipboard](api/clipboard.md)
* [crashReporter](api/crash-reporter.md)
* [nativeImage](api/native-image.md)
* [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)
2016-06-18 13:26:26 +00:00
* [Build Instructions (macOS)](development/build-instructions-osx.md)
2015-09-04 20:50:26 +00:00
* [Build Instructions (Windows)](development/build-instructions-windows.md)
* [Build Instructions (Linux)](development/build-instructions-linux.md)
* [Debug Instructions (Windows)](development/debug-instructions-windows.md)
2015-09-04 20:50:26 +00:00
* [Setting Up Symbol Server in debugger](development/setting-up-symbol-server.md)