mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Update Extensions Links
This commit is contained in:
parent
8b25b3f96a
commit
25c5aea4a6
3 changed files with 26 additions and 26 deletions
|
@ -2,8 +2,8 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>StandardNotes Extensions</title>
|
||||
<script type="text/javascript" src="js.js"></script>
|
||||
<link rel="stylesheet" href="css.css">
|
||||
<script type="text/javascript" src="extensions/js.js"></script>
|
||||
<link rel="stylesheet" href="extensions/css.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="head">
|
||||
|
|
|
@ -1,117 +1,117 @@
|
|||
[
|
||||
{
|
||||
"name": "Autobiography Theme",
|
||||
"url": "src/autobiography-theme.json",
|
||||
"url": "extensions/src/autobiography-theme.json",
|
||||
"extension": "theme"
|
||||
},
|
||||
{
|
||||
"name": "Focus Theme",
|
||||
"url": "src/focus-theme.json",
|
||||
"url": "extensions/src/focus-theme.json",
|
||||
"extension": "theme"
|
||||
},
|
||||
{
|
||||
"name": "Futura Theme",
|
||||
"url": "src/futura-theme.json",
|
||||
"url": "extensions/src/futura-theme.json",
|
||||
"extension": "theme"
|
||||
},
|
||||
{
|
||||
"name": "Midnight Theme",
|
||||
"url": "src/midnight-theme.json",
|
||||
"url": "extensions/src/midnight-theme.json",
|
||||
"extension": "theme"
|
||||
},
|
||||
{
|
||||
"name": "Solarized Dark Theme",
|
||||
"url": "src/solarized-dark-theme.json",
|
||||
"url": "extensions/src/solarized-dark-theme.json",
|
||||
"extension": "theme"
|
||||
},
|
||||
{
|
||||
"name": "Titanium Theme",
|
||||
"url": "src/titanium-theme.json",
|
||||
"url": "extensions/src/titanium-theme.json",
|
||||
"extension": "theme"
|
||||
},
|
||||
{
|
||||
"name": "Dynamic Theme",
|
||||
"url": "src/dynamic-theme.json",
|
||||
"url": "extensions/src/dynamic-theme.json",
|
||||
"extension": "theme"
|
||||
},
|
||||
{
|
||||
"name": "No Distraction Theme",
|
||||
"url": "src/no-distraction-theme.json",
|
||||
"url": "extensions/src/no-distraction-theme.json",
|
||||
"extension": "theme"
|
||||
},
|
||||
{
|
||||
"name": "Bold Editor",
|
||||
"url": "src/bold-editor.json",
|
||||
"url": "extensions/src/bold-editor.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Code Editor",
|
||||
"url": "src/code-editor.json",
|
||||
"url": "extensions/src/code-editor.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Markdown Basic",
|
||||
"url": "src/markdown-basic.json",
|
||||
"url": "extensions/src/markdown-basic.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Markdown Pro",
|
||||
"url": "src/markdown-pro.json",
|
||||
"url": "extensions/src/markdown-pro.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Math Editor",
|
||||
"url": "src/math-editor.json",
|
||||
"url": "extensions/src/math-editor.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Minimal Markdown Editor",
|
||||
"url": "src/minimal-markdown-editor.json",
|
||||
"url": "extensions/src/minimal-markdown-editor.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Plus Editor",
|
||||
"url": "src/plus-editor.json",
|
||||
"url": "extensions/src/plus-editor.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Simple Task Editor",
|
||||
"url": "src/simple-task-editor.json",
|
||||
"url": "extensions/src/simple-task-editor.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Token Vault",
|
||||
"url": "src/token-vault.json",
|
||||
"url": "extensions/src/token-vault.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Vim Editor",
|
||||
"url": "src/vim-editor.json",
|
||||
"url": "extensions/src/vim-editor.json",
|
||||
"extension": "editor"
|
||||
},
|
||||
{
|
||||
"name": "Action Bar",
|
||||
"url": "src/action-bar.json",
|
||||
"url": "extensions/src/action-bar.json",
|
||||
"extension": "component"
|
||||
},
|
||||
{
|
||||
"name": "Folders Component",
|
||||
"url": "src/folders-component.json",
|
||||
"url": "extensions/src/folders-component.json",
|
||||
"extension": "component"
|
||||
},
|
||||
{
|
||||
"name": "Github Push",
|
||||
"url": "src/github-push.json",
|
||||
"url": "extensions/src/github-push.json",
|
||||
"extension": "component"
|
||||
},
|
||||
{
|
||||
"name": "MFA Link",
|
||||
"url": "src/mfa-link.json",
|
||||
"url": "extensions/src/mfa-link.json",
|
||||
"extension": "component"
|
||||
},
|
||||
{
|
||||
"name": "Quick Tags",
|
||||
"url": "src/quick-tags.json",
|
||||
"url": "extensions/src/quick-tags.json",
|
||||
"extension": "component"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
loadJSON("index.json");
|
||||
loadJSON("extensions/index.json");
|
||||
function loadJSON(file){
|
||||
fetch(file)
|
||||
.then(function (response) {
|
||||
|
|
Loading…
Add table
Reference in a new issue