├── README.md └── guides ├── advanced ├── configuration.md ├── keymaps.md ├── serialization.md └── view-system.md ├── contributing.md ├── converting-a-text-mate-bundle.md ├── converting-a-text-mate-theme.md ├── creating-a-package.md ├── creating-a-theme.md ├── customizing-atom.md ├── getting-started.md └── publishing-a-package.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guo-yu/atom-guide/HEAD/README.md -------------------------------------------------------------------------------- /guides/advanced/configuration.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /guides/advanced/keymaps.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /guides/advanced/serialization.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /guides/advanced/view-system.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /guides/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guo-yu/atom-guide/HEAD/guides/contributing.md -------------------------------------------------------------------------------- /guides/converting-a-text-mate-bundle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guo-yu/atom-guide/HEAD/guides/converting-a-text-mate-bundle.md -------------------------------------------------------------------------------- /guides/converting-a-text-mate-theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guo-yu/atom-guide/HEAD/guides/converting-a-text-mate-theme.md -------------------------------------------------------------------------------- /guides/creating-a-package.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guo-yu/atom-guide/HEAD/guides/creating-a-package.md -------------------------------------------------------------------------------- /guides/creating-a-theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guo-yu/atom-guide/HEAD/guides/creating-a-theme.md -------------------------------------------------------------------------------- /guides/customizing-atom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guo-yu/atom-guide/HEAD/guides/customizing-atom.md -------------------------------------------------------------------------------- /guides/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guo-yu/atom-guide/HEAD/guides/getting-started.md -------------------------------------------------------------------------------- /guides/publishing-a-package.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guo-yu/atom-guide/HEAD/guides/publishing-a-package.md --------------------------------------------------------------------------------