You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -99,28 +99,29 @@ <h2>Features</h2>
99
99
</div>
100
100
</div>
101
101
<divclass="col-lg-6">
102
-
<h4>Sane Defaults</h4>
103
-
<p>All of micro's many options are standard and what one would expect. The options are all easily configurable should you want to change them.</p>
102
+
<h4>Easy to Use</h4>
103
+
<p>Micro's number one feature is being easy to install (it's just a static binary with no dependencies) and easy to use.</p>
104
104
105
-
<h4>Mouse Support</h4>
106
-
<p>Micro has full support for the mouse. This means you can click and drag to select text, double click select by word, and triple click to select by line.</p>
105
+
<h4>Highly Customizable</h4>
106
+
<p>Use a simple json format to configure your options and rebind keys to your liking. If you need more power, you can use Lua to configure the editor further.</p>
107
107
108
-
<h4>Common Keybindings</h4>
109
-
<p>Micro's keybindings are what you would expect from a simple-to-use editor. You can also rebind any of the bindings without problem in the <code>bindings.json</code> file.</p>
108
+
<h4>Colors and Highlighting</h4>
109
+
<p>Micro supports over 75 languages and has 7 default colorschemes to choose from. Micro supports 16, 256, and truecolor themes. Syntax files and colorschemes are also very simple to make.</p>
110
110
</div>
111
111
112
112
<divclass="col-lg-6">
113
113
<h4>Plugin System</h4>
114
114
<p>Micro supports a full-blown plugin system. Plugins are written in Lua and there is a plugin manager to automatically download and install your plugins for you.</p>
115
115
116
-
<h4>Colors and Highlighting</h4>
117
-
<p>Micro supports syntax highlighting for over 75 languages and has 7 default colorschemes to choose from. Micro supports 16, 256, and truecolor themes. Syntax files and colorschemes are also very simple to make.</p>
116
+
<h4>Common Keybindings</h4>
117
+
<p>Micro's keybindings are what you would expect from a simple-to-use editor. You can also rebind any of the bindings without problem in the <code>bindings.json</code> file.</p>
118
118
119
-
<h4>Easy to Use</h4>
120
-
<p>Micro's number one feature is being easy to install (it's just a static binary with no dependencies) and easy to use.</p>
119
+
<h4>Mouse Support</h4>
120
+
<p>Micro has full support for the mouse. This means you can click and drag to select text, double click select by word, and triple click to select by line.</p>
121
121
</div>
122
122
123
123
<divclass="col-lg-12">
124
+
<br>
124
125
<pstyle="padding-top: 20px;">And much more! Check out the full list of features <ahref="https://github.com/zyedidia/micro#features">here</a> as well as the built-in help system also viewable online <ahref="https://github.com/zyedidia/micro/tree/master/runtime/help">here</a>.
125
126
</div>
126
127
</div>
@@ -148,19 +149,19 @@ <h2>Contributing</h2>
148
149
<h2>Testimonials</h2>
149
150
</div>
150
151
<ulclass="testimonials">
151
-
<li><p><ahref="https://gitter.im/zyedidia/micro?at=57c5b2069bac566763729ac2">Finally a simple editor that just works, with amazing mouse support.</a></p></li>
152
+
<li><p><ahref="https://gitter.im/zyedidia/micro?at=57c5b2069bac566763729ac2">"Finally a simple editor that just works, with amazing mouse support."</a></p></li>
152
153
<li><p><ahref="https://www.reddit.com/r/golang/comments/4f8e0q/micro_a_modern_and_intuitive_terminalbased_text/d26qse8">"I really love this. This is definitely replacing nano for me."</a></p></li>
153
154
<li><p><ahref="https://github.com/zyedidia/micro/issues/217#issuecomment-243134046">"Keep up the great work, you have saved me from Nano and Vim suffering!"</a></p></li>
154
155
<li><p><ahref="https://twitter.com/kelseyhightower/status/770735086400577536">"The micro text editor is dope."</a></p></li>
155
-
<li><p><ahref="https://www.reddit.com/r/commandline/comments/5059qw/micro_a_modern_and_intuitive_terminalbased_text/d71t2y8">Nice, readable source, with generous use of comments. I wonder if this is that "idiomatic go" I keep hearing about.</a></p></li>
156
+
<li><p><ahref="https://www.reddit.com/r/commandline/comments/5059qw/micro_a_modern_and_intuitive_terminalbased_text/d71t2y8">"Nice, readable source, with generous use of comments. I wonder if this is that 'idiomatic go' I keep hearing about."</a></p></li>
156
157
</ul>
157
158
</div>
158
159
</div>
159
160
160
161
<br>
161
162
162
163
<footerclass="footer">
163
-
<p>View the source code for this website on Github</p>
164
+
<p>View the source code for this website on <ahref="https://github.com/micro-editor/micro-editor.github.io">Github</a></p>
0 commit comments