Commit Graph

64 Commits

Author SHA1 Message Date
Daeraxa
0ce6c47086 rebrand and relinking to new site 2022-12-31 20:07:22 +00:00
Sertonix
00a91b46e7 use init.js by default 2022-11-03 14:15:11 +01:00
Maurício Szabo
0fdf1ede30 Renamed templates back to dot-atom 2022-08-17 12:15:18 -03:00
Spiker985
4f646f55cd Rename dot-atom folder to templates 2022-08-17 01:22:11 -03:00
Winston Liu
04353b8db9
Add .atom-socket-secret-* to .atom's .gitignore 2019-05-14 18:12:41 -04:00
Sergey Sharov
1aa013ca7a Fixed links in keymap.cson 2017-08-07 09:46:34 +03:00
Antonio Scandurra
51e186b656 Delete leftover ::shadow pseudo-selectors 2016-10-07 10:40:41 +02:00
Leonard Lamprecht
3a1ad3fd40 Replace OS X and Mac OS with macOS 2016-06-18 15:33:08 +02:00
Damien Guard
83884113ac Merge pull request #11413 from IanLee1521/patch-1
Added .apm to .gitignore
2016-06-09 11:26:19 -07:00
Riley Dallas
6fc3a364e1 📝 Update CSON documentation link in snippets.cson 2016-04-22 09:30:45 -05:00
Riley Dallas
af5cb863de 📝 Update links in keymap.cson comments 2016-04-18 10:12:05 -05:00
Ian Lee
fd2fa509c6 Added .apm to .gitignore
Based on comment in dot-atom/.apm/.apmrc, the .apm directory created as part of the default startup is a cache, therefore it shouldn't be included in git.
2016-04-08 15:46:32 -07:00
Tunghsiao Liu
754552cb47 Reorder ignored items for .atom 2015-12-21 12:45:21 +08:00
Tunghsiao Liu
d5e0f21389 Prevent committing blob-store 2015-12-21 12:44:18 +08:00
Lee Dohm
56e93c64da 📝 Add backticks around keybindings 2015-12-14 17:52:21 -08:00
Lee Dohm
5ab2594c0e 📝 Point to the latest documentation 2015-12-14 17:51:06 -08:00
Lee Dohm
c7bff1aec5 📝 Add tip about Keybinding Resolver to keymap.cson 2015-12-14 17:51:06 -08:00
Machisté N. Quintana
765e5154bf 📝 Update CSON link to Atom Flight Manual 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
d81c0ea8f9 📝 Update CSON link to Atom Flight Manual 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
7b3549d66c 📝 Give an example of a snippet scope 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
f2f9672d38 📝 🎨 Drop parens 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
8808cd3964 📝 Clarify that keys must be unique in snippets.cson 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
65d46e79d1 📝 Clarify that CSON requires unique keys 2015-07-28 08:45:52 -04:00
simurai
cfd61afd38 📝 Update styles.less copy 2015-06-19 23:21:36 +09:00
simurai
67cf747a20 📝 Add back link to the Less docs 2015-06-19 21:37:57 +09:00
simurai
d922c1804f Update note about Less
Mentioning that you can use plain CSS should make it less intimitaing.
2015-06-19 16:05:03 +09:00
simurai
351b407751 Add style.less examples
that can get uncommented
2015-06-19 15:57:09 +09:00
Kevin Sawicki
06b8195fb8 Remove template config.cson file
This old template file had several problems:

  * The entries in this file are already the schema defaults so they
    would get unset anyway when initially loaded
  * The file was in the old format that didn't have scope selectors
  * A race condition could occur when the file was copied, inited, and written
    to all during the very first run of Atom.

Closes #6226
2015-04-07 11:47:36 -07:00
Kevin Sawicki
d61ceacc26 Make One Dark the default UI/syntax themes 2015-03-16 14:50:15 -07:00
Scott Chacon
b3325d64b0 update internal docs links 2015-03-11 15:11:46 -07:00
Nathan Sobo
ab4588571d Update default style sheet with ::shadow selector 2015-01-13 10:07:03 -07:00
Nathan Sobo
a2e855f087 Update docs to refer to styles/ instead of stylesheets/ 2015-01-09 08:42:28 -08:00
Ben Ogle
ef129f9491 Add more relevant (but contrived) example in init.coffee.
Closes #4089
2014-11-07 10:02:07 -08:00
Philip Giuliani
f1079056cf Update .workspace class with custom element
Because of the update with the custom elements, i noticed that `.workspace` hasn't been updated in the `keymap.cson`, but `.editor` has (to `atom-text-editor`).
2014-11-07 09:43:46 +01:00
Kevin Sawicki
3f1afec15b 📝 Link to CSON description 2014-10-20 09:01:17 -07:00
Kevin Sawicki
e4705d45c4 Merge pull request #3769 from Maxhodges/keymap-advice
Warn new users we are using a little known format (cson), not the more popular json doc notation.
2014-10-20 08:58:12 -07:00
Nathan Sobo
1eb3d8bf99 Use ‘atom-text-editor’ custom tag name for TextEditorElement 2014-10-09 07:39:14 -07:00
Max Hodges
6c56f2f985 Update keymap.cson 2014-10-09 16:01:41 +09:00
Max Hodges
a4b959f2b8 Update keymap.cson 2014-10-09 13:26:14 +09:00
Max Hodges
c59b7f6ead new users should be warned about cson
improper trailing and leading spaces can cause your bindings to fail.Since cson has very little adoption relative to json, I think it's important to warn new users that they need to understand CoffeeScript notation or else a single space could break their file. I spent one full hour today trying to get an auto-indent mapping to work. The solution involved adding one leading space!
2014-10-09 13:15:55 +09:00
Ben Ogle
f357f694b3 Merge pull request #3456 from atom/ns-editor-event-methods
Add event subscription methods for Editor and associated classes
2014-09-09 13:40:45 -07:00
Ivan Žužak
733e06fa8c Use shift in the example rather than explaining the difference 2014-09-05 22:24:42 +02:00
Ivan Zuzak
b1fdb48e9e Link to relevant docs in keymap.cson file 2014-09-05 21:40:54 +02:00
Ivan Zuzak
6d498aad3b Explain capital letters in keystrokes 2014-09-05 21:40:11 +02:00
Nathan Sobo
965afc2c37 Rename softWrap to softWrapped
Our new pattern for booleans is to have ::set and ::is, and that means
the property name needs to be in passive voice for ::is to make sense.
This is in preparation for adding a new change observation method.

* ::setSoftWrapped
* ::isSoftWrapped
* ::toggleSoftWrapped
2014-09-05 11:39:33 -07:00
Corey Johnson
69821b7a6b Add .gitignore file to dot-atom.
This will help users who want to push their .atom directory to GitHub

Closes #1094
2014-04-30 14:41:23 -07:00
Nathan Sobo
9a488adbb9 Suggest people bind to .workspace instead of body 2014-03-17 13:05:46 -06:00
Kevin Sawicki
0307c0e6c9 Rename ~/.atom/styles.css to ~/.atom/styles.less 2014-02-24 16:14:05 -08:00
Kevin Sawicki
fbdf16a8fa Use soft wrap instead of font size in example hack 2014-02-07 09:51:24 -08:00
Kevin Sawicki
23af7b4072 Make font-size larger than the default 2014-02-07 09:51:24 -08:00