From 1f7ccda49e62dc61ff50bafb07ed0593b1556020 Mon Sep 17 00:00:00 2001 From: david-ros <138538459+david-ros@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:50:38 -0600 Subject: [PATCH] Create rss-feed-detection.md Add RSS Feed Detection page --- docs/orion/features/rss-feed-detection.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/orion/features/rss-feed-detection.md diff --git a/docs/orion/features/rss-feed-detection.md b/docs/orion/features/rss-feed-detection.md new file mode 100644 index 00000000..0d1a3765 --- /dev/null +++ b/docs/orion/features/rss-feed-detection.md @@ -0,0 +1,9 @@ +# RSS Feed Detection + +As you browse the web, you may want to subscribe to RSS feeds of the sites you find interesting. Orion makes this easy by displaying an RSS icon in the address bar to identify sites that have RSS feeds. + +![Orion - RSS Feed Detection](./media/rss_feed_detection.gif){data-zoomable} + +When you click the RSS icon, you will be presented with a list of all RSS feeds available for the current website. Each feed will have the following buttons next to it: +- Copy. Copies the feed's URL to your clipboard so you can manually paste it in your RSS reader. +- Add (+). Opens your RSS reader and subscribes to the RSS feed.