From 86fbecf1f0bbc4c95819410a3115a7086a44b380 Mon Sep 17 00:00:00 2001 From: Luan <8280546+mozedz@users.noreply.github.com> Date: Wed, 26 Jul 2023 09:32:27 +0700 Subject: [PATCH] re enrich docs --- docs/common/company/assets.md | 2 +- docs/kagi/ai/summarize-page.md | 40 +++++++++- docs/kagi/api/enrich.md | 4 +- docs/kagi/api/overview.md | 15 +++- docs/kagi/features/code.md | 2 +- .../website-info-personalized-results.md | 10 ++- docs/kagi/getting-started/index.md | 80 ++++++++----------- docs/kagi/getting-started/setting-default.md | 11 ++- docs/kagi/search-details/search-sources.md | 4 +- docs/kagi/why-kagi/why-pay.md | 14 ++-- docs/orion/faq/faq.md | 14 ++-- docs/orion/features/pip.md | 8 +- docs/orion/features/syncing-data.md | 20 ++++- 13 files changed, 144 insertions(+), 80 deletions(-) diff --git a/docs/common/company/assets.md b/docs/common/company/assets.md index a114391e..2d4cfcba 100644 --- a/docs/common/company/assets.md +++ b/docs/common/company/assets.md @@ -10,7 +10,7 @@ They include: * Variants of our "g" logo * Typography * Brand Colors -* Variants of [Doggo the Kagi Mascot](mascot.md) +* Variants of [Doggo the Kagi Mascot](../about-kagi/kagi-mascot.md) ## Orion Browser diff --git a/docs/kagi/ai/summarize-page.md b/docs/kagi/ai/summarize-page.md index e736816c..d2d70b9f 100644 --- a/docs/kagi/ai/summarize-page.md +++ b/docs/kagi/ai/summarize-page.md @@ -1,10 +1,18 @@ # Summarize Page +Summarize Page (or Universal Summarizer as it's also called) is a way to summarize any page, video og podcast (given a transcript). -There are three ways to summarize a page: +There are currently four ways to summarize a page: 1. Directly in the search results 2. Via bang -3. On a dedicated page, independent of a previous search +3. Via API +4. On a dedicated page, independent of a previous search + +All, apart from the API, are free for every paid Kagi user. + +Summarize Page is made using Kagi's own, in-house models. There are currently two models in use: +1. Agnes (accessable via either the web or the API) +2. Muriel (currently API only) ## In search results @@ -22,6 +30,34 @@ After reading the summary you can even choose to proceed to [Discuss this docume Quickly summarize any page using the [bang `!sum`](../features/bangs.md#universal-summarizer). +## Via API +See [Summarizer API](../api/summarizer.md) for more details. + +As mentioned at the start, two models are offered in the API. As for the differences between the two AI models, here is them summarizing the same [document](https://arxiv.org/pdf/2112.11446.pdf). + +**Agnes:** + +> The PDF document titled “Scaling Language Models: Methods, Analysis & Insights from Training Gopher” presents an analysis of Transformer-based language model performance across a wide range of model scales, from models with tens of millions of parameters up to a 280 billion parameter model called Gopher. The models are evaluated on 152 diverse tasks, achieving state-of-the-art performance across the majority. The study finds that gains from scale are largest in areas such as reading comprehension, fact-checking, and the identification of toxic language, but logical and mathematical reasoning see less benefit. The document also provides a holistic analysis of the training dataset and models behavior, covering the intersection of model scale with bias and toxicity. Finally, the study discusses the application of language models to AI safety and the mitigation of downstream harms. The key implication of this study is that larger language models can significantly improve performance on a wide range of natural language processing tasks, but there are also concerns about the potential for bias and toxicity in these models. +> The paper also provides a holistic analysis of the training dataset and the model’s behavior, examining the intersection of model scale with bias and toxicity. It discusses the application of language models to AI safety and the mitigation of downstream harms. + +**Muriel:** + +> This PDF document presents an analysis of Transformer-based language model performance across various scales, focusing on a 280 billion parameter model called Gopher. The models are evaluated on 152 diverse tasks, achieving state-of-the-art performance in the majority of them. The most significant gains from scaling are observed in areas such as reading comprehension, fact-checking, and toxic language identification, while logical and mathematical reasoning see less benefit. +> +> The paper also provides a holistic analysis of the training dataset and the model’s behavior, examining the intersection of model scale with bias and toxicity. It discusses the application of language models to AI safety and the mitigation of downstream harms. +> +> Key findings include: +> 1. Gopher outperforms current state-of-the-art language models in approximately 81% of tasks with comparable results, particularly in knowledge-intensive domains such as fact-checking and general knowledge. +> 2. Larger models are more likely to generate toxic responses when provided with toxic prompts, but they can also more accurately classify toxicity. +> 3. Gains from scale are largest in areas like reading comprehension, fact-checking, and the identification of toxic language. However, logical and mathematical reasoning see less benefit. +> +> The document also discusses challenges and future directions, such as: +> 1. Towards efficient architectures: The need for more efficient architectures to reduce the computational cost of training and inference. +> 2. Challenges in toxicity and bias: Addressing the issues of toxicity and bias in language models to ensure safe and fair AI systems. +> 3. Safety benefits and risks: Balancing the potential benefits of language models in AI safety with the risks associated with their misuse. +> +> In conclusion, the paper highlights the improved performance of large-scale language models like Gopher in various tasks and emphasizes the importance of addressing challenges related to toxicity, bias, and AI safety. + ## Universal Summarizer landing page There's where you can enter the URL of any page, PDF, PPTX, MP3, video etc that you want to have summarized. diff --git a/docs/kagi/api/enrich.md b/docs/kagi/api/enrich.md index e6e8ae08..da5764cb 100644 --- a/docs/kagi/api/enrich.md +++ b/docs/kagi/api/enrich.md @@ -4,8 +4,7 @@ The enrichment APIs are a collection of indexes that can be used to supplement o They are best used for finding non-commerical websites and "small web" discussions surrounding a particular topic. The news enrichment API offers interesting discussions and news worth reading from typically non-mainstream sources. -They are not "general" search indexes that can answer any type of query but rather these results are our 'secret sauce' and what makes Kagi results unique and interesting. - +They are not "general" search indexes that can answer any type of query but rather these results are our 'secret sauce' and what makes Kagi results unique and interesting. ## Pricing @@ -458,4 +457,3 @@ curl -v \ ``` - diff --git a/docs/kagi/api/overview.md b/docs/kagi/api/overview.md index 7256fe97..6862f44e 100644 --- a/docs/kagi/api/overview.md +++ b/docs/kagi/api/overview.md @@ -5,16 +5,23 @@ results & more. ## Kagi APIs -- [Search API](search.md) -- [Universal Summarizer API](summarizer.md) -- [FastGPT](fastgpt.md) +We have the following APIs available. + +- [Universal Summarizer API](summarizer.md) (public) +- [FastGPT API](fastgpt.md) (public) +- [Search API](search.md) (invite only at the moment) + +Quick start for all APIs: + +1. Get the [API key](https://kagi.com/settings?p=api) (requires a Kagi account). +2. Top off your [API credits](https://kagi.com/settings?p=billing_api). +3. Call the API. ## Unofficial Client Libraries Libraries created by Kagi users and third parties. - [kagigo for Go - FastGPT & Universal Summarizer](https://github.com/httpjamesm/kagigo) -- [FastGPT for Raycast](https://www.raycast.com/http.james/kagi-fastgpt) ## Beta Status diff --git a/docs/kagi/features/code.md b/docs/kagi/features/code.md index b3513579..00aa7e27 100644 --- a/docs/kagi/features/code.md +++ b/docs/kagi/features/code.md @@ -2,7 +2,7 @@ Kagi supports developers with code samples in response to search results. -For example, consider searching for *write!* +For example, consider searching for write! Write Search No Filter diff --git a/docs/kagi/features/website-info-personalized-results.md b/docs/kagi/features/website-info-personalized-results.md index fca4045b..d11cabd5 100644 --- a/docs/kagi/features/website-info-personalized-results.md +++ b/docs/kagi/features/website-info-personalized-results.md @@ -1,6 +1,6 @@ # Website Info & Personalized Results -To the right of each Kagi search result is a Crystal Ball icon. Hovering over the icon or tapping it will access additional features related to the webpage for that result. +To the right of each Kagi search result is a shield icon. Hovering over the icon or tapping it will access additional features related to the webpage for that result. Crystal Ball Icon @@ -31,6 +31,14 @@ Your options are to: You can see your Personalized Results for all websites in [Settings](https://kagi.com/settings?p=user_ranked). +## Personalization Leaderboard + +Wonder what domains are the most popular among Kagi users to modify the rankings of? Check the [Personalization Leaderboard](https://kagi.com/settings?p=rule_leaderboard). We aggregrate the rankings of domains that have been tagged by othe +r Kagi users. + + +Personalization leaderboard
+ ## Website Information At the bottom of the information window for the search result is useful data about the website for the result. diff --git a/docs/kagi/getting-started/index.md b/docs/kagi/getting-started/index.md index 4c802fee..9f7cd25c 100644 --- a/docs/kagi/getting-started/index.md +++ b/docs/kagi/getting-started/index.md @@ -1,67 +1,55 @@ # Quick Start -## Table of Contents - -- [Signing Up](#signing-up) -- [Basic Searches](#basic-searches) -- [Filter Search Results](#filter-search-results) -- [Using Search Operators](#using-search-operators) -- [Bang Searches](#bang-searches) -- [Lens Searches](#lens-searches) -- [Personalized Results](#personalized-results) - -## Signing Up - -Before you can use Kagi, you need to visit [https://kagi.com](https://kagi.com) and sign up for a [**Free Basic** or **Premium**](../plans/plan-types.md) plan. - -## Basic Searches - -To do a basic search, simply visit [https://kagi.com](https://kagi.com) and search for something. +Kagi helps you find exactly what you're looking for online. It has a few more capabilities than the search engine you're used to so let's explore how to get the most out of them. -Basic Search
- -Or, if you've [set Kagi as your default search engine](setting-default.md), you can do a search from your browser's address bar. - -## Filter Search Results - -You can [filter](../features/filtering-results.md) your search results to focus on the results you most care about. - -Filter Options Button
- -Filtering Results
+## Table of Contents -## Using Search Operators +- [Personalize Results](#personalize-results) +- [Summarize Results](#summarize-results) +- [Summarize Page](#summarize-page) +- [Refining Search Results](#refining-search-results) +- [Sharing Search Results](#sharing-search-results) -If you press **?** on your keyboard (**shift + /**) while in search results, Kagi will open a scrollable window showing keyboard shortcuts, search operators, query shortcuts, and widgets. You can also click or tap **Help** at the bottom of any Kagi webpage to see the same information. +## Personalize Results -Search Operators
+Kagi's personalization options lets you customize your results including eliminating websites that you find low quality or distracting or boosting those that you find more useful. Clicking the shield icon to the right of a search result reveals additional information and [personalization options](https://help.kagi.com/kagi/features/website-info-personalized-results.html) for that result. From here you can raise or lower the weighting for that website including blocking websites that you'd like eliminated from your search results. You can see some of the more popular modifications on the [Kagi Personalization Leaderboard](https://kagi.com/settings?p=rule_leaderboard). -For example, searching for [outfit movie !](https://kagi.com/search?q=outfit%20movie%20!) will take you straight to the first result for that query. +Personalize Results
+
+
-Search Operator Example
+## Summarize Results (Quick Answer) -You can read [documentation](../features/search-operators.md) that covers the search operators in detail. +Quick Answer (aka [Summarize Results](https://help.kagi.com/kagi/ai/summarize-results.html)) extracts and summarizes the important content from the search results including links to the source material. -## Bang Searches +Summarize Results
+
+
-Kagi supports all DuckDuckGo-style [bangs](../features/bangs.md). Bangs are shortcuts starting with exclamation points (!) that quickly take you to search results on other sites. +## Summarize Page -For example, searching Kagi for **!w Monty Python** will search Wikipedia directly for "Monty Python" and take you to that Wikipedia search result. +Clicking the three dot icon next to a search result brings up page options. [Summarize Page](https://help.kagi.com/kagi/ai/summarize-page.html) provides a synopsis of the page. -Bang Example
+Summarize Page
+
+
-## Lens Searches +## Refining Search Results -Kagi [Lenses](../features/lenses.md) allow you to customize your searches by specifying which websites (and other parameters) you see in your results. We provide a few Lenses to get you started, such as one to search only online discussions and forums. You can also create your own! +Just below the search box you can quickly filter for the types of results such as Images or Podcasts or you can use [Kagi Lenses.](https://help.kagi.com/kagi/features/lenses.html) Lenses are search filters and rules applied to search results. Built-in Lenses include Forums (results from the thousands of specialized online communities as well as Reddit), Academic (results from academic institutions), and Programming (coding forums and websites) and more. Custom Lenses can be created as well. -Here's an example using the built-in EDU lens: +Kagi Lenses
+
+
-Lens Example
+You can also use [Search operators ](https://help.kagi.com/kagi/features/search-operators.html) to tune your results. For instance the filetype: operator can limit results to specific filetypes. E.g. adding “filetype:xlsx” to your query will limit your results to only Microsoft Excel files. A quick reference of search operators is available from anywhere on kagi.com by typing “?” [Note: make sure you’re not typing into a form or text box when entering “?” to bring up the reference window.] -## Personalized Results +Search operators reference
+
+
-You can tweak how the website for a result is treated in future Kagi searches using [Personalized Results](../features/website-info-personalized-results.md#personalized_results). +## Sharing Search Results -Personalized Results Example
+You can [share your search results](https://help.kagi.com/kagi/features/share-results.html) with friends who may not be Kagi subscribers by using the “Share This Search” button at the bottom of a search result page or by selecting More > Share This Search. This will copy a link to your clipboard which you can pass on to others. -You can see your Personalized Results for all websites in [Settings](https://kagi.com/settings?p=user_ranked). +Sharing Search Results
diff --git a/docs/kagi/getting-started/setting-default.md b/docs/kagi/getting-started/setting-default.md index 9c575b32..5a36b57c 100644 --- a/docs/kagi/getting-started/setting-default.md +++ b/docs/kagi/getting-started/setting-default.md @@ -2,6 +2,7 @@ ## Table of Contents +- [Option 0: Use Orion browser by Kagi (currently for macOS/iOS only)](#orion) - [Option 1: Using the Kagi Browser Extension](#browser_extension) - [Access to Safari Browsing History](#safari_extension) - [Note for Brave Browser Users](#brave_extension) @@ -19,8 +20,15 @@ - [Custom Use](#custom_use) - [Private Session](#private_session) - + +## Option 0: Use Orion browser by Kagi (currently for macOS/iOS only) + +If you use Apple devices with macOS/iOS/iPadOS you can use Orion browser by Kagi. It has Kagi built-in and is the easiest option to start using Kagi. + +[Download Orion](https://browser.kagi.com). + + ## Option 1: Using the Kagi Browser Extension Kagi is available as an extension for all major browsers. The extension sets Kagi as the default search engine and allows you to search with Kagi even in a private window. @@ -180,4 +188,3 @@ The session link will include a special token that will allow you to log into Ka - Open a new tab and navigate to https://kagi.com and submit a search - Open your browser’s settings. Choose Search engine. - Select Kagi from the Recently Visited section. - diff --git a/docs/kagi/search-details/search-sources.md b/docs/kagi/search-details/search-sources.md index 7a281456..7a2a747a 100644 --- a/docs/kagi/search-details/search-sources.md +++ b/docs/kagi/search-details/search-sources.md @@ -4,10 +4,8 @@ We use heuristics and deep learning to understand query intent, select the best You can think of Kagi as a "search client," working like an email client, connecting to indexes and sources to find relevant results and package them into a superior, secure, and privacy-respecting search experience. -Our searching includes anonymized requests to traditional search indexes like Google and Bing and vertical sources like Wikipedia, DeepL, and other APIs. We also have our own non-commercial index (Teclis), news index (TinyGem), and an AI for instant answers. +Our searching includes anonymized requests to traditional search indexes like Google and [Mojeek](https://mojeek.com), niche search engines like [Marginalia](https://search.marginalia.nu) and vertical sources like Wikipedia, Open Meteo, and other APIs. We also have our own web index (Teclis), news index (TinyGem), and an AI for instant answers. Teclis and TinyGem are a result of our crawl through millions of domains, focusing primarily on non-commercial, high-quality content. Our unique results help you discover the best content you can possibly find online, sometimes from the quieter places on the web. And, of course, we answer quick queries like "How far is the sun from the earth?" or "10kg in lbs" with our instant-answer systems that use dozens of sources and APIs, all connected to you quickly yet transparently. - -If Kagi gets results from Google or Bing, it does not display paid/sponsored results. Kagi only shows the organic results to your anonymized queries. diff --git a/docs/kagi/why-kagi/why-pay.md b/docs/kagi/why-kagi/why-pay.md index a7542f04..be2816ea 100644 --- a/docs/kagi/why-kagi/why-pay.md +++ b/docs/kagi/why-kagi/why-pay.md @@ -2,21 +2,23 @@ You should pay for your search engine to ensure that the incentives of the information provider are aligned with what's best for you, not what’s best for advertisers. -Every "free" search engine out there comes with a hidden cost. Your private details pass through your searches, and search results influenced by advertising can influence your thoughts and actions. Businesses that monetize your data owe you more than just a "free" account! Our stand against ad-supported business models has created a 100% ad-free search experience focused entirely on our users. +Think about it. Do you want the results you find in your search engine to give you the information you need or the information an advertiser wants you to see? + +Every "free" search engine out there comes with a hidden cost. Your private details pass through your searches, and search results influenced by advertising influence your thoughts. Businesses that monetize your data owe you more than just a "free" account! Our stand against ad-supported business models gives you a 100% ad-free search experience. If you want a search experience tailored to you and your needs, one that could also make the world a slightly better place, then you need to break free from the ruts that advertisers and corporations have guided us into. Investing in Kagi is investing in a more humane web and your online future. It also invests in your children's future so they won't be bombarded with ads from an early age. ## Ad-Supported Search Engines Don't Work for the Future of the Web -We will let no other than the founders of Google explain this. The year is 1998, and this is how they describe why it is imperative for search engines to be ad-free: +We will let no other than the founders of Google explain this. The year is 1998, and this is how they describe how ad-supported search engines are not in a user's best interest: -> "Currently, the predominant business model for commercial search engines is advertising. The goals of the advertising business model do not always correspond to providing quality search to users. For example, in our prototype search engine one of the top results for cellular phone is "The Effect of Cellular Phone Use Upon Driver Attention", a study which explains in great detail the distractions and risk associated with conversing on a cell phone while driving. This search result came up first because of its high importance as judged by the PageRank algorithm, an approximation of citation importance on the web [Page, 98].* +> "Currently, the predominant business model for commercial search engines is advertising. The goals of the advertising business model do not always correspond to providing quality search to users. For example, in our prototype search engine one of the top results for cellular phone is "The Effect of Cellular Phone Use Upon Driver Attention", a study which explains in great detail the distractions and risk associated with conversing on a cell phone while driving. This search result came up first because of its high importance as judged by the PageRank algorithm, an approximation of citation importance on the web [Page, 98].\* > > It is clear that a search engine which was taking money for showing cellular phone ads would have difficulty justifying the page that our system returned to its paying advertisers. For this type of reason and historical experience with other media [Bagdikian 83], we expect that advertising funded search engines will be inherently biased towards the advertisers and away from the needs of the consumers." > > — [The Anatomy of a Large-Scale Hypertextual Web Search Engine](http://infolab.stanford.edu/pub/papers/google.pdf), Sergey Brin and Lawrence Page, 1998 -They were right in recognizing early on that ad-supported search engines will be biased towards the advertisers. They probably could not foresee how much damage to the web adopting the model they originally criticized would ultimately cause. +They recognized early on that ad-supported search engines will be biased towards the advertisers. They probably could not foresee how much damage to the web adopting the model they originally criticized would ultimately cause. ## Costs to Deliver a Superior Ad-Free Search Product @@ -28,6 +30,6 @@ We are betting that in the future, we can improve the product to reduce the aver Our goal is to find the minimum price at which we can sustain the business. USD $10 per month is a price point that we lowered as much as we could, hoping it will allow us to have a chance of hitting sustainability at some point. If it turns out that we have more room, we will decrease it. But it can also be that we may need to increase it. -The cost of running free accounts is substantial. It has to be covered by paying customers, which makes the above math even harder. Beyond the Premium plan, your [Tips](https://kagi.com/settings?p=billing) are a way to help offset some of that cost. +The cost of running free accounts is substantial. It has to be covered by paying customers, which makes the above math even harder. Beyond the Premium plan, your [Tips](https://kagi.com/settings?p=billing) are a way to help offset some of that cost. -All of the above has to be set up in a way that, after subtracting search cost, we have funds to pay for development costs (salaries) and administrative costs. +All of the above has to be set up in a way that, after subtracting search cost, we have funds to pay for development costs (salaries) and administrative costs. diff --git a/docs/orion/faq/faq.md b/docs/orion/faq/faq.md index ead70036..04483664 100644 --- a/docs/orion/faq/faq.md +++ b/docs/orion/faq/faq.md @@ -23,11 +23,11 @@ ## What is Orion? -Orion is a native, lightning-fast, and privacy-protecting browser for Apple users, open to the web and all its standards and protocols. It's based on the [WebKit](https://en.wikipedia.org/wiki/WebKit) open-source browser engine that also powers Apple's Safari web browser. One day, we hope everyone will say Orion is the best browser for all Apple devices. +Orion is a native, lightning-fast, and privacy-protecting browser for Apple users, open to the web and all its standards and protocols. It's based on the [WebKit](https://en.wikipedia.org/wiki/WebKit) open-source browser engine that also powers Apple's Safari web browser. One day, we hope everyone will say Orion is the best browser for all Apple devices. Orion was built for professionals by professionals, but anyone can benefit from it. Installing Orion with its default settings on any Apple device will cut down on annoying ads and speed up page loads. We want everyone to enjoy the web. -
+
## How do I replay the intro video? @@ -45,15 +45,15 @@ Lets define what native means first: Native macOS app is an app that is specific The main benefits of native apps include: -- Ensuring that the app feels familiar to users. HIG provides guidance on how to design an intuitive UI that follows platform conventions and therefore provides a consistent experience across apps for new and veteran users. +- Ensuring that the app feels familiar to users. HIG provides guidance on how to design an intuitive UI that follows platform conventions and therefore provides a consistent experience across apps for new and veteran users. -- It is generally accepted that Apple knows what it is doing when design is question. It is probably a good idea to follow its lead and probably one of the reasons you own a Mac or an iPhone. Following the extensive Human Interface Guidelines (HIG) makes any designer's job easier, not harder. +- It is generally accepted that Apple knows what it is doing when design is question. It is probably a good idea to follow its lead and probably one of the reasons you own a Mac or an iPhone. Following the extensive Human Interface Guidelines (HIG) makes any designer's job easier, not harder. - Any long time Mac user can easily see how Chrome or Firefox look and feel out of place on a Mac. These browsers were originally designed for Windows, but they work and look the same even on macOS or Linux, when those are clearly different operating systems with different conventions, design rules and aesthetics. - Native integrations allow apps to use powerful components provided by the OS. For example Orion utilizes Keychain to store passwords or gets the benefit of Live Text recognition of text in images. This make apps more powerful while being leaner and easier to build and maintain at the same time. -- Finally, and maybe most importantly, using native components and frameworks generally makes apps faster, better for battery life and overall snappier. +- Finally, and maybe most importantly, using native components and frameworks generally makes apps faster, better for battery life and overall snappier. ## Why use Orion instead of Safari? @@ -79,7 +79,7 @@ Orion is lightweight, with [advanced memory-use technology](../why-orion/memory- ## How does Orion respect my online privacy? -Orion has no built-in telemetry, so it can never "phone home" and risk exposing your data. Orion is truly and verifiably a [privacy-respecting browser](../privacy-and-security/respecting-privacy.md) — unlike those that only offer the illusion of privacy. +Orion has no built-in telemetry, so it can never "phone home" and risk exposing your data. Orion is truly and verifiably a [privacy-respecting browser](../privacy-and-security/respecting-privacy.md) — unlike those that only offer the illusion of privacy. ## How does Orion protect my online privacy? @@ -120,7 +120,7 @@ Orion's debug menu contains a number of commands that can be of interest to "adv > defaults write com.kagi.kagimacOS DebugMenu 1 -If you use Orion RC (release candidate) replace with com.kagi.kagimacOS.RC. +If you use Orion RC (release candidate) replace with com.kagi.kagimacOS.RC. When you relaunch Orion, you’ll find a new Debug menu, located to the right of the Help menu. diff --git a/docs/orion/features/pip.md b/docs/orion/features/pip.md index 962646bf..d4f05da1 100644 --- a/docs/orion/features/pip.md +++ b/docs/orion/features/pip.md @@ -2,8 +2,12 @@ When playing a video in Orion for macOS, you can view it in Picture-in-Picture mode. -Click on the **View** menu and choose **Show Picture-in-Picture Video** or type **Control-Command-P** on your keyboard. +Click the icon located on the right side of the address bar to toggle Picture-in-Picture mode. -By default, the PiP video snaps to a corner of your screen. But, you can hold down the **Command** key and drag the video to any position you wish. +macOS Picture-in-Picture toggle
+ +Alternatively, click on the **View** menu and choose **Show Picture-in-Picture Video** or type **Control-Command-P** on your keyboard. macOS Picture-in-Picture
+ +By default, the PiP video snaps to a corner of your screen. But, you can hold down the **Command** key and drag the video to any position you wish. diff --git a/docs/orion/features/syncing-data.md b/docs/orion/features/syncing-data.md index b0609297..4ac8f59f 100644 --- a/docs/orion/features/syncing-data.md +++ b/docs/orion/features/syncing-data.md @@ -49,10 +49,26 @@ To sync Orion tabs, bookmarks, and reading lists across devices, perform these s ## Troubleshooting -If you have problems syncing between devices try the following: +If you have problems syncing between devices try the following in order: -On iOS open Settings/Apple ID/iCloud/Apps Using iCloud/Show All and toggle off and on the button beside Orion +### Ensure iCloud Drive is On + +Make sure that iCloud Drive sync is enabled on all of your devices. See [this Apple Support article](https://support.apple.com/en-us/HT204025) for instructions for your device. + +### Toggle Orion in iCloud Settings + +On iOS open Settings/Apple ID/iCloud/Apps Using iCloud/Show All and toggle off and on the button beside Orion or On MacOS open Settings/Apple ID/iCloud/iCloud Drive/Apps Syncing to iCloud Drive - Options and uncheck and check the box beside Orion + +### Toggle Sync in Preferences + +1. In Orion, use the **Orion** menu to open Preferences. + +Open Orion Preferences
+ +2. Click the **Sync** tab and find the box for **Enable cross-device sync of your tabs, bookmarks, and reading list**. Turn it off and then back on. + +Orion Sync Tab