2015-11-24 04:21:30 +03:00
|
|
|
반드시 사용하는 Electron 버전과 문서 버전을 일치시켜야 합니다. 버전 숫자는 문서 페이지
|
|
|
|
URL에 포함되어 있습니다. 만약 그렇지 않다면, 아마 현재 보고 있는 문서는 개발 중인
|
|
|
|
브랜치의 문서를 보고 있을 가능성이 있으며 해당 문서는 추후 API의 변경 가능성이 있고
|
|
|
|
현재 사용하고 있는 Electron의 버전과 호환되지 않을 수 있습니다. 이 경우 atom.io의
|
|
|
|
[사용할 수 있는 버전](http://electron.atom.io/docs/) 목록에서 다른 버전으로 변경할
|
|
|
|
수 있습니다. 또한 GitHub 인터페이스의 "Switch branches/tags" 드롭다운 메뉴에서도
|
|
|
|
사용 중인 Electron 버전으로 변경할 수 있습니다.
|
|
|
|
|
|
|
|
**역주:** 한국어 번역 문서는 atom.io에 반영이 되어있지 않습니다. 따라서 번역 문서는
|
|
|
|
GitHub 프로젝트내에서만 볼 수 있고 `master` 브랜치의 문서는 현재 개발중인 프로젝트의
|
|
|
|
문서입니다. 한국어 번역 문서는 현재 `upstream` 원본 문서의 변경에 따라 최대한 문서의
|
|
|
|
버전을 맞추려고 노력하고 있지만 가끔 누락된 번역이 존재할 수 있습니다.
|
|
|
|
|
|
|
|
## 개발 가이드
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-10-03 11:54:05 +03:00
|
|
|
* [지원하는 플랫폼](tutorial/supported-platforms.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [어플리케이션 배포](tutorial/application-distribution.md)
|
2015-11-16 23:05:11 +03:00
|
|
|
* [Mac 앱스토어 어플리케이션 제출 가이드](tutorial/mac-app-store-submission-guide.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [어플리케이션 패키징](tutorial/application-packaging.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [네이티브 Node 모듈 사용하기](tutorial/using-native-node-modules.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [메인 프로세스 디버깅하기](tutorial/debugging-main-process.md)
|
|
|
|
* [Selenium 과 WebDriver 사용하기](tutorial/using-selenium-and-webdriver.md)
|
2015-11-17 21:09:51 +03:00
|
|
|
* [개발자 도구 확장 기능](tutorial/devtools-extension.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [Pepper 플래시 플러그인 사용하기](tutorial/using-pepper-flash-plugin.md)
|
2016-01-01 09:57:51 +03:00
|
|
|
* [Widevine CDM 플러그인 사용하기](tutorial/using-widevine-cdm-plugin.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
## 튜토리얼
|
|
|
|
|
|
|
|
* [시작하기](tutorial/quick-start.md)
|
|
|
|
* [데스크톱 환경 통합](tutorial/desktop-environment-integration.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [온라인/오프라인 이벤트 감지](tutorial/online-offline-events.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
## API 레퍼런스
|
|
|
|
|
|
|
|
* [개요](api/synopsis.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [Process 객체](api/process.md)
|
2015-10-16 16:26:27 +03:00
|
|
|
* [크롬 명령줄 스위치 지원](api/chrome-command-line-switches.md)
|
2015-11-27 11:28:09 +03:00
|
|
|
* [환경 변수](api/environment-variables.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-09-11 05:56:36 +03:00
|
|
|
### 커스텀 DOM elements:
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
* [`File` 객체](api/file-object.md)
|
|
|
|
* [`<webview>` 태그](api/web-view-tag.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [`window.open` 함수](api/window-open.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-09-24 06:47:30 +03:00
|
|
|
### 메인 프로세스에서 사용할 수 있는 모듈:
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-10-17 21:22:35 +03:00
|
|
|
* [app](api/app.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [autoUpdater](api/auto-updater.md)
|
2015-11-18 23:12:38 +03:00
|
|
|
* [BrowserWindow](api/browser-window.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [contentTracing](api/content-tracing.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [dialog](api/dialog.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [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)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [protocol](api/protocol.md)
|
2015-08-31 08:48:47 +03:00
|
|
|
* [session](api/session.md)
|
2015-11-17 20:12:40 +03:00
|
|
|
* [webContents](api/web-contents.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [Tray](api/tray.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-09-24 06:47:30 +03:00
|
|
|
### 랜더러 프로세스에서 사용할 수 있는 모듈 (웹 페이지):
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-12-09 11:16:54 +03:00
|
|
|
* [desktopCapturer](api/desktop-capturer.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [ipcRenderer](api/ipc-renderer.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [remote](api/remote.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [webFrame](api/web-frame.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-09-24 06:47:30 +03:00
|
|
|
### 두 프로세스 모두 사용할 수 있는 모듈:
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
* [clipboard](api/clipboard.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [crashReporter](api/crash-reporter.md)
|
|
|
|
* [nativeImage](api/native-image.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [screen](api/screen.md)
|
|
|
|
* [shell](api/shell.md)
|
|
|
|
|
|
|
|
## 개발자용
|
|
|
|
|
|
|
|
* [코딩 스타일](development/coding-style.md)
|
|
|
|
* [소스 코드 디렉터리 구조](development/source-code-directory-structure.md)
|
2015-08-31 08:48:47 +03:00
|
|
|
* [NW.js(node-webkit)와 기술적으로 다른점](development/atom-shell-vs-node-webkit.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [빌드 시스템 개요](development/build-system-overview.md)
|
2015-10-17 21:30:37 +03:00
|
|
|
* [빌드 설명서 (OS X)](development/build-instructions-osx.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [빌드 설명서 (Windows)](development/build-instructions-windows.md)
|
|
|
|
* [빌드 설명서 (Linux)](development/build-instructions-linux.md)
|
|
|
|
* [디버거에서 디버그 심볼 서버 설정](development/setting-up-symbol-server.md)
|