-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
227 lines (189 loc) · 7.19 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="UTF-8"/>
<meta name="description" content="Text Editor for macOS"/>
<title>CotEditor -Text Editor for macOS</title>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://coteditor.com"/>
<meta property="og:title" content="CotEditor"/>
<meta property="og:description" content="Text Editor for macOS"/>
<meta property="og:image" content="https://coteditor.com/img/appicon/[email protected]"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:locale:alternate" content="ja_JP"/>
<meta property="og:locale:alternate" content="tr_TR"/>
<meta property="twitter:card" content="summary"/>
<meta property="twitter:creator" content="@CotEditor"/>
<link rel="shortcut icon" href="favicon.png" type="image/png" sizes="16x16"/>
<link rel="shortcut icon" href="[email protected]" type="image/png" sizes="32x32"/>
<link rel="stylesheet" href="css/slider.css"/>
<link rel="stylesheet" href="css/common.css"/>
<link rel="stylesheet" href="css/top.css"/>
<script>
switch (navigator.language.substr(0,2)) {
case 'ja':
window.location = 'index.ja';
break;
case 'tr':
window.location = 'index.tr';
break;
}
</script>
<script async="async" src="js/common.js"></script>
</head>
<body>
<!--<a id="beta" href="beta">try <strong>beta</strong></a>-->
<header>
<nav><ul>
<li><a href="archives">Archives</a></li>
<li><a href="contact">Contact</a></li>
<li><a href="https://x.com/CotEditor" rel="external">X</a></li>
</ul></nav>
</header>
<main>
<section id="top">
<img src="img/appicon/[email protected]" srcset="img/appicon/[email protected] 2x" width="256" alt="[appIcon]"/>
<h1>CotEditor</h1>
<p>The Plain-Text Editor for macOS</p>
<section id="latest">
<p class="handwriting">It's free!</p>
<a href="https://itunes.apple.com/app/coteditor/id1024640650?ls=1" class="download">
<img src="img/MacAppStore.svg" alt="Download on the Mac App Store"/>
</a>
</section>
</section>
<section id="screenshots" class="slider">
<input type="radio" name="control-operator" id="item1" checked="checked"/>
<input type="radio" name="control-operator" id="item2"/>
<input type="radio" name="control-operator" id="item3"/>
<input type="radio" name="control-operator" id="item4"/>
<input type="radio" name="control-operator" id="item5"/>
<input type="radio" name="control-operator" id="item6"/>
<div class="slides">
<figure>
<img src="img/screenshots/[email protected]"
width="735" height="650"
alt="[screenshot]"/>
</figure>
<figure>
<img src="img/screenshots/[email protected]"
width="735" height="650"
alt="[screenshot: Dark Mode]"/>
</figure>
<figure>
<img src="img/screenshots/[email protected]"
width="735" height="650"
alt="[screenshot: tools]"/>
</figure>
<figure>
<img src="img/screenshots/[email protected]"
width="735" height="650"
alt="[screenshot: vertical orientation]"/>
</figure>
<figure>
<img src="img/screenshots/[email protected]"
width="682" height="613"
alt="[screenshot: settings window]"/>
</figure>
</div>
<div class="controls">
<label for="item1"></label>
<label for="item2"></label>
<label for="item3"></label>
<label for="item4"></label>
<label for="item5"></label>
<label for="item6"></label>
</div>
</section>
<p id="lead">light-weight, neat, yet powerful</p>
<section id="highlights">
<h2>Why you should choose CotEditor?</h2>
<section>
<h3>Just for macOS</h3>
<img src="img/icons/osx.svg" alt=""/>
<p>CotEditor is exactly made for macOS. It looks and behaves just as macOS applications should.</p>
</section>
<section>
<h3>Rapid Launch</h3>
<img src="img/icons/speed.svg" alt=""/>
<p>CotEditor launches so quick that you can write your text immediately when you want to.</p>
</section>
<section>
<h3>Open Source</h3>
<img src="img/icons/opensource.svg" alt=""/>
<p>CotEditor is developed as an open-source project that allows anyone to contribute.</p>
</section>
</section>
<section id="features">
<h2>features</h2>
<div>
<section>
<h3>Syntax Highlighting</h3>
<img src="img/icons/syntax.svg" alt=""/>
<p>Colorize more than 50 pre-installed major languages like HTML, PHP, Python, Ruby or Markdown. You can also create your own settings.</p>
</section>
<section>
<h3>Powerful Find & Replace</h3>
<img src="img/icons/find.svg" alt=""/>
<p>Super powerful find and replace using the ICU regular expression engine.</p>
</section>
<section>
<h3>Setting via Click</h3>
<img src="img/icons/gui.svg" alt=""/>
<p>There are no complex configuration files that require geek knowledge. You can access all your settings including syntax definitions and themes from a standard settings window.</p>
</section>
<section>
<h3>Auto Backup</h3>
<img src="img/icons/autobackup.svg" alt=""/>
<p>You don't need to lose your unsaved data anymore. CotEditor backups your documents automatically while editing.</p>
</section>
<section>
<h3>Outline Menu</h3>
<img src="img/icons/outline.svg" alt=""/>
<p>Extract specified lines with the predefined syntax, and you can jump to the corresponding line.</p>
</section>
<section>
<h3>Split Editor</h3>
<img src="img/icons/split_view.svg" alt=""/>
<p>Split a window into multiple panes to see different parts of your document at the same time.</p>
</section>
<section>
<h3>Character Inspector</h3>
<img src="img/icons/char_inspector.svg" alt=""/>
<p>Inspect Unicode character data of each selected character in your document and display them in a popover.</p>
</section>
<section>
<h3>Scriptable</h3>
<img src="img/icons/script.svg" alt=""/>
<p>Make your own macro in your favorite language, whether it is Python, Ruby, Perl, PHP, UNIX shell, AppleScript or JavaScript.</p>
</section>
<section>
<h3>Incompatible Characters</h3>
<img src="img/icons/incompatibles.svg" alt=""/>
<p>Check and list-up the characters in your document that cannot convert into the desired encoding.</p>
</section>
<section>
<h3><abbr title="Chinese, Japanese and Korean">CJK</abbr> Language Friendly</h3>
<img src="img/icons/cjk.svg" alt=""/>
<p>Estimate various file encodings accurately, toggle to vertical text mode and keep its line height correctly.</p>
</section>
</div>
</section>
<section id="develop">
<section>
<h3>We welcome your feedback ♡</h3>
<p>Please don't hesitate to report any bugs or feature requests to our <a href="https://github.com/coteditor/CotEditor/issues" title="Issues・coteditor/CotEditor">issue tracker</a>.</p>
</section>
<a href="https://github.com/coteditor/" title="CotEditor Project" class="github">Project Page on GitHub</a>
</section>
</main>
<footer>
<aside class="sns">
<ul>
<li><iframe src="https://ghbtns.com/github-btn.html?user=coteditor&repo=CotEditor&type=star&count=true" style="border:none" width="165" height="20"></iframe></li>
</ul>
</aside>
<p class="copyright">© 2014-2024 CotEditor Project</p>
</footer>
</body>
</html>