diff --git a/docs/help/contents/_include/static/desktop-integration/dock-menu-macos.png b/docs/help/contents/_include/static/desktop-integration/dock-menu-macos.png index 5cad26b09..a6b0fea7e 100644 Binary files a/docs/help/contents/_include/static/desktop-integration/dock-menu-macos.png and b/docs/help/contents/_include/static/desktop-integration/dock-menu-macos.png differ diff --git a/docs/help/contents/_include/static/mobile-integration/clip-selection-android.png b/docs/help/contents/_include/static/mobile-integration/clip-selection-android.png new file mode 100644 index 000000000..0b19a2e6d Binary files /dev/null and b/docs/help/contents/_include/static/mobile-integration/clip-selection-android.png differ diff --git a/docs/help/contents/_include/static/mobile-integration/clip-selection-ios.png b/docs/help/contents/_include/static/mobile-integration/clip-selection-ios.png new file mode 100644 index 000000000..d528cb24d Binary files /dev/null and b/docs/help/contents/_include/static/mobile-integration/clip-selection-ios.png differ diff --git a/docs/help/contents/_include/static/mobile-integration/clip-webpage.png b/docs/help/contents/_include/static/mobile-integration/clip-webpage.png new file mode 100644 index 000000000..50eac2a3a Binary files /dev/null and b/docs/help/contents/_include/static/mobile-integration/clip-webpage.png differ diff --git a/docs/help/contents/_include/static/mobile-integration/save-clip-ios.png b/docs/help/contents/_include/static/mobile-integration/save-clip-ios.png new file mode 100644 index 000000000..06274d126 Binary files /dev/null and b/docs/help/contents/_include/static/mobile-integration/save-clip-ios.png differ diff --git a/docs/help/contents/_include/static/mobile-integration/select-notesnook-android.png b/docs/help/contents/_include/static/mobile-integration/select-notesnook-android.png new file mode 100644 index 000000000..f199b266c Binary files /dev/null and b/docs/help/contents/_include/static/mobile-integration/select-notesnook-android.png differ diff --git a/docs/help/contents/_include/static/mobile-integration/select-notesnook-ios.png b/docs/help/contents/_include/static/mobile-integration/select-notesnook-ios.png new file mode 100644 index 000000000..d719e1f4c Binary files /dev/null and b/docs/help/contents/_include/static/mobile-integration/select-notesnook-ios.png differ diff --git a/docs/help/contents/mobile-integration/README.md b/docs/help/contents/mobile-integration/README.md new file mode 100644 index 000000000..27b6bbc51 --- /dev/null +++ b/docs/help/contents/mobile-integration/README.md @@ -0,0 +1 @@ +# Mobile integration \ No newline at end of file diff --git a/docs/help/contents/mobile-integration/home-widgets.md b/docs/help/contents/mobile-integration/home-widgets.md new file mode 100644 index 000000000..33f0ec675 --- /dev/null +++ b/docs/help/contents/mobile-integration/home-widgets.md @@ -0,0 +1 @@ +# Home screen widgets \ No newline at end of file diff --git a/docs/help/contents/mobile-integration/pin-to-notifications.md b/docs/help/contents/mobile-integration/pin-to-notifications.md new file mode 100644 index 000000000..b7ac96199 --- /dev/null +++ b/docs/help/contents/mobile-integration/pin-to-notifications.md @@ -0,0 +1 @@ +# Pin to notifications (android) \ No newline at end of file diff --git a/docs/help/contents/mobile-integration/quick-note-notification.md b/docs/help/contents/mobile-integration/quick-note-notification.md new file mode 100644 index 000000000..fc5cfa0e2 --- /dev/null +++ b/docs/help/contents/mobile-integration/quick-note-notification.md @@ -0,0 +1 @@ +# Quick notes from notifications (android) \ No newline at end of file diff --git a/docs/help/contents/mobile-integration/share-extensions.md b/docs/help/contents/mobile-integration/share-extensions.md new file mode 100644 index 000000000..573e4a186 --- /dev/null +++ b/docs/help/contents/mobile-integration/share-extensions.md @@ -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. + +