From c1028ec2cfa12c037eda4c9120bd9ac89398b384 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 14 Dec 2019 10:57:05 +0000 Subject: [PATCH] Update website --- Tools/build-website.js | 1 + docs/nextcloud_app/index.html | 412 ++++++++++++++++++++++++++++++++++ 2 files changed, 413 insertions(+) create mode 100644 docs/nextcloud_app/index.html diff --git a/Tools/build-website.js b/Tools/build-website.js index 9ce65ab3b1..048cf9ac6d 100644 --- a/Tools/build-website.js +++ b/Tools/build-website.js @@ -579,6 +579,7 @@ async function main() { [ 'readme/api.md', 'docs/api/index.html', { title: 'REST API' } ], [ 'readme/prereleases.md', 'docs/prereleases/index.html', { title: 'Pre-releases' } ], [ 'readme/markdown.md', 'docs/markdown/index.html', { title: 'Markdown Guide' } ], + [ 'readme/nextcloud_app.md', 'docs/nextcloud_app/index.html', { title: 'Joplin Web API for Nextcloud' } ], [ 'readme/gsoc/index.md', 'docs/gsoc/index.html', { title: 'Google Summer of Code' } ], [ 'readme/gsoc/idea1_nextcloud.md', 'docs/gsoc/idea1_nextcloud.html', { title: 'GSoC: Idea 1: Nextcloud' } ], diff --git a/docs/nextcloud_app/index.html b/docs/nextcloud_app/index.html new file mode 100644 index 0000000000..2edaf8932d --- /dev/null +++ b/docs/nextcloud_app/index.html @@ -0,0 +1,412 @@ + + + + + + + Joplin Web API for Nextcloud | Joplin + + + + + + + + + + + + + +
+ +
+ +

Joplin

+

An open source note taking and to-do application with synchronisation capabilities

+
+ + + +
+ +

Joplin Web API for Nextcloud🔗

+

This is a beta feature, not yet completed. More info coming soon!

+

The app can be downloaded from there: https://apps.nextcloud.com/apps/joplin

+

The Joplin Web API for Nextcloud is a helper application that enables certain features that are not possible otherwise. In particular:

+
    +
  • Sharing a note publicly
  • +
  • Sharing a note with another Joplin user (who uses the same Nextcloud instance)
  • +
  • Collaborating on a note
  • +
  • Sharing a notebook
  • +
+

FAQ🔗

+
+

Does it work with encrypted notes?

+
+

No

+
+

Does it render images and other attachments?

+
+

No

+
+

How about math formulas?

+
+

No

+
+

Can I share a notebook?

+
+

No

+
+

Can I edit a shared note directly on the browser?

+
+

No

+

TODO🔗

+
    +
  • [ ] Handle encrypted notes (shared notes will be unencrypted on server)
  • +
  • [ ] Move Joplin note rendererer to separate package and re-use it to render notes in the Nextcloud app
  • +
  • [ ] Allow editing note in browser
  • +
+ + + + + + +