docs: add share extension help guide

This commit is contained in:
ammarahm-ed
2023-02-11 13:15:05 +05:00
committed by Abdullah Atta
parent 0d5cd2e554
commit 0179a81d52
12 changed files with 59 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -0,0 +1 @@
# Mobile integration

View File

@@ -0,0 +1 @@
# Home screen widgets

View File

@@ -0,0 +1 @@
# Pin to notifications (android)

View File

@@ -0,0 +1 @@
# Quick notes from notifications (android)

View File

@@ -0,0 +1,55 @@
# Share extensions
Basic web clipping support is available on both android & ios apps via share extensions.
We are going to use browser app as an example to demonstarte how you can clip information from webpages and other apps on your iPhone.
1. Select some text on a webpage then Tap on "Share" on the context menu.
# [iOS](#/tab/ios)
![Clip selection](/static/mobile-integration/clip-selection-ios.png)
# [Android](#/tab/android)
![Clip selection](/static/mobile-integration/clip-selection-android.png)
---
2. Select Notesbook from the list of apps.
# [iOS](#/tab/ios)
![Select Notesnook](/static/mobile-integration/select-notesnook-ios.png)
# [Android](#/tab/android)
![Select Notesnook](/static/mobile-integration/select-notesnook-android.png)
---
3. Tap on the Save button on bottom right corner to save the web clip. This will save the web clip as a new note in Notesnook.
![Save web clip](/static/mobile-integration/save-clip-ios.png)
## Append to note
1. Tap on Append to note on the Share extension
2. Search for a note to append the web clip to and select it
3. Save the web clip.
> info
>
> Share exenstion will save the note you selected so in future web clips, it will be selected by default until you reset it.
## Clipping full webpage content
1. Share the webpage link to Notesnook share extension
2. Select "Web clip" on bottom left corner
![clip-webpage](/static/mobile-integration/clip-webpage.png)
3. Save the web clip.