-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
46 lines (46 loc) · 1.65 KB
/
README.html
File metadata and controls
46 lines (46 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.8.0">
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1">
<title>Micro Plugin List | micro Plugin List</title>
<link rel="stylesheet" href="simple.css">
<link rel="icon" href="favicon.png" type="image/png">
</head>
<body>
<header><a href="/micro-plugin-list/">micro Plugin
List</a></header>
<h1>Micro Plugin List</h1>
<p>This repository automatically collects and lists <a href=
"https://micro-editor.github.io/">micro</a>🔗 editor plugins.</p>
<p>You can browse the full plugin list here:<br>
<strong><a href="https://micro-garden.github.io/plugin-list/">micro
Plugin List on GitHub Pages</a>🔗</strong></p>
<h2>How it works</h2>
<ul>
<li>This project fetches GitHub repositories containing a
<code>repo.json</code> file.</li>
<li>The <code>repo.json</code> must be located in the root of the
default branch (<code>main</code> or <code>master</code>).</li>
<li>The file should contain an array of plugin metadata, each with
<code>Name</code> and <code>Description</code> fields.</li>
</ul>
<p>Example:</p>
<p><code>json [ { "Name": "MyPlugin", "Description": "A plugin that
does something useful" } ]</code></p>
<h2>License</h2>
<p>The plugin list is generated from publicly available
metadata.<br>
This repository itself is licensed under the MIT License.</p>
<h2>Author</h2>
<p>Aki Kareha (aki@kareha.org)</p>
<footer>Contact: <a href=
"https://github.com/micro-garden/plugin-list/">micro-garden/plugin-list</a>🔗
GitHub repository<br>
Styled with <a href=
"https://simplecss.org/">Simple.css</a>🔗</footer>
</body>
</html>