docs: 💬 update plugin branding to quickshare

This commit is contained in:
Maxime Cannoodt 2022-08-16 20:48:29 +02:00
parent 30b2d26847
commit 7ea11903f8
7 changed files with 19 additions and 20 deletions

View File

@ -21,7 +21,7 @@ Each subproject (plugin, server, and webapp) is its own npm package with its own
| (root)
|-- package.json
|-- docker-compose.yml
|-- plugin/ // (Obsidian plugin, as submodule at mcndt/obsidian-note-sharing)
|-- plugin/ // (Obsidian plugin, as submodule at mcndt/obsidian-quickshare)
|-- package.json
|-- Dockerfile
|-- server/ // (Express + Prisma + SQLite)
@ -44,7 +44,7 @@ npm run dev
Running the script starts a dev server for each, recompiling code on file changes. A reverse proxy (`proxy.js` in project root) runs the entire application at `http://localhost:5000`.
If you want to contribute solely to the Obsidian plugin, please pull from the [obsidian-note-sharing](https://github.com/mcndt/obsidian-note-sharing) repo directly.
If you want to contribute solely to the Obsidian plugin, please pull from the [obsidian-quickshare](https://github.com/mcndt/obsidian-quickshare) repo directly.
Before you can store notes in the local development environment, you must migrate the local SQLite database (see next section).

2
plugin

@ -1 +1 @@
Subproject commit 699b2b93a6c31fb4e2bffebe33af97774e3a5c99
Subproject commit 46e53a6d662988c9b8461d41ec4ec3e4f3085dff

View File

@ -1,5 +1,5 @@
{
"name": "obsidian-note-sharing-server",
"name": "obsidian-quickshare-server",
"version": "0.0.1",
"description": "Express + SQLite3 + Prisma app for hosting encrypted notes.",
"main": "server.js",

View File

@ -1,5 +1,5 @@
{
"name": "obsidian-note-sharing-webapp",
"name": "obsidian-quickshare-webapp",
"version": "0.0.1",
"description": "SvelteKit webapp for fetching, decrypting and rendering obsidian notes.",
"author": "Maxime Cannoodt (mcndt)",

View File

@ -11,14 +11,14 @@
Hi! I'm
<a href="https://mcndt.dev">mcndt</a>
and I build the Obsidian note sharing plugin and operate Noteshare.space. There are several ways to
get in touch with me.
and I build the Obsidian QuickShare plugin and operate Noteshare.space. There are several ways to get
in touch with me.
<h2>Bugs and feature requests</h2>
<p>
The preferred way to report bugs or request new features for the web app or the Obsidian plugin
is via the
<a class="underline" href="https://github.com/mcndt/obsidian-note-sharing/issues"
<a class="underline" href="https://github.com/mcndt/obsidian-quickshare/issues"
>GitHub issues page</a
>.
</p>
@ -30,7 +30,7 @@
<h2>Questions about Noteshare.space</h2>
<p>
For questions and inquiries about Noteshare.space (the "official" note hosting service for the
Obsidian note sharing plugin), please E-mail me at <a href="mailto:contact@noteshare.space"
Obsidian QuickShare plugin), please E-mail me at <a href="mailto:contact@noteshare.space"
>contact@noteshare.space</a
>.
</p>

View File

@ -73,8 +73,7 @@
<p slot="text">
Want to verify the security of the encryption mechanism? Or host your own instance?
Noteshare.space is completely <strong class="whitespace-nowrap"
><a class="underline" href="https://github.com/mcndt/obsidian-note-sharing"
>open-source</a
><a class="underline" href="https://github.com/mcndt/Noteshare.space">open-source</a
></strong
> under the MIT license.
</p>

View File

@ -17,8 +17,8 @@
<p>
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
href="https://github.com/mcndt/obsidian-quickshare"
>https://github.com/mcndt/obsidian-quickshare</a
>) (see
<a
href="https://github.com/TfTHacker/obsidian42-brat#adding-a-beta-plugin) for further
@ -27,23 +27,23 @@
</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-quickshare/issues">bug tracker</a>.
</p>
</div>
<a href="https://github.com/mcndt/obsidian-note-sharing"
><img src="https://gh-card.dev/repos/mcndt/obsidian-note-sharing.svg" alt="github-repo-card" /></a
<a href="https://github.com/mcndt/obsidian-quickshare"
><img src="https://gh-card.dev/repos/mcndt/obsidian-quickshare.svg" alt="github-repo-card" /></a
>
<div class="flex gap-2 mt-2">
<a href="https://github.com/mcndt/obsidian-note-sharing/releases">
<a href="https://github.com/mcndt/obsidian-quickshare/releases">
<img
src="https://img.shields.io/github/v/tag/mcndt/obsidian-note-sharing"
src="https://img.shields.io/github/v/tag/mcndt/obsidian-quickshare"
alt="github-version-tag"
/>
</a>
<a href="https://github.com/mcndt/obsidian-note-sharing">
<a href="https://github.com/mcndt/obsidian-quickshare">
<img
src="https://img.shields.io/github/downloads/mcndt/obsidian-note-sharing/total"
src="https://img.shields.io/github/downloads/mcndt/obsidian-quickshare/total"
alt="github-downloads-tag"
/>
</a>