|
4 | 4 | "id": "code-block",
|
5 | 5 | "title": "Code",
|
6 | 6 | "description": "Read & edit code",
|
7 |
| - "sandbox": false, |
8 | 7 | "entry": "blocks/file-blocks/code/index.tsx",
|
9 | 8 | "matches": ["*"],
|
10 | 9 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/Aside.jsx"
|
|
14 | 13 | "id": "excalidraw",
|
15 | 14 | "title": "Excalidraw diagram",
|
16 | 15 | "description": "View and edit Excalidraw diagrams",
|
17 |
| - "sandbox": false, |
18 | 16 | "entry": "blocks/file-blocks/excalidraw/index.tsx",
|
19 | 17 | "matches": ["*.excalidraw"],
|
20 | 18 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/drawing.excalidraw"
|
|
24 | 22 | "id": "html",
|
25 | 23 | "title": "HTML",
|
26 | 24 | "description": "View basic HTML content",
|
27 |
| - "sandbox": false, |
28 | 25 | "entry": "blocks/file-blocks/html.tsx",
|
29 | 26 | "matches": ["*.html", "*.svelte"],
|
30 | 27 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/photos.html"
|
|
34 | 31 | "id": "css",
|
35 | 32 | "title": "CSS Styleguide",
|
36 | 33 | "description": "View CSS styles in an example styleguide",
|
37 |
| - "sandbox": false, |
38 | 34 | "entry": "blocks/file-blocks/css.tsx",
|
39 | 35 | "matches": ["*.css"],
|
40 | 36 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/global.css"
|
|
44 | 40 | "id": "image",
|
45 | 41 | "title": "Image",
|
46 | 42 | "description": "View PNG, JPG, GIF, and SVG images",
|
47 |
| - "sandbox": false, |
48 | 43 | "entry": "blocks/file-blocks/image.tsx",
|
49 | 44 | "matches": ["*.png", "*.jpg", "*.jpeg", "*.gif", "*.svg"],
|
50 | 45 | "example_path": "https://github.com/pmndrs/react-spring/blob/HEAD/assets/projects/aragon.png?raw=true"
|
|
54 | 49 | "id": "json",
|
55 | 50 | "title": "JSON explorer",
|
56 | 51 | "description": "An interactive view of JSON data",
|
57 |
| - "sandbox": false, |
58 | 52 | "entry": "blocks/file-blocks/json.tsx",
|
59 | 53 | "matches": [
|
60 | 54 | "*.json",
|
|
72 | 66 | "id": "geojson",
|
73 | 67 | "title": "GeoJSON explorer",
|
74 | 68 | "description": "View & edit GeoJSON data",
|
75 |
| - "sandbox": false, |
76 | 69 | "entry": "blocks/file-blocks/geojson.tsx",
|
77 | 70 | "matches": ["*.geo.json", "*.geojson"],
|
78 | 71 | "example_path": "https://github.com/d3/d3-geo/blob/main/package.json"
|
|
82 | 75 | "id": "3d-model",
|
83 | 76 | "title": "3D model",
|
84 | 77 | "description": "View 3D models",
|
85 |
| - "sandbox": false, |
86 | 78 | "entry": "blocks/file-blocks/3d-files.tsx",
|
87 | 79 | "matches": ["*.gltf", "*.glb"],
|
88 | 80 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/avocado.glb"
|
|
92 | 84 | "id": "flat",
|
93 | 85 | "title": "Spreadsheet",
|
94 | 86 | "description": "View & edit CSV and YAML files in a spreadsheet",
|
95 |
| - "sandbox": false, |
96 | 87 | "entry": "blocks/file-blocks/flat.tsx",
|
97 | 88 | "matches": ["*.csv", "*.yml", "*.yaml"],
|
98 | 89 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/data.csv"
|
|
102 | 93 | "id": "chart",
|
103 | 94 | "title": "Chart",
|
104 | 95 | "description": "Visualize CSV data in a few different chart types",
|
105 |
| - "sandbox": false, |
106 | 96 | "entry": "blocks/file-blocks/charts/index.tsx",
|
107 | 97 | "matches": ["*.csv"],
|
108 | 98 | "example_path": "https://github.com/the-pudding/data/blob/master/pockets/measurements.csv"
|
|
112 | 102 | "id": "markdown-block",
|
113 | 103 | "title": "Markdown",
|
114 | 104 | "description": "View and edit Markdown content, with the ability to embed other blocks",
|
115 |
| - "sandbox": false, |
116 | 105 | "entry": "blocks/file-blocks/markdown-edit/index.tsx",
|
117 | 106 | "matches": ["*.md", "*.markdown", "*.mdx", "*"],
|
118 | 107 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/README.md"
|
|
122 | 111 | "id": "sandbox",
|
123 | 112 | "title": "JS Sandbox",
|
124 | 113 | "description": "Run JavaScript code in a sandbox",
|
125 |
| - "sandbox": false, |
126 | 114 | "entry": "blocks/file-blocks/sandbox/index.tsx",
|
127 | 115 | "matches": ["*.js", "*.ts", "*.tsx", "*.jsx"],
|
128 | 116 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/README.md"
|
|
132 | 120 | "id": "react-feedback",
|
133 | 121 | "title": "React component feedback",
|
134 | 122 | "description": "View & give feedback on a React component",
|
135 |
| - "sandbox": false, |
136 | 123 | "entry": "blocks/file-blocks/annotate-react/index.tsx",
|
137 | 124 | "matches": ["*.jsx", "*.tsx"],
|
138 | 125 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/Aside.jsx"
|
|
142 | 129 | "id": "sentence-encoder",
|
143 | 130 | "title": "Sentence encoder",
|
144 | 131 | "description": "Experiment with a sentence-encoder",
|
145 |
| - "sandbox": false, |
146 | 132 | "entry": "blocks/file-blocks/sentence-encoder.tsx",
|
147 | 133 | "matches": ["*.json"],
|
148 | 134 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/queries.json"
|
|
162 | 148 | "id": "summarize",
|
163 | 149 | "title": "Summarize",
|
164 | 150 | "description": "Summarize parts of a file using ML",
|
165 |
| - "sandbox": false, |
166 | 151 | "entry": "blocks/file-blocks/summarize/index.tsx",
|
167 | 152 | "matches": ["*.js", "*.ts", "*.tsx", "*.jsx"],
|
168 | 153 | "example_path": "https://github.com/mattdesl/canvas-sketch/blob/master/lib/save.js"
|
|
172 | 157 | "id": "explain",
|
173 | 158 | "title": "Explain",
|
174 | 159 | "description": "Explain parts of a file using ML",
|
175 |
| - "sandbox": false, |
176 | 160 | "entry": "blocks/file-blocks/explain/index.tsx",
|
177 | 161 | "matches": ["*.js", "*.ts", "*.tsx", "*.jsx", "*.rb", "*.py"],
|
178 | 162 | "example_path": "https://github.com/mattdesl/canvas-sketch/blob/master/lib/save.js"
|
|
182 | 166 | "id": "edit",
|
183 | 167 | "title": "Edit code with ML",
|
184 | 168 | "description": "Edit code by prompting a Machine Learning model",
|
185 |
| - "sandbox": false, |
186 | 169 | "entry": "blocks/file-blocks/edit/index.tsx",
|
187 | 170 | "matches": ["*"],
|
188 | 171 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/processing-sketch.js"
|
|
192 | 175 | "id": "edit-and-preview",
|
193 | 176 | "title": "Edit with Preview",
|
194 | 177 | "description": "Edit code side-by-side with a preview",
|
195 |
| - "sandbox": false, |
196 | 178 | "entry": "blocks/file-blocks/edit-and-preview/index.tsx",
|
197 | 179 | "matches": ["*"],
|
198 | 180 | "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/README.md"
|
|
202 | 184 | "id": "minimap",
|
203 | 185 | "title": "Minimap",
|
204 | 186 | "description": "Visualize your folders and files in a minimap",
|
205 |
| - "sandbox": false, |
206 | 187 | "entry": "blocks/folder-blocks/minimap/index.tsx",
|
207 | 188 | "example_path": "https://github.com/githubnext/blocks-tutorial"
|
208 | 189 | },
|
|
211 | 192 | "id": "overview",
|
212 | 193 | "title": "Overview",
|
213 | 194 | "description": "View an overview of a folder: including README, license, and recent activity",
|
214 |
| - "sandbox": false, |
215 | 195 | "entry": "blocks/folder-blocks/overview/index.tsx",
|
216 | 196 | "example_path": "https://github.com/githubnext/blocks-tutorial"
|
217 | 197 | },
|
|
220 | 200 | "id": "dashboard",
|
221 | 201 | "title": "Dashboard",
|
222 | 202 | "description": "View other blocks in a dashboard view",
|
223 |
| - "sandbox": false, |
224 | 203 | "entry": "blocks/folder-blocks/dashboard/index.tsx",
|
225 | 204 | "example_path": "https://github.com/githubnext/blocks-tutorial"
|
226 | 205 | },
|
|
229 | 208 | "id": "code-tour",
|
230 | 209 | "title": "Code Tour",
|
231 | 210 | "description": "Create documented tours of your code",
|
232 |
| - "sandbox": false, |
233 | 211 | "entry": "blocks/folder-blocks/code-tour/index.tsx",
|
234 | 212 | "example_path": "https://github.com/githubnext/blocks-tutorial"
|
235 | 213 | },
|
|
238 | 216 | "id": "infinite-canvas",
|
239 | 217 | "title": "Infinite Canvas",
|
240 | 218 | "description": "View and annotate your files in an infinite canvas",
|
241 |
| - "sandbox": false, |
242 | 219 | "entry": "blocks/folder-blocks/infinite-canvas/index.tsx",
|
243 | 220 | "example_path": "https://github.com/githubnext/blocks-tutorial"
|
244 | 221 | }
|
|
0 commit comments