This repository was archived by the owner on Aug 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathideoxan.json
More file actions
30 lines (30 loc) · 1.49 KB
/
ideoxan.json
File metadata and controls
30 lines (30 loc) · 1.49 KB
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
{
"$schema": "https://raw.githubusercontent.com/ideoxan/spec/main/IdeoxanCourseMetadata.schema.json",
"name": "Tutorial",
"abstract": "This course will help you familiarize yourself with the editor through an interactive guide",
"long": "In this course, you will learn the basics of the Ideoxan Editor. The Ideoxan Editor is the interactive IDE (Integrated Development Environment) that allows for you to complete lesson tasks. It features a robust code editor powered by Ace, syntax highlighting, keyboard shortcuts, error reporting, console output and many other features. There is also a viewport that allows for realtime editing and code execution in the browser. The tutorial guides the user to complete various simple tasks that are needed to work with the lessons and the editor. For instance, the user is asked to look around the editor and then click on the terminal to view the console output. While this small course covers some HTML, CSS, and JavaScript, knowledge or understanding of these languages is not required. These languages and the associated concepts will be taught in later courses.It is highly recommended you take this in order for you to understand how to use the Ideoxan Editor",
"tags": [
"tutorial",
"html5",
"javascript",
"css3"
],
"path": {
"hasPath": false,
"name": null,
"icon": null
},
"images": {
"banner": "/static/img/htmlbanner.webp"
},
"chapters": [
{
"name": "Tutorial",
"lessons": [
{
"name": "Ideoxan Editor Tutorial"
}
]
}
]
}