|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> |
| 8 | + <meta name="description" content=""> |
| 9 | + <meta name="author" content=""> |
| 10 | + <link rel="icon" href="./micro_files/icon.png"> |
| 11 | + <script async defer src="https://buttons.github.io/buttons.js"></script> |
| 12 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> |
| 13 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> |
| 14 | + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> |
| 15 | + <script src="micro_files/platform.js"></script> |
| 16 | + |
| 17 | + <title>Micro Text Editor</title> |
| 18 | + |
| 19 | + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
| 20 | + <link href="micro_files/ie10-viewport-bug-workaround.css" rel="stylesheet"> |
| 21 | + |
| 22 | + <!-- Custom styles for this template --> |
| 23 | + <link href="micro_files/micro.css" rel="stylesheet"> |
| 24 | + </head> |
| 25 | + <body> |
| 26 | + |
| 27 | + <div class="container"> |
| 28 | + <div class="header clearfix"> |
| 29 | + <nav> |
| 30 | + <ul class="nav nav-pills pull-right"> |
| 31 | + <li role="presentation"><a href="index.html">Home</a></li> |
| 32 | + <li role="presentation" class="active"><a href="about.html">About</a></li> |
| 33 | + <li role="presentation"><a href="https://github.com/zyedidia/micro">Development</a></li> |
| 34 | + </ul> |
| 35 | + </nav> |
| 36 | + <h3 class="micro-logo">Micro</h3> |
| 37 | + </div> |
| 38 | + |
| 39 | + <div class="row about"> |
| 40 | + <div class="col-lg-12"> |
| 41 | + <div class="heading"> |
| 42 | + <h2>About</h2> |
| 43 | + </div> |
| 44 | + <p>Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.</p> |
| 45 | + |
| 46 | + <p>As the name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to install and use in a pinch, but micro also aims to be enjoyable to use full time, whether you work in the terminal because you prefer it (like me), or because you need to (over ssh).</p> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + |
| 50 | + <hr> |
| 51 | + |
| 52 | + <div class="row docs"> |
| 53 | + <div class="col-lg-12"> |
| 54 | + <div class="heading"> |
| 55 | + <h2>Documentation and Help</h2> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + <div class="col-lg-8"> |
| 59 | + <p>Micro has a built-in help system which you can access by pressing <code>Ctrl-E</code> and typing <code>help topic</code>. You can also press Ctrl-g to open the main help file. The help files are also viewable online in the Github repository.</p> |
| 60 | + <p>I also recommend reading the <a href="https://github.com/zyedidia/micro/tree/master/runtime/help/tutorial.md">tutorial</a> for |
| 61 | + a brief introduction to the more powerful configuration features micro offers.</p> |
| 62 | + |
| 63 | + <br> |
| 64 | + <p>If you have any questions, feel free to open an issue in the <a href="https://github.com/zyedidia/micro/issues">Github issue tracker</a> or to ask more informally in the <a href="https://gitter.im/zyedidia/micro">Gitter chat</a></p> |
| 65 | + </div> |
| 66 | + <div class="col-lg-1"> |
| 67 | + </div> |
| 68 | + <div class="col-lg-3"> |
| 69 | + <h4>Help topics</h4> |
| 70 | + <ul style="list-style-type:none; padding:0;"> |
| 71 | + <li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/help.md">main help</a></li> |
| 72 | + <li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/keybindings.md">keybindings</a></li> |
| 73 | + <li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/commands.md">commands</a></li> |
| 74 | + <li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/colors.md">colors</a></li> |
| 75 | + <li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/options.md">options</a></li> |
| 76 | + <li><a href="https://github.com/zyedidia/micro/tree/master/runtime/help/plugins.md">plugins</a></li> |
| 77 | + </ul> |
| 78 | + </div> |
| 79 | + </div> |
| 80 | + |
| 81 | + <hr> |
| 82 | + |
| 83 | + <div class="row faq"> |
| 84 | + <div class="col-lg-12"> |
| 85 | + <div class="heading"> |
| 86 | + <h2>FAQs</h2> |
| 87 | + </div> |
| 88 | + <h4>Does micro support Vi keybindings?</h4> |
| 89 | + <p>No, if you want to use Vim then use Vim.</p> |
| 90 | + <br> |
| 91 | + <h4>Can micro support the Command key on Mac?</h4> |
| 92 | + <p>Unfortunately terminals don't send key events for the Command key so it's impossible for micro to make keybindings for it.</p> |
| 93 | + <br> |
| 94 | + <h4>Can I contribute even if I don't know Go?</h4> |
| 95 | + <p>Yes! You can help by creating colorschemes or syntax files or by improving the documentation. If you know Lua you can write plugins.</p> |
| 96 | + <br> |
| 97 | + <h4>How can I donate?</h4> |
| 98 | + <p>We appreciate the gesture, but we don't accept donations.</p> |
| 99 | + <br> |
| 100 | + <h4>Syntax highlighting isn't working well. I only see a few colors/no colors</h4> |
| 101 | + <p>Your <code>TERM</code> variable probably indicates that your terminal only supports 16 colors. You can change it like so to enable 256 colors: <code>$ export TERM=xterm-256color</code>. Alternatively you can use one of micro's 16 color colorschemes by running <code>> set colorscheme simple</code>. |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + |
| 105 | + <hr> |
| 106 | + |
| 107 | + <div class="row logos"> |
| 108 | + <div class="col-lg-12"> |
| 109 | + <div class="heading"> |
| 110 | + <h2>Logos</h2> |
| 111 | + </div> |
| 112 | + <p>You can download the logos for free from here</p> |
| 113 | + </div> |
| 114 | + </div> |
| 115 | + |
| 116 | + <footer class="footer"> |
| 117 | + <p>View the source code for this website on <a href="https://github.com/micro-editor/micro-editor.github.io">Github</a></p> |
| 118 | + </footer> |
| 119 | + </div> <!-- /container --> |
| 120 | + |
| 121 | + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
| 122 | + <script src="micro_files/ie10-viewport-bug-workaround.js"></script> |
| 123 | + </body> |
| 124 | + </html> |
0 commit comments