1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-22 05:03:56 +03:00
kakoune/plugins.html
Johannes Altmanninger 07e194ca08 website community: add link to Matrix channel (libera.chat IRC bridge)
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
2023-01-16 21:27:39 +01:00

216 lines
14 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 - Plugins</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">
<style>
.media .media-object {
width: 64px;
height: 64px;
}
</style>
</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="alert alert-warning alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<span tid="plugins:malwareWarning">
<strong>Warning!</strong> The following plugins are fetched from <a href="https://github.com/">Github</a> automatically, and have not necessarily been reviewed or approved by Kakoune developers. Use them at your own risks!
</span>
<span tid-fr="plugins:malwareWarning" class="d-none">
<strong>Attention!</strong> Les extensions suivantes sont collectées sur <a href="https://github.com/">Github</a> automatiquement, et n'ont pas nécessairement été révisées ou approuvées par les développeurs de Kakoune. Utilisez-les à vos risques et périls !
</span>
<span tid-hu="plugins:malwareWarning" class="d-none">
<strong>Figyelem!</strong> Ezek a kiegészítők automatikusan lettek a <a href="https://github.com/">Github</a>-ról lekérdezve, és nem feltétlen lettek ellenőrizve vagy elfogadva a Kakoune fejlesztői által. Használatuk csak saját felelősségre!
</span>
<span tid-it="plugins:malwareWarning" class="d-none">
<strong>Attenzione!</strong> Le seguenti estensioni sono prese da <a href="https://github.com/">Github</a> automaticamente, e non sono state necessariamente revisionate o approvate dagli sviluppatori di Kakoune. Usale a tuo rischio e pericolo!
</span>
</div>
<div class="alert alert-info alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<span tid="plugins:infoContribute">
<strong>Have your plugin shown in that list!</strong> Your repository will be included in the page automatically if it has both the <i><strong>kakoune</strong></i> and <i><strong>plugin</strong></i> topics. Have a look at <a href="https://github.com/search?q=topic%3Akakoune+topic%3Aplugin" class="alert-link">the official Github search page</a>, that's where we fetch our data from!
</span>
<span tid-fr="plugins:infoContribute" class="d-none">
<strong>Incluez votre extension dans cette liste!</strong> Votre dépôt sera inclu automatiquement s'il a les deux sujets <i><strong>kakoune</strong></i> et <i><strong>plugin</strong></i> associés. Consultez <a href="https://github.com/search?q=topic%3Akakoune+topic%3Aplugin" class="alert-link">la page de recherche Github officielle</a>, c'est de là que nous téléchargeons nos données !
</span>
<span tid-hu="plugins:infoContribute" class="d-none">
<strong>Kerüljön be a te kiegészítőd is a listába!</strong> A kiegészítő tárolója automatikusan meg fog jelenni ezen az oldalon, ha a <i><strong>kakoune</strong></i> és <i><strong>plugin</strong></i> címkék be vannak állítva. Lásd <a href="https://github.com/search?q=topic%3Akakoune+topic%3Aplugin" class="alert-link">a Github keresési oldalt</a>, ahonnan ez a lista is le van kérdezve!
</span>
<span tid-it="plugins:infoContribute" class="d-none">
<strong>Aggiungi la tua estensione alla lista!</strong> Il tuo repository verrà aggiunto alla pagina automaticamente se avrà tra i topic <i><strong>kakoune</strong></i> e <i><strong>plugin</strong></i>. Consulta <a href="https://github.com/search?q=topic%3Akakoune+topic%3Aplugin" class="alert-link">la pagina di ricerca ufficiale di Github</a>, è da lì che prendiamo i dati!
</span>
</div>
<!-- NOTE: we split the list and its container in order to be able to get the row's height, which remains at 0 when all of its content is floating -->
<div id="pluginsListContainer">
<div class="row" id="pluginsList"></div>
</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/html" id="pluginTmpl">
<div class="col-12 col-md-6 col-lg-4">
<div class="card shadow-sm mb-3">
<div class="card-body p-3">
<div class="media">
<div class="mr-3">
<a data-href="owner.profile_url">
<img class="media-object border" data-src="owner.avatar_url" data-alt="owner.username">
</a>
</div>
<div class="media-body">
<div class="row justify-items-between">
<div class="col">
<a data-href="plugin.repository_url" data-content="plugin.name"></a>
</div>
<div class="col text-right text-secondary">
<span class="text-nowrap">
<i class="fa fa-fw fa-star"></i>
<span data-content="plugin.stars"></span>
</span>
</div>
</div>
<span class="text-justify" data-content="plugin.description"></span>
</div>
</div>
</div>
</div>
</div>
</script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/translate.js"></script>
</body>
</html>