-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeatures.json
More file actions
47 lines (47 loc) · 1.47 KB
/
features.json
File metadata and controls
47 lines (47 loc) · 1.47 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"title": "Live Preview",
"summary": "Instant preview of .html and .md files. Just click ▶︎ and see the changes.",
"picture": "assets/1.jpg"
},
{
"title": "Git Manager",
"summary": "Git workflow within the IDE. Clone, commit, push, pull without leaving the app.",
"picture": "assets/2.jpg"
},
{
"title": "Code Editor",
"summary": "Syntax highlighting for 10+ languages. Snippets for HTML, CSS, JS, and more.",
"picture": "assets/3.jpg"
},
{
"title": "Material You",
"summary": "Adaptive interface following MD 3 principles. Respects system theme and colors.",
"picture": "assets/4.jpg"
},
{
"title": "Project Export",
"summary": "Export entire projects as ZIP archives. Continue work on desktop or deploy to hosting.",
"picture": "assets/5.jpg"
},
{
"title": "Dev Console",
"summary": "Built-in browser console powered by Eruda. Inspect elements, view logs, debug on device.",
"picture": "assets/6.jpg"
},
{
"title": "Markdown Helper",
"summary": "Visual toolbar for Markdown formatting. Insert syntax with a single tap.",
"picture": "assets/7.jpg"
},
{
"title": "Color Picker",
"summary": "Integrated color selection tool. Pick, copy, and insert values directly into code.",
"picture": "assets/8.jpg"
},
{
"title": "Code Format",
"summary": "Formatting for JavaScript, XML, and HTML with consistent indentation and structure.",
"picture": "assets/9.jpg"
}
]