-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmap.js
275 lines (275 loc) · 10.3 KB
/
map.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
module.exports = {
"advanced-markdown-editor": {
"identifier": "org.example.advanced-markdown-editor",
"name": "Advanced Markdown",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "",
"description": "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/advanced-markdown",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/adv-markdown.jpg"
},
"simple-markdown-editor": {
"identifier": "org.example.simple-markdown-editor",
"name": "Simple Markdown",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "",
"description": "A Markdown editor with dynamic split-pane preview.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/simple-markdown",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/simple-markdown.jpg"
},
"plus-editor": {
"identifier": "org.example.plus-editor",
"name": "Plus Editor",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "",
"description": "From highlighting to custom font sizes and colors, to tables and lists, this editor is perfect for crafting any document. (Converts your note to an HTML format.)",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/plus-editor",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/plus-editor.jpg"
},
"fancy-markdown-editor": {
"identifier": "org.example.fancy-markdown-editor",
"name": "Fancy Markdown Editor",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "",
"description": "A beautiful split-pane Markdown editor with synced-scroll and LaTeX support.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/fancy-markdown-editor",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/fancy-markdown.jpg"
},
"minimal-markdown-editor": {
"identifier": "org.example.minimal-markdown-editor",
"name": "Minimal Markdown",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "",
"description": "A minimal Markdown editor with inline style support.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/minimal-markdown",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/min-markdown.jpg"
},
"code-editor": {
"identifier": "org.example.code-editor",
"name": "Code Editor",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "",
"description": "Syntax highlighting and convenient keyboard shortcuts for over 120 programming languages. Ideal for code snippets and procedures.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/code-editor",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/code.jpg"
},
"vim-editor": {
"identifier": "org.example.vim-editor",
"name": "Vim Editor",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "",
"description": "A code editor with Vim key bindings.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/vim-editor",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/vim.jpg"
},
"simple-task-editor": {
"identifier": "org.example.simple-task-editor",
"name": "Simple Task Editor",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "",
"description": "A great way to manage short-term and long-term to-do's. You can mark tasks as completed, change their order, and edit the text naturally in place.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/simple-task-editor",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/task-editor.jpg"
},
"bold-editor": {
"identifier": "org.example.bold-editor",
"name": "Bold Editor",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "",
"description": "A simple and peaceful rich editor that helps you write and think clearly. Features FileSafe integration, so you can embed your encrypted images, videos, and audio recordings directly inline.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/bold.jpg"
},
"autocomplete-tags": {
"identifier": "org.example.autocomplete-tags",
"name": "Quick Tags",
"content_type": "SN|Component",
"area": "note-tags",
"version": "",
"description": "Work more efficiently by quickly selecting from a live list of tags while you type. Supports keyboard shortcuts and folders.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/quick-tags",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/components/autocomplete.jpg"
},
"action-bar": {
"identifier": "org.example.action-bar",
"name": "Action Bar",
"content_type": "SN|Component",
"area": "editor-stack",
"version": "",
"description": "Useful utility bar with information about the current note as well as actions like duplicate, copy, and save",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/action-bar",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/components/action-bar.jpg"
},
"github-push": {
"identifier": "org.example.github-push",
"name": "GitHub Push",
"content_type": "SN|Component",
"area": "editor-stack",
"version": "",
"description": "Push note changes to a public or private GitHub repository, with options for file extension and commit message.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/github-push",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/components/github-push.jpg"
},
"folders-component": {
"identifier": "org.example.folders-component",
"name": "Folders",
"content_type": "SN|Component",
"area": "tags-list",
"version": "",
"description": "Create nested folders from your tags with easy drag and drop. Folders also supports Smart Tags, which allow you to build custom filters for viewing your notes.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/folders",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/components/folders.jpg"
},
"midnight-theme": {
"identifier": "org.example.midnight-theme",
"name": "Midnight Theme",
"content_type": "SN|Component",
"area": "themes",
"version": "",
"description": "Elegant utilitarianism.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/midnight",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/themes/midnight-with-mobile.jpg"
},
"focus-theme": {
"identifier": "org.example.focus-theme",
"name": "Focused Theme",
"content_type": "SN|Component",
"area": "themes",
"version": "",
"description": "For when you need to go in.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/focused",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/themes/focus-with-mobile.jpg"
},
"futura-theme": {
"identifier": "org.example.futura-theme",
"name": "Futura Theme",
"content_type": "SN|Component",
"area": "themes",
"version": "",
"description": "Calm and relaxed. Take some time off.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/futura",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/themes/futura-with-mobile.jpg"
},
"titanium-theme": {
"identifier": "org.example.titanium-theme",
"name": "Titanium Theme",
"content_type": "SN|Component",
"area": "themes",
"version": "",
"description": "Light on the eyes, heavy on the spirit.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/titanium",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/themes/titanium-with-mobile.jpg"
},
"solarized-dark-theme": {
"identifier": "org.example.solarized-dark-theme",
"name": "Solarized Dark Theme",
"content_type": "SN|Component",
"area": "themes",
"version": "",
"description": "The perfect theme for any time.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/solarized-dark",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/themes/solarized-dark.jpg"
},
"dynamic-theme": {
"identifier": "org.example.dynamic-theme",
"name": "Dynamic Theme",
"content_type": "SN|Component",
"area": "themes",
"version": "",
"description": "A smart theme that minimizes the tags and notes panels when they are not in use.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/dynamic",
"thumbnail_url": ""
},
"no-distraction-theme": {
"identifier": "org.example.no-distraction-theme",
"name": "No Distraction Theme",
"content_type": "SN|Component",
"area": "themes",
"version": "",
"description": "A distraction-free writing environment for high levels of clarity and focus.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "https://standardnotes.org/extensions/no-distraction",
"thumbnail_url": ""
},
"autobiography-theme": {
"identifier": "org.example.autobiography-theme",
"name": "Autobiography Theme",
"content_type": "SN|Component",
"area": "themes",
"version": "",
"description": "A theme for writers and readers.",
"url": "",
"download_url": "",
"latest_url": "",
"marketing_url": "",
"thumbnail_url": "https://s3.amazonaws.com/standard-notes/screenshots/models/themes/autobiography.jpg"
}
};