OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 title: "Dart Editor" | 3 title: "Dart Editor" |
4 description: "Read all about Dart Editor's features." | 4 description: "Read all about Dart Editor's features." |
5 has-permalinks: true | 5 has-permalinks: true |
6 js: | 6 js: |
7 - url: /js/os-switcher.js | 7 - url: /js/os-switcher.js |
8 defer: true | 8 defer: true |
9 - url: /js/editor-downloads-analytics.js | 9 - url: /js/editor-downloads-analytics.js |
10 defer: true | 10 defer: true |
| 11 - url: /js/editor-version.js |
| 12 defer: true |
11 --- | 13 --- |
12 | 14 |
13 {% include platform-specific-text/_noscript.html %} | 15 {% include platform-specific-text/_noscript.html %} |
14 | 16 |
15 <h1>{{ page.title }}</h1> | 17 <h1>{{ page.title }}</h1> |
16 | 18 |
17 <p> | 19 <p> |
18 This page has detailed instructions for using Dart Editor, | 20 This page has detailed instructions for using Dart Editor, |
19 a lightweight, open-source editor. | 21 a lightweight, open-source editor. |
20 A few of the covered topics are | 22 A few of the covered topics are |
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 </p> | 883 </p> |
882 | 884 |
883 <p> | 885 <p> |
884 <img src="images/key-assist.png" | 886 <img src="images/key-assist.png" |
885 alt="screenshot of help for keyboard alternatives" | 887 alt="screenshot of help for keyboard alternatives" |
886 width="231" height="235"> | 888 width="231" height="235"> |
887 </p> | 889 </p> |
888 | 890 |
889 </section> | 891 </section> |
890 </section> | 892 </section> |
OLD | NEW |