diff --git a/README.md b/README.md index 494f30c..cc935d5 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/plugin b/plugin index 699b2b9..46e53a6 160000 --- a/plugin +++ b/plugin @@ -1 +1 @@ -Subproject commit 699b2b93a6c31fb4e2bffebe33af97774e3a5c99 +Subproject commit 46e53a6d662988c9b8461d41ec4ec3e4f3085dff diff --git a/server/package.json b/server/package.json index 49af4cf..f0015e3 100644 --- a/server/package.json +++ b/server/package.json @@ -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", diff --git a/webapp/package.json b/webapp/package.json index 3698028..ff6de89 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -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)", diff --git a/webapp/src/routes/contact.svelte b/webapp/src/routes/contact.svelte index a303b73..af01fa7 100644 --- a/webapp/src/routes/contact.svelte +++ b/webapp/src/routes/contact.svelte @@ -11,14 +11,14 @@ Hi! I'm mcndt - 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.
The preferred way to report bugs or request new features for the web app or the Obsidian plugin is via the - GitHub issues page.
@@ -30,7 +30,7 @@For questions and inquiries about Noteshare.space (the "official" note hosting service for the - Obsidian note sharing plugin), please E-mail me at contact@noteshare.space.
diff --git a/webapp/src/routes/index.svelte b/webapp/src/routes/index.svelte index eb0b1f4..48caecd 100644 --- a/webapp/src/routes/index.svelte +++ b/webapp/src/routes/index.svelte @@ -73,8 +73,7 @@Want to verify the security of the encryption mechanism? Or host your own instance? Noteshare.space is completely open-sourceopen-source under the MIT license.
diff --git a/webapp/src/routes/install.svelte b/webapp/src/routes/install.svelte index 30642c1..ed6c03e 100644 --- a/webapp/src/routes/install.svelte +++ b/webapp/src/routes/install.svelte @@ -17,8 +17,8 @@To beta test, you can install the plugin using BRAT and the GitHub URL (https://github.com/mcndt/obsidian-note-sharinghttps://github.com/mcndt/obsidian-quickshare) (see bug tracker. + bug tracker.
-