Skip to content

Commit 1d35b59

Browse files
committed
Update and remove spacepen
1 parent a3ed099 commit 1d35b59

File tree

1 file changed

+35
-36
lines changed

1 file changed

+35
-36
lines changed

outline.md

+35-36
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ These are already in our atom-archive folder. These just need to be reformatted,
1010

1111
#### Getting Started
1212

13-
- Why Atom?
14-
- Installing Atom
15-
- Atom Basics
13+
- Why Pulsar?
14+
- Installing Pulsar
15+
- Pulsar Basics
1616
- Summary
1717

18-
#### Using Atom
18+
#### Using Pulsar
1919

20-
- Atom Packages
21-
- Moving in Atom
22-
- Atom Selections
20+
- Pulsar Packages
21+
- Moving in Pulsar
22+
- Pulsar Selections
2323
- Editing and Deleting Text
2424
- Find and Replace
2525
- Snippets
@@ -28,13 +28,13 @@ These are already in our atom-archive folder. These just need to be reformatted,
2828
- Panes
2929
- Pending Pane Items
3030
- Grammar
31-
- Version Control in Atom
31+
- Version Control in Pulsar
3232
- GitHub package
33-
- Writing in Atom
33+
- Writing in Pulsar
3434
- Basic Customization
3535
- Summary
3636

37-
#### Hacking Atom
37+
#### Hacking Pulsar
3838

3939
- Tools of the Trade
4040
- The Init File
@@ -51,22 +51,22 @@ These are already in our atom-archive folder. These just need to be reformatted,
5151
- Handling URIs
5252
- Cross-Platform Compatibility
5353
- Converting from TextMate
54-
- Hacking on Atom Core
55-
- Contributing to Official Atom Packages
56-
- Creating a Fork of a Core Package in atom/atom
57-
- Maintaining a Fork of a Core Package in atom/atom
54+
- Hacking on Pulsar Core
55+
- Contributing to Official Pulsar Packages
56+
- Creating a Fork of a Core Package in pulsar/pulsar
57+
- Maintaining a Fork of a Core Package in pulsar/pulsar
5858
- Summary
5959

6060
### Advanced topics
6161

6262
- Configuration API
6363
- Keymaps In-Depth
6464
- Scoped Settings, Scopes and Scope Descriptors
65-
- Serialization in Atom
65+
- Serialization in Pulsar
6666
- Developing Node Modules
6767
- Interacting With Other Packages Via Services
6868
- Maintaining Your Packages
69-
- How Atom Uses Chromium Snapshots
69+
- How Pulsar Uses Chromium Snapshots
7070
- Summary
7171

7272
### Resources
@@ -77,31 +77,31 @@ These are already in our atom-archive folder. These just need to be reformatted,
7777

7878
### FAQ
7979

80-
- Is Atom open source?
81-
- What does Atom cost?
82-
- What platforms does Atom run on?
83-
- How can I contribute to Atom?
84-
- Why does Atom collect usage data?
85-
- Atom in the cloud?
80+
- Is Pulsar open source?
81+
- What does Pulsar cost?
82+
- What platforms does Pulsar run on?
83+
- How can I contribute to Pulsar?
84+
- Why does Pulsar collect usage data?
85+
- Pulsar in the cloud?
8686
- What's the difference between an IDE and an editor?
8787
- How can I tell if subpixel antialiasing is working?
88-
- Why is Atom deleting trailing whitespace? Why is there a newline at the end of the file?
88+
- Why is Pulsar deleting trailing whitespace? Why is there a newline at the end of the file?
8989
- What does Safe Mode do?
90-
- I have a question about a specific Atom community package. Where is the best place to ask it?
90+
- I have a question about a specific Pulsar community package. Where is the best place to ask it?
9191
- I’m using an international keyboard and keys that use AltGr or Ctrl+Alt aren’t working
9292
- I’m having a problem with Julia! What do I do?
9393
- I’m getting an error about a “self-signed certificate”. What do I do?
9494
- I’m having a problem with PlatformIO! What do I do?
95-
- How do I make Atom recognize a file with extension X as language Y?
95+
- How do I make Pulsar recognize a file with extension X as language Y?
9696
- How do I make the Welcome screen stop showing up?
9797
- How do I preview web page changes automatically?
9898
- How do I accept input from my program or script when using the script package?
99-
- I am unable to update to the latest version of Atom on macOS. How do I fix this?
99+
- I am unable to update to the latest version of Pulsar on macOS. How do I fix this?
100100
- I’m trying to change my syntax colors from styles.less, but it isn’t working!
101-
- How do I build or execute code I've written in Atom?
102-
- How do I uninstall Atom on macOS?
101+
- How do I build or execute code I've written in Pulsar?
102+
- How do I uninstall Pulsar on macOS?
103103
- macOS Mojave font rendering change
104-
- Why does macOS say that Atom wants to access my calendar, contacts, photos, etc.?
104+
- Why does macOS say that Pulsar wants to access my calendar, contacts, photos, etc.?
105105
- How do I turn on line wrap?
106106
- The menu bar disappeared, how do I get it back?
107107
- How do I use a newline in the result of find and replace?
@@ -117,14 +117,14 @@ These are already in our atom-archive folder. These just need to be reformatted,
117117
- Upgrading Your UI Theme Or Package Selectors
118118
- Upgrading Your Syntax Theme
119119

120-
### Appendix E: Atom server-side APIs
120+
### Appendix E: Pulsar server-side APIs
121121

122-
- Atom package server API
123-
- Atom update server API
122+
- Pulsar package server API
123+
- Pulsar update server API
124124

125125
## The remaining bits to be written and finished:
126126

127-
### Hacking Atom
127+
### Hacking Pulsar
128128

129129
- Tutorials:
130130
- Word Count Package (Basic)
@@ -158,14 +158,14 @@ These are already in our atom-archive folder. These just need to be reformatted,
158158
- timecop
159159
- Maintaining Packages
160160
- how to publish
161-
- Atom.io package system (adding, searching, stars)
161+
- pulsar-edit.dev package system (adding, searching, stars)
162162
- changelog
163163
- issue tracker
164164
- Best practices (patterns and anti-patterns)
165165
- aggregating subscriptions
166166
- view best practices
167167
- don't make a slow package
168-
- CI for packages (https://blog.atom.io/2014/04/25/ci-for-your-packages.html)
168+
- CI for packages (https://blog.pulsar-edit.dev/2014/04/25/ci-for-your-packages.html)
169169
- Reference Manual
170170

171171
### Include in Core Hacking or Behind Pulsar
@@ -184,7 +184,6 @@ These are already in our atom-archive folder. These just need to be reformatted,
184184
- subscribing to events
185185
- subscribing to commands
186186
- creating dom elements
187-
- no longer spacepen
188187
- runners
189188
- configure my package
190189
- add application menu/context menu

0 commit comments

Comments
 (0)