ff
This commit is contained in:
parent
fe5f288c18
commit
ca53c40b7a
@ -2,13 +2,7 @@
|
|||||||
<title>About | {import.meta.env.VITE_BRANDING}</title>
|
<title>About | {import.meta.env.VITE_BRANDING}</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="prose dark:prose-invert">
|
<div class="p-8 prose max-w-3xl dark:prose-invert">
|
||||||
<h2>About</h2>
|
<h1>How it works</h1>
|
||||||
<p>
|
<p>Coming soon</p>
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
|
|
||||||
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
|
||||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
|
|
||||||
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
|
|
||||||
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -56,8 +56,8 @@
|
|||||||
<h2 slot="title">Zero configuration</h2>
|
<h2 slot="title">Zero configuration</h2>
|
||||||
<p slot="text">
|
<p slot="text">
|
||||||
Other plugins require integration with GitHub Gist or Notion using your API keys.
|
Other plugins require integration with GitHub Gist or Notion using your API keys.
|
||||||
Noteshare.space is a <strong>dedicated service</strong> for sharing your Markdown notes. No
|
Noteshare.space is a <strong class="whitespace-nowrap">dedicated service</strong> for sharing
|
||||||
account is needed to use our service.
|
your Markdown notes. No account is needed to use our service.
|
||||||
</p>
|
</p>
|
||||||
</Tile>
|
</Tile>
|
||||||
<img src="/zeroconfig.svg" alt="encrypted-art" class="w-80" />
|
<img src="/zeroconfig.svg" alt="encrypted-art" class="w-80" />
|
||||||
@ -68,9 +68,10 @@
|
|||||||
<h2 slot="title">Open source</h2>
|
<h2 slot="title">Open source</h2>
|
||||||
<p slot="text">
|
<p slot="text">
|
||||||
Want to verify the security of the encryption mechanism? Or host your own instance?
|
Want to verify the security of the encryption mechanism? Or host your own instance?
|
||||||
Noteshare.space is completely <a
|
Noteshare.space is completely <strong class="whitespace-nowrap"
|
||||||
class="underline"
|
><a class="underline" href="https://github.com/mcndt/obsidian-note-sharing"
|
||||||
href="https://github.com/mcndt/obsidian-note-sharing">open-source</a
|
>open-source</a
|
||||||
|
></strong
|
||||||
> under the MIT license.
|
> under the MIT license.
|
||||||
</p>
|
</p>
|
||||||
</Tile>
|
</Tile>
|
||||||
|
@ -2,14 +2,8 @@
|
|||||||
<title>Get the plugin | {import.meta.env.VITE_BRANDING}</title>
|
<title>Get the plugin | {import.meta.env.VITE_BRANDING}</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="prose dark:prose-invert">
|
<div class="p-8 prose max-w-3xl dark:prose-invert">
|
||||||
<h2>Installing the plugin</h2>
|
<h1>Installing the plugin</h1>
|
||||||
|
|
||||||
<p>
|
<p>Coming soon</p>
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
|
|
||||||
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
|
||||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
|
|
||||||
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
|
|
||||||
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user