From 9c401f0beac46d6a772446ba88eb818d662b871d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 29 Mar 2022 14:04:59 +0200 Subject: [PATCH] clarify mobile usage restrictions in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab12d28..094c27b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ An Obsidian plugin that turns web apps into panes using iframes with custom styl ![A screenshot of the plugin's settings](https://raw.githubusercontent.com/Ellpeck/ObsidianCustomFrames/master/settings.png) ## Usage -To use this plugin, simply go into its settings and add a new frame, either from a preset shipped with the plugin, or a custom one that you can edit yourself. Each frame's pane can be opened using the 'Custom Frames: Open' command. +To use this plugin, simply go into its settings and add a new frame, either from a preset shipped with the plugin, or a custom one that you can edit yourself. Each frame's pane can be opened using the "Custom Frames: Open" command. + +### On Obsidian Mobile +Unfortunately, Obsidian Mobile does not run on [Electron](https://www.electronjs.org/), which is what allows iframes and [webviews](https://www.electronjs.org/docs/latest/api/webview-tag) to be displayed with very few restrictions related to cookies, cross-origin resource sharing, and so on. This means that a lot of sites won't work there, especially ones that you have to log in to. However, when you create a frame, you can toggle the "Disable on Mobile" option to hide a Desktop-only frame in Obsidian mobile. ## Presets By default, Custom Frames comes with a few presets that allow you to get new panes for popular sites up and running quickly.