1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00
snserver_ynh/sources/extra_files/app/public/extensions/index.html
2021-01-30 16:38:41 +01:00

56 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>StandardNotes Extensions</title>
<script type="text/javascript" src="extensions/js.js"></script>
<link rel="stylesheet" href="extensions/css.css">
</head>
<body>
<div id="head">
<h1>Standard Notes - Extensions</h1>
<h2>These Extensions are open source. You can find them on Github.</br>
<a href=https://github.com/standardnotes/>Standard Notes on Github</a></br>
<a href=https://github.com/sn-extensions/>SN Extensions on Github</a></br>
</h2>
<h3>To get all original extensions from Standard-Notes please consider to pay for
<a href=https://standardnotes.org/extensions>Extended Extensions</a>
</h3>
<h3>Install Instructions</h3>
<ul>
<li>Open StandardNotes Web or Desktop App</li>
<li>Press on <strong>Extensions</strong> in the button left corner</li>
<li>Press on <strong>Import Extensions</strong> in the button right corner of the new window.</li>
<li>Insert one of the Extension Links from below.</li>
<li>Press <strong>Enter</strong> on your keyboard.</li>
<li>Press on <strong>Install</strong></li>
</ul>
</div>
<div id="repos">
<h3>Repo</h3>
<table id="reposData">
<tr>
<td id="name">Extensions Repo</br>(Includes all Extentions from below)</td>
<td id="url">
<a href="extensions/repo.json">repo.json</a>
</td>
</tr>
</table>
</div>
<div id="themes">
<h3>Themes</h3>
<table id="themesData">
</table>
</div>
<div id="editors">
<h3>Editors</h3>
<table id="editorsData">
</table>
</div>
<div id="components">
<h3>Components</h3>
<table id="componentsData">
</table>
</div>
</body>
</html>