Commit Graph

91 Commits

Author SHA1 Message Date
Kevin Sawicki
c0d4f70467 Docs: intented -> intended 2013-02-26 18:57:28 -08:00
Kevin Sawicki & Nathan Sobo
6b883d9a11 Document editor:save-debug-snapshot in docs introduction 2013-02-22 14:31:19 -07:00
Justin Palmer
0060ccfa8c update ignoredFiles docs 2013-02-18 09:27:29 -08:00
Nathan Sobo
da36db22da Major documentation reorganization.
The goal is to start with the shortest overview possible of all the
major features, then get into more detail later in the documentation.
2013-02-15 14:13:54 -07:00
Kevin Sawicki
b8b989a94c Use editor.preferredLineLength as default column
This config value will be used when no custom column
exists for the current path.
2013-02-14 09:14:05 -08:00
Nathan Sobo
546d3ed03e Add docs for folding and soft wrap
Closes #185
2013-02-13 20:04:42 -07:00
Nathan Sobo
b6c63d78a0 Add a "getting started" guide with the common usage patterns 2013-02-13 19:59:23 -07:00
Nathan Sobo
7fdf3b0733 Put user stylesheet / init script docs above themes.
Themes seems to transition better into packages.
2013-02-13 19:18:13 -07:00
Nathan Sobo
ce200157de 💄 2013-02-13 19:15:45 -07:00
Nathan Sobo
539d134a54 Replace todo with link 2013-02-13 19:15:45 -07:00
Nathan Sobo
9a050c2238 Describe how package stylesheets are loaded 2013-02-13 19:15:45 -07:00
Nathan Sobo
b718fd65df Heading 💄 2013-02-13 19:15:45 -07:00
Nathan Sobo
297a33cc8d Use docs/manifest.txt to list docs files. Add user-init-script.md. 2013-02-13 16:25:48 -07:00
Nathan Sobo
2427d80e1e 💄 2013-02-13 16:25:08 -07:00
Nathan Sobo
4cea1b366e Replace "styling tweaks" section with a discussion of user.css 2013-02-13 16:10:48 -07:00
Nathan Sobo
167ff9aa79 Add keymaps documentation. 2013-02-13 11:34:45 -07:00
Nathan Sobo
62307a6b36 Fix link rendering in markdown (don't break [...] across lines) 2013-02-12 22:26:21 -07:00
Nathan Sobo
8bf71238c1 Cleanup themes documentation 2013-02-12 22:12:08 -07:00
Nathan Sobo
83794c67c2 Break config and themes documentation into two separate files 2013-02-12 22:12:08 -07:00
Nathan Sobo
da3c020353 Rework config docs. Add a config key glossary. 2013-02-12 21:51:35 -07:00
Justin Palmer
4350be62c6 💀 is-focused.
targeting blurred state instead so normal state styles don't need a
special prefix
2013-02-04 16:02:09 -08:00
Jon Rohan
0d2a328dcc making the editor .focused .is-focused for symmetry 2013-02-01 19:23:52 -05:00
Corey Johnson
c650deea01 Merge branch 'font-config' into dev 2013-01-30 13:24:12 -08:00
Justin Palmer
14f761ec37 small doc tweak…hopefully fixes bold formatting on docs tab 2013-01-30 12:20:32 -08:00
Corey Johnson
e17387e7f0 Remove lineHeight example from docs 2013-01-30 09:59:53 -08:00
Jon Rohan
75ef1429cb Updating docs with info about theme structure 2013-01-22 16:53:54 -08:00
Nathan Sobo
e2cf4256a8 Talk about horizontal/vertical axes 2013-01-11 13:55:19 -07:00
Nathan Sobo
e2805c981f Start on internals guide 2013-01-11 13:25:42 -07:00
Kevin Sawicki
bab6a12321 Remove empty Packages section 2013-01-11 10:15:55 -08:00
Kevin Sawicki
cecec376e3 Use h1 for Packages and Features sections 2013-01-11 10:10:56 -08:00
Kevin Sawicki
7a5d8da201 Add installing package doc file 2013-01-09 10:33:57 -08:00
Kevin Sawicki
43ecc876be Move package layout docs to packages/intro.md 2013-01-09 10:25:39 -08:00
Kevin Sawicki
077310b80c Put layout before includes and link to package docs 2013-01-09 10:17:39 -08:00
Kevin Sawicki
2d11239ac1 Stub out more docs 2013-01-09 10:03:53 -08:00
Nathan Sobo
65d13b5383 Expand explanation of config.setDefaults in docs 2013-01-04 17:35:12 -07:00
Kevin Sawicki
f18086e36c Add wrap-guide config example to docs 2013-01-02 16:10:46 -08:00
Kevin Sawicki
789f262da0 Update markdown-preview doc to be accurate 2013-01-02 12:35:03 -08:00
Corey Johnson
0d946078c9 Atom Themes can be loaded 2012-12-27 14:31:13 -08:00
Nathan Sobo
515feca7a6 Kill scoped config settings docs. This behavior is moved to syntax.
We can explain scoped properties
2012-12-23 15:01:56 -06:00
Nathan Sobo
d3f96021b3 s/Extension/Package. Add more package docs. Mark what's not done yet. 2012-12-19 18:24:16 -07:00
Nathan Sobo
abcb8fd1d0 Nix docs for calling unobserveConfig w/ a key path until we need it 2012-12-19 17:32:04 -07:00
Nathan Sobo
95cb8b6169 Add config.setDefaults to docs and other 💄 2012-12-19 17:32:04 -07:00
Nathan Sobo
37f0aa3f90 Replace window.requireExtension with atom.loadPackage
The goal is that `loadPackage` will be the go-to place for loading all kinds of resources out of directories. `requireExtension` was only designed to load and activate extension modules.
2012-12-18 19:47:20 -07:00
Nathan Sobo
6923d6a134 More progress / changes to config / extension docs 2012-12-17 17:34:38 -07:00
Nathan Sobo
d9acfe8f7e Start on Extensions documentation. Formatting tweaks. Other fixes. 2012-12-16 22:15:15 -07:00
Nathan Sobo
7f84eff16a 💄 2012-12-16 20:15:55 -08:00
Nathan Sobo
de1178b38a Start DDD (documentation-driven-development) for theming & config
This document talks about a lot of things that don't work yet. The purpose is to write down my ideas in a format that will be useful both now and later.
2012-12-16 18:48:21 -08:00
Nathan Sobo
045cdda41d Fix cursor line highlight style 2012-11-02 12:16:03 -06:00
Kevin Sawicki
73653b5fa8 Doc how line highlighting can be tweaked 2012-10-01 15:59:41 -07:00
Kevin Sawicki
83fc9cd7c5 Monospace extension names 2012-10-01 10:40:59 -07:00