mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-22 05:03:56 +03:00
07e194ca08
Kakoune has many users who may not have an IRC bouncer set up. As a result, they might not have the best experience using IRC. Let's lower the barrier of entry by linking to the Matrix IRC bridge, which has a web client with persistent chat history (though for these bridges, users can only see history from after they joined). Our peer projects like Neovim and Helix make heavy use of Matrix. They use proper Matrix channels which may have more features than IRC bridges. The icon is fairly random, I didn't find anything resembling the matrix logo. Related: #4766
192 lines
11 KiB
HTML
192 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<title tid="head:pluginsPageTitle">Kakoune - Writings</title>
|
|
|
|
<meta name="description" content="The official website of Kakoune, a selection-first modal code editor">
|
|
<meta name="author" content="@lenormf">
|
|
<link rel="icon" type="image/png" href="img/favicon16.png">
|
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="css/default.css">
|
|
</head>
|
|
|
|
<body class="pt-2">
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top border-bottom">
|
|
<a class="navbar-brand" href="/">
|
|
<img alt="kakoune logo" src="img/kakoune_logo_32.png"> Kakoune
|
|
</a>
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav">
|
|
<li class="nav-item">
|
|
<a class="nav-link text-nowrap" href="https://github.com/mawww/kakoune#2-getting-started">
|
|
<i class="fa fa-fw fa-flag"></i>
|
|
<span tid="navbar:getStarted">Get started!</span>
|
|
</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link text-nowrap" href="https://github.com/mawww/kakoune#3-basic-interaction">
|
|
<i class="fa fa-fw fa-list-alt"></i>
|
|
<span tid="navbar:documentation">Documentation</span>
|
|
</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link text-nowrap" href="https://github.com/mawww/kakoune/issues">
|
|
<i class="fa fa-fw fa-bug"></i>
|
|
<span tid="navbar:issueTracker">Issue Tracker</span>
|
|
</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link text-nowrap" href="https://github.com/mawww/kakoune/blob/master/doc/design.asciidoc">
|
|
<i class="fa fa-fw fa-book"></i>
|
|
<span tid="navbar:designNotes">Design Notes</span>
|
|
</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link text-nowrap" href="gallery.html">
|
|
<i class="fa fa-fw fa-camera"></i>
|
|
<span tid="navbar:gallery">Gallery</span>
|
|
</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link text-nowrap" href="plugins.html">
|
|
<i class="fa fa-fw fa-plug"></i>
|
|
<span tid="navbar:plugins">Plugins</span>
|
|
</a>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="navbarCommunity" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="fa fa-globe"></i>
|
|
<span tid="navbar:community">Community</span>
|
|
</a>
|
|
|
|
<div class="dropdown-menu" aria-labelledby="navbarCommunity">
|
|
<a class="dropdown-item text-nowrap" href="https://github.com/mawww/kakoune/wiki">
|
|
<i class="fa fa-fw fa-group"></i>
|
|
<span tid="navbar:wiki">Wiki</span>
|
|
</a>
|
|
<a class="dropdown-item text-nowrap" href="writings.html">
|
|
<i class="fa fa-fw fa-file-text-o"></i>
|
|
<span tid="navbar:communityWritings">Community Writings</span>
|
|
</a>
|
|
<a class="dropdown-item text-nowrap" href="https://discuss.kakoune.com/">
|
|
<i class="fa fa-fw fa-comments"></i>
|
|
<span tid="navbar:forums">Forums</span>
|
|
</a>
|
|
<a class="dropdown-item text-nowrap" href="https://matrix.to/#/#kakoune:libera.chat">
|
|
<i class="fa fa-fw fa-arrows-alt"></i>
|
|
Matrix
|
|
</a>
|
|
<a class="dropdown-item text-nowrap" href="https://web.libera.chat/?channels=#kakoune">
|
|
<i class="fa fa-fw fa-hashtag"></i>
|
|
IRC
|
|
</a>
|
|
<a class="dropdown-item text-nowrap" href="https://kakoune.reddit.com/">
|
|
<i class="fa fa-fw fa-reddit"></i>
|
|
SubReddit
|
|
</a>
|
|
</div>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="navbarLanguages" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="fa fa-flag"></i>
|
|
<span tid="navbar:translation">Translation</span>
|
|
</a>
|
|
|
|
<div class="dropdown-menu" aria-labelledby="navbarLanguages">
|
|
<a class="dropdown-item text-nowrap" href="javascript:void(0)" translate="en"><img src="img/flags/shiny/24/United-Kingdom.png">
|
|
<span tid="navbar:translation:english">English</span></a>
|
|
<a class="dropdown-item text-nowrap" href="javascript:void(0)" translate="fr"><img src="img/flags/shiny/24/France.png">
|
|
<span tid="navbar:translation:french">French</span></a>
|
|
<a class="dropdown-item text-nowrap" href="javascript:void(0)" translate="hu"><img src="img/flags/shiny/24/Hungary.png">
|
|
<span tid="navbar:translation:hungarian">Hungarian</span></a>
|
|
<a class="dropdown-item text-nowrap" href="javascript:void(0)" translate="it"><img src="img/flags/shiny/24/Italy.png">
|
|
<span tid="navbar:translation:italian">Italian</span></a>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="container">
|
|
<div class="row-fluid">
|
|
<h2 tid="writings:communityWritings">Community writings</h2>
|
|
<hr>
|
|
|
|
<p tid="writings:introduction">
|
|
The following links point to articles, written by the community, about Kakoune in general. If you've written an article or a blog and want to contribute to the list beneath, create an <a href="https://github.com/mawww/kakoune/issues/new/?title=[website]%20Add%20my%20article%20to%20community%20writings">issue</a> on the project's page. Similarly, if you'd want a link removed from the list, let us know via an <a href="https://github.com/mawww/kakoune/issues/new/?title=[website]%20Remove%20my%20article%20from%20community%20writings">issue</a>.
|
|
</p>
|
|
<span tid-fr="writings:introduction" class="d-none">
|
|
</span>
|
|
<span tid-hu="writings:introduction" class="d-none">
|
|
</span>
|
|
<span tid-it="writings:introduction" class="d-none">
|
|
</span>
|
|
|
|
<h3>
|
|
<img src="img/flags/shiny/24/United-Kingdom.png">
|
|
English
|
|
</h3>
|
|
|
|
<ul class="list-unstyled pl-lg-5">
|
|
<li>
|
|
<a href="https://cosine.blue/2019-09-06-kakoune.html">The Vim-Inspired Editor with a Linguistic Twist</a> — Gregory Chamberlain
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://brhfl.com/2018/07/kakoune/">Kakoune</a> — Bri Hefele
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h3>
|
|
<img src="img/flags/shiny/24/France.png">
|
|
French
|
|
</h3>
|
|
|
|
<ul class="list-unstyled pl-lg-5">
|
|
<li>
|
|
<a href="https://lord.re/posts/114-kakoune/">Kakoune</a> — Lord
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://linuxfr.org/news/kakoune-un-editeur-de-texte-qui-a-du-caractere">Kakoune, un éditeur de texte qui a du caractère</a> — Benoît Laurent
|
|
</li>
|
|
</ul>
|
|
|
|
<h3>
|
|
<img src="img/flags/shiny/24/Japan.png">
|
|
Japanese
|
|
</h3>
|
|
|
|
<ul class="list-unstyled pl-lg-5">
|
|
<li>
|
|
<a href="https://www.soum.co.jp/misc/vim-advanced/2/">第2回 Kakoune テキストエディタ</a> — Vim
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="row-fluid">
|
|
<div id="footer" class="col-sm-8 offset-sm-2 text-center mb-2">
|
|
<hr class="mt-0 mb-1">
|
|
2012-2018 · <a href="https://github.com/mawww/kakoune"><i>kakoune</i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="vendor/jquery-template/1.5.10/jquery.loadTemplate.min.js"></script>
|
|
<script type="text/javascript" src="js/translate.js"></script>
|
|
</body>
|
|
</html>
|