Skip to content

Commit 671024e

Browse files
committed
update readme with info about web viewer
1 parent af86386 commit 671024e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@ By default, Custom Frames comes with a few presets that allow you to get new pan
5454
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).
5555

5656
## 🛣️ 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~~
6057
- 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
6358
- Add more options to Markdown mode, like allowing for back and forward buttons
6459
- 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))
6565

6666
## ⚠️ Known Issues
6767
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.
6969
- 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).
7070

7171
## 🙏 Acknowledgements

0 commit comments

Comments
 (0)