Rephrase some features

This commit is contained in:
Zachary Yedidia
2016-10-17 10:03:43 -04:00
parent 1b349df369
commit f895018394
+14 -13
View File
@@ -99,28 +99,29 @@
</div>
</div>
<div class="col-lg-6">
<h4>Sane Defaults</h4>
<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>
<h4>Easy to Use</h4>
<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>
<h4>Mouse Support</h4>
<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>
<h4>Highly Customizable</h4>
<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>
<h4>Common Keybindings</h4>
<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>
<h4>Colors and Highlighting</h4>
<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>
</div>
<div class="col-lg-6">
<h4>Plugin System</h4>
<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>
<h4>Colors and Highlighting</h4>
<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>
<h4>Common Keybindings</h4>
<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>
<h4>Easy to Use</h4>
<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>
<h4>Mouse Support</h4>
<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>
</div>
<div class="col-lg-12">
<br>
<p style="padding-top: 20px;">And much more! Check out the full list of features <a href="https://github.com/zyedidia/micro#features">here</a> as well as the built-in help system also viewable online <a href="https://github.com/zyedidia/micro/tree/master/runtime/help">here</a>.
</div>
</div>
@@ -148,11 +149,11 @@
<h2>Testimonials</h2>
</div>
<ul class="testimonials">
<li><p><a href="https://gitter.im/zyedidia/micro?at=57c5b2069bac566763729ac2">Finally a simple editor that just works, with amazing mouse support.</a></p></li>
<li><p><a href="https://gitter.im/zyedidia/micro?at=57c5b2069bac566763729ac2">"Finally a simple editor that just works, with amazing mouse support."</a></p></li>
<li><p><a href="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>
<li><p><a href="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>
<li><p><a href="https://twitter.com/kelseyhightower/status/770735086400577536">"The micro text editor is dope."</a></p></li>
<li><p><a href="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>
<li><p><a href="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>
</ul>
</div>
</div>
@@ -160,7 +161,7 @@
<br>
<footer class="footer">
<p>View the source code for this website on Github</p>
<p>View the source code for this website on <a href="https://github.com/micro-editor/micro-editor.github.io">Github</a></p>
</footer>
</div> <!-- /container -->