feat: 💬 Clarify beta install instructions

This commit is contained in:
Maxime Cannoodt 2022-08-05 13:40:32 +02:00
parent e4b3aaea92
commit d4ba0973c1
2 changed files with 31 additions and 4 deletions

View File

@ -1,12 +1,13 @@
{ {
"name": "obsidian-note-sharing-server", "name": "obsidian-note-sharing-webapp",
"version": "0.0.1", "version": "0.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "obsidian-note-sharing-server", "name": "obsidian-note-sharing-webapp",
"version": "0.0.1", "version": "0.0.1",
"license": "MIT",
"dependencies": { "dependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.78", "@sveltejs/adapter-node": "^1.0.0-next.78",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",

View File

@ -1,5 +1,6 @@
<svelte:head> <svelte:head>
<title>Get the plugin | {import.meta.env.VITE_BRANDING}</title> <title>Get the plugin | {import.meta.env.VITE_BRANDING}</title>
<script src="https://tarptaeya.github.io/repo-card/repo-card.js"></script>
</svelte:head> </svelte:head>
<div class="md:py-8 prose max-w-3xl dark:prose-invert"> <div class="md:py-8 prose max-w-3xl dark:prose-invert">
@ -11,10 +12,35 @@
<h2>Beta testing with BRAT</h2> <h2>Beta testing with BRAT</h2>
<p> <p>
To beta test, you can install the plugin using BRAT (see <a To beta test, you can install the plugin using BRAT and the GitHub URL (<a
href="https://github.com/mcndt/obsidian-note-sharing"
>https://github.com/mcndt/obsidian-note-sharing</a
>) (see
<a
href="https://github.com/TfTHacker/obsidian42-brat#adding-a-beta-plugin) for further href="https://github.com/TfTHacker/obsidian42-brat#adding-a-beta-plugin) for further
instructions">BRAT > Adding a beta plugin</a instructions">BRAT > Adding a beta plugin</a
>). Please report any problems you encounter in the plugin >).
</p>
<p>
Please report any problems you encounter in the plugin
<a href="https://github.com/mcndt/obsidian-note-sharing/issues">bug tracker</a>. <a href="https://github.com/mcndt/obsidian-note-sharing/issues">bug tracker</a>.
</p> </p>
</div> </div>
<a href="https://github.com/mcndt/obsidian-note-sharing"
><img src="https://gh-card.dev/repos/mcndt/obsidian-note-sharing.svg" /></a
>
<div class="flex gap-2 mt-2">
<a href="https://github.com/mcndt/obsidian-note-sharing/releases">
<img
src="https://img.shields.io/github/v/tag/mcndt/obsidian-note-sharing"
alt="github-version-tag"
/>
</a>
<a href="https://github.com/mcndt/obsidian-note-sharing">
<img
src="https://img.shields.io/github/downloads/mcndt/obsidian-note-sharing/total"
alt="github-downloads-tag"
/>
</a>
</div>