2016-01-11 17:58:50 +00:00
|
|
|
使用している Electron のバージョンに応じたドキュメントを使うように確認してください。
|
|
|
|
ドキュメントのバージョン番号はページの URL の一部になっています。
|
|
|
|
そうでない場合、おそらくご使用の Electron のバージョンと互換性のない API 変更を含んだ development ブランチのドキュメントを使っているものと思われます。
|
|
|
|
その場合、atom.io の [available versions](http://electron.atom.io/docs/) リストにある別のバージョンのドキュメントに切り替えることができます。また GitHub で閲覧している場合、"Switch branches/tags" ドロップダウンを開いて、バージョンに対応したタグを選ぶこともできます。
|
|
|
|
|
2016-02-28 11:42:14 +00:00
|
|
|
_リンクになっていないリストは未翻訳のものです。_
|
2016-01-11 04:19:14 +00:00
|
|
|
## FAQ
|
|
|
|
|
|
|
|
頻繁に聞かれる質問がありますので、issueを作成する前にこれをチェックしてください。
|
|
|
|
|
|
|
|
* [Electron FAQ](faq/electron-faq.md)
|
|
|
|
|
|
|
|
## ガイド
|
|
|
|
|
|
|
|
* [サポートするプラットフォーム](tutorial/supported-platforms.md)
|
2016-05-14 17:02:51 +00:00
|
|
|
* [セキュリティ](tutorial/security.md)
|
2016-05-18 13:30:11 +00:00
|
|
|
* [Electronのバージョン管理](tutorial/electron-versioning.md)
|
2016-01-11 04:19:14 +00:00
|
|
|
* [アプリケーションの配布](tutorial/application-distribution.md)
|
|
|
|
* [Mac App Store 提出ガイド](tutorial/mac-app-store-submission-guide.md)
|
2016-05-15 06:42:35 +00:00
|
|
|
* Windows Store Guide (tutorial/windows-store-guide.md)
|
2016-01-11 04:19:14 +00:00
|
|
|
* [アプリケーションのパッケージ化](tutorial/application-packaging.md)
|
|
|
|
* [ネイティブのNodeモジュールを使用する](tutorial/using-native-node-modules.md)
|
|
|
|
* [メインプロセスのデバッグ](tutorial/debugging-main-process.md)
|
|
|
|
* [Selenium と WebDriverを使用する](tutorial/using-selenium-and-webdriver.md)
|
|
|
|
* [DevTools エクステンション](tutorial/devtools-extension.md)
|
|
|
|
* [Pepper Flashプラグインを使用する](tutorial/using-pepper-flash-plugin.md)
|
|
|
|
* [Widevine CDMプラグインを使用する](tutorial/using-widevine-cdm-plugin.md)
|
2016-07-31 08:05:13 +00:00
|
|
|
* [継続的インテグレーションシステムによるテスト(Travis, Jenkins)](tutorial/testing-on-headless-ci.md)
|
2016-05-15 06:42:35 +00:00
|
|
|
|
2016-01-11 04:19:14 +00:00
|
|
|
|
2015-11-19 13:54:01 +00:00
|
|
|
# チュートリアル
|
|
|
|
|
|
|
|
* [クイックスタート](tutorial/quick-start.md)
|
2016-01-11 04:19:14 +00:00
|
|
|
* [デスクトップ環境の統合](tutorial/desktop-environment-integration.md)
|
|
|
|
* [オンライン/オフライン イベントの検知](tutorial/online-offline-events.md)
|
2016-01-12 23:46:14 +00:00
|
|
|
|
|
|
|
## API リファレンス
|
|
|
|
|
|
|
|
* [概要](api/synopsis.md)
|
2016-02-28 11:42:14 +00:00
|
|
|
* [Process Object](api/process.md)
|
2016-02-28 11:50:16 +00:00
|
|
|
* [サポートしているChromeコマンドラインスイッチ](api/chrome-command-line-switches.md)
|
|
|
|
* [環境変数](api/environment-variables.md)
|
2016-02-28 11:42:14 +00:00
|
|
|
|
2016-02-28 11:55:47 +00:00
|
|
|
### カスタムDOM要素:
|
2016-02-28 11:42:14 +00:00
|
|
|
|
|
|
|
* [`File` Object](api/file-object.md)
|
2016-05-30 04:45:48 +00:00
|
|
|
* [`<webview>` タグ](api/web-view-tag.md)
|
2016-02-28 11:50:16 +00:00
|
|
|
* [`window.open` 関数](api/window-open.md)
|
2016-02-28 11:42:14 +00:00
|
|
|
|
2016-02-28 11:55:47 +00:00
|
|
|
### Main Processのモジュール:
|
2016-02-28 11:42:14 +00:00
|
|
|
|
|
|
|
* [app](api/app.md)
|
|
|
|
* [autoUpdater](api/auto-updater.md)
|
2016-05-15 06:42:35 +00:00
|
|
|
* BrowserWindow (api/browser-window.md)
|
2016-02-28 11:50:16 +00:00
|
|
|
* [フレームの無いウィンドウ](api/frameless-window.md)
|
2016-02-28 11:42:14 +00:00
|
|
|
* [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)
|
|
|
|
* [session](api/session.md)
|
2016-08-01 14:43:07 +00:00
|
|
|
* [systemPreferences](api/system-preferences.md)
|
2016-02-28 11:42:14 +00:00
|
|
|
* [Tray](api/tray.md)
|
2016-08-01 14:43:07 +00:00
|
|
|
* webContents (api/web-contents.md)
|
2016-02-28 11:42:14 +00:00
|
|
|
|
2016-02-28 11:55:47 +00:00
|
|
|
### Renderer Processのモジュール (Web Page):
|
2016-02-28 11:42:14 +00:00
|
|
|
|
|
|
|
* [desktopCapturer](api/desktop-capturer.md)
|
|
|
|
* [ipcRenderer](api/ipc-renderer.md)
|
|
|
|
* [remote](api/remote.md)
|
|
|
|
* [webFrame](api/web-frame.md)
|
|
|
|
|
2016-02-28 11:55:47 +00:00
|
|
|
### 両方のProcessのモジュール :
|
2016-02-28 11:42:14 +00:00
|
|
|
|
|
|
|
* [clipboard](api/clipboard.md)
|
|
|
|
* [crashReporter](api/crash-reporter.md)
|
|
|
|
* [nativeImage](api/native-image.md)
|
|
|
|
* [screen](api/screen.md)
|
|
|
|
* [shell](api/shell.md)
|
|
|
|
|
2016-02-28 11:55:47 +00:00
|
|
|
## 開発
|
2016-02-28 11:42:14 +00:00
|
|
|
|
2016-05-15 06:42:35 +00:00
|
|
|
|
2016-08-02 18:21:22 +00:00
|
|
|
* [コーディング規約](development/coding-style.md)
|
2016-05-15 06:42:35 +00:00
|
|
|
* Source Code Directory Structure (development/source-code-directory-structure.md)
|
2016-08-03 08:21:30 +00:00
|
|
|
* [NW.js(node-webkit) との技術的違い](development/atom-shell-vs-node-webkit.md)
|
2016-05-15 06:42:35 +00:00
|
|
|
* Build System Overview (development/build-system-overview.md)
|
2016-08-03 16:13:57 +00:00
|
|
|
* [ビルド方法(macOS)](development/build-instructions-osx.md)
|
2016-05-15 06:42:35 +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)
|
|
|
|
* Setting Up Symbol Server in debugger (development/setting-up-symbol-server.md)
|