@@ -10,16 +10,16 @@ These are already in our atom-archive folder. These just need to be reformatted,
10
10
11
11
#### Getting Started
12
12
13
- - Why Atom ?
14
- - Installing Atom
15
- - Atom Basics
13
+ - Why Pulsar ?
14
+ - Installing Pulsar
15
+ - Pulsar Basics
16
16
- Summary
17
17
18
- #### Using Atom
18
+ #### Using Pulsar
19
19
20
- - Atom Packages
21
- - Moving in Atom
22
- - Atom Selections
20
+ - Pulsar Packages
21
+ - Moving in Pulsar
22
+ - Pulsar Selections
23
23
- Editing and Deleting Text
24
24
- Find and Replace
25
25
- Snippets
@@ -28,13 +28,13 @@ These are already in our atom-archive folder. These just need to be reformatted,
28
28
- Panes
29
29
- Pending Pane Items
30
30
- Grammar
31
- - Version Control in Atom
31
+ - Version Control in Pulsar
32
32
- GitHub package
33
- - Writing in Atom
33
+ - Writing in Pulsar
34
34
- Basic Customization
35
35
- Summary
36
36
37
- #### Hacking Atom
37
+ #### Hacking Pulsar
38
38
39
39
- Tools of the Trade
40
40
- The Init File
@@ -51,22 +51,22 @@ These are already in our atom-archive folder. These just need to be reformatted,
51
51
- Handling URIs
52
52
- Cross-Platform Compatibility
53
53
- 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
58
58
- Summary
59
59
60
60
### Advanced topics
61
61
62
62
- Configuration API
63
63
- Keymaps In-Depth
64
64
- Scoped Settings, Scopes and Scope Descriptors
65
- - Serialization in Atom
65
+ - Serialization in Pulsar
66
66
- Developing Node Modules
67
67
- Interacting With Other Packages Via Services
68
68
- Maintaining Your Packages
69
- - How Atom Uses Chromium Snapshots
69
+ - How Pulsar Uses Chromium Snapshots
70
70
- Summary
71
71
72
72
### Resources
@@ -77,31 +77,31 @@ These are already in our atom-archive folder. These just need to be reformatted,
77
77
78
78
### FAQ
79
79
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?
86
86
- What's the difference between an IDE and an editor?
87
87
- 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?
89
89
- 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?
91
91
- I’m using an international keyboard and keys that use AltGr or Ctrl+Alt aren’t working
92
92
- I’m having a problem with Julia! What do I do?
93
93
- I’m getting an error about a “self-signed certificate”. What do I do?
94
94
- 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?
96
96
- How do I make the Welcome screen stop showing up?
97
97
- How do I preview web page changes automatically?
98
98
- 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?
100
100
- 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?
103
103
- 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.?
105
105
- How do I turn on line wrap?
106
106
- The menu bar disappeared, how do I get it back?
107
107
- 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,
117
117
- Upgrading Your UI Theme Or Package Selectors
118
118
- Upgrading Your Syntax Theme
119
119
120
- ### Appendix E: Atom server-side APIs
120
+ ### Appendix E: Pulsar server-side APIs
121
121
122
- - Atom package server API
123
- - Atom update server API
122
+ - Pulsar package server API
123
+ - Pulsar update server API
124
124
125
125
## The remaining bits to be written and finished:
126
126
127
- ### Hacking Atom
127
+ ### Hacking Pulsar
128
128
129
129
- Tutorials:
130
130
- Word Count Package (Basic)
@@ -158,14 +158,14 @@ These are already in our atom-archive folder. These just need to be reformatted,
158
158
- timecop
159
159
- Maintaining Packages
160
160
- how to publish
161
- - Atom.io package system (adding, searching, stars)
161
+ - pulsar-edit.dev package system (adding, searching, stars)
162
162
- changelog
163
163
- issue tracker
164
164
- Best practices (patterns and anti-patterns)
165
165
- aggregating subscriptions
166
166
- view best practices
167
167
- 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 )
169
169
- Reference Manual
170
170
171
171
### 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,
184
184
- subscribing to events
185
185
- subscribing to commands
186
186
- creating dom elements
187
- - no longer spacepen
188
187
- runners
189
188
- configure my package
190
189
- add application menu/context menu
0 commit comments