You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -54,18 +54,18 @@ By default, Custom Frames comes with a few presets that allow you to get new pan
54
54
If you create a frame that you think other people would like, don't hesitate to create a pull request with [a new preset](https://github.com/Ellpeck/ObsidianCustomFrames/blob/master/src/settings.ts#L5).
55
55
56
56
## 🛣️ Roadmap
57
-
-~~Allow setting a custom icon for each pane~~
58
-
-~~Allow displaying custom frames in Markdown code blocks~~
59
-
-~~Add the ability to add a ribbon button for a frame that opens it in the main view~~
60
57
- Allow creating links outside of Obsidian that open in a custom frame
61
-
- Possibly allow executing custom JavaScript in iframes (though security implications still need to be explored)
62
-
- Add a global setting that causes popups to be opened in a new Obsidian window rather than the default browser
63
58
- Add more options to Markdown mode, like allowing for back and forward buttons
64
59
- Possibly allow extracting selected text into a note similar to how the Note composer plugin works, and potentially allow using a note template that includes the link to the site extracted from
60
+
-~~Allow setting a custom icon for each pane~~
61
+
-~~Allow displaying custom frames in Markdown code blocks~~
62
+
-~~Add the ability to add a ribbon button for a frame that opens it in the main view~~
63
+
-~~Possibly allow executing custom JavaScript in iframes (though security implications still need to be explored)~~
64
+
-~~Add a global setting that causes popups to be opened in a new Obsidian window rather than the default browser~~ (See the [web viewer core plugin](https://help.obsidian.md/plugins/web-viewer))
65
65
66
66
## ⚠️ Known Issues
67
67
There are a few known issues with Custom Frames. If you encounter any of these, please **don't** report it on the issue tracker.
68
-
- Popups and new tabs are currently opened in the default browser rather than the custom frame. You can find more info, including workarounds for logging in to certain sites, in [this issue](https://github.com/Ellpeck/ObsidianCustomFrames/issues/40).
68
+
- Popups and new tabs are opened in the default browser rather than the custom frame by default, which can cause issues logging in to websites that use external logins. To circumvent this issue, enable the [web viewer core plugin](https://help.obsidian.md/plugins/web-viewer), which shares its session information with Custom Frames, to open popups within Obsidian.
69
69
- Some links refuse to open from within custom frames, especially before Obsidian 1.3.7. You can find more info in [this issue](https://github.com/Ellpeck/ObsidianCustomFrames/issues/76).
0 commit comments