## Tutorials * [Quick start](tutorial/quick-start.md) * [Application distribution](tutorial/application-distribution.md) * [Use native node modules](tutorial/use-native-node-modules.md) * [Debugging browser process](tutorial/debugging-browser-process.md) ## API references * [Synopsis](api/synopsis.md) * [Process object](api/process.md) * [Supported Chrome command line switches](api/chrome-command-line-switches.md) Modules for browser side: * [app](api/app.md) * [auto-updater](api/auto-updater.md) * [browser-window](api/browser-window.md) * [content-tracing](api/content-tracing.md) * [dialog](api/dialog.md) * [global-shortcut](api/global-shortcut.md) * [ipc (browser)](api/ipc-browser.md) * [menu](api/menu.md) * [menu-item](api/menu-item.md) * [power-monitor](api/power-monitor.md) * [protocol](api/protocol.md) * [tray](api/tray.md) Modules for web page: * [ipc (renderer)](api/ipc-renderer.md) * [remote](api/remote.md) * [web-view](api/web-view.md) Modules for both sides: * [clipboard](api/clipboard.md) * [crash-reporter](api/crash-reporter.md) * [screen](api/screen.md) * [shell](api/shell.md) ## Development * [Coding style](development/coding-style.md) * [Source code directory structure](development/source-code-directory-structure.md) * [Technical differences to node-webkit](development/atom-shell-vs-node-webkit.md) * [How node.js is integrated into atom-shell](https://speakerdeck.com/zcbenz/practice-on-embedding-node-dot-js-into-atom-editor) (slides) ([中文版](http://2014.jsconf.cn/slides/Practice%20on%20embedding%20Node.js%20into%20Atom%20Editor.pdf )) * [Build instructions (Mac)](development/build-instructions-mac.md) * [Build instructions (Windows)](development/build-instructions-windows.md) * [Build instructions (Linux)](development/build-instructions-linux.md)