An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.
Go to file
2022-04-08 14:26:30 +02:00
.github such a sellout 2022-03-22 17:02:39 +01:00
src allow collapsing settings sections 2022-04-08 14:23:05 +02:00
.editorconfig Initial commit 2022-03-19 20:21:16 +01:00
.gitignore Initial commit 2022-03-19 20:21:16 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2022-04-08 13:55:39 +02:00
esbuild.config.mjs formatting 2022-03-29 13:19:33 +02:00
LICENSE Create LICENSE (#1) 2022-03-21 14:43:57 +01:00
manifest.json 2.2.2 2022-04-08 14:26:30 +02:00
package-lock.json 2.2.2 2022-04-08 14:26:30 +02:00
package.json 2.2.2 2022-04-08 14:26:30 +02:00
README.md added a "known issues" section to the README 2022-04-08 13:49:45 +02:00
screenshot.png added some nice promo screenshots 2022-03-22 13:27:52 +01:00
settings.png added some nice promo screenshots 2022-03-22 13:27:52 +01:00
styles.css allow collapsing settings sections 2022-04-08 14:23:05 +02:00
tsconfig.json Initial commit 2022-03-19 20:21:16 +01:00
versions.json 2.2.2 2022-04-08 14:26:30 +02:00

Obsidian Custom Frames

An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

⚠️⚠️⚠️ For header-heavy sites like Google Keep and Todoist to work, this plugin requires Obsidian 0.14.3. ⚠️⚠️⚠️

A screenshot of the plugin in action

A screenshot of the plugin's settings

🤔 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.

📱 On Obsidian Mobile

Unfortunately, Obsidian Mobile does not run on Electron, which is what allows iframes and webviews 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.

  • Obsidian Forum
  • Google Keep, optimized for a narrow pane on the side
  • Google Calendar, optimized by removing some buttons. Close side panel with top-left button.
  • Todoist, optimized for a narrow (half-height) side panel by removing some buttons and slimming margins.
  • Notion (it's recommended to close Notion's sidebar if used as a side pane)
  • Twitter

If you create a frame that you think other people would like, don't hesitate to create a pull request with a new preset.

🛣️ Roadmap

  • Allow setting a custom icon for each pane
  • Allow displaying custom frames in Markdown code blocks
  • Allow creating links that open in a custom frame rather than the browser
  • Possibly allow executing custom JavaScript in iframes (though security implications still need to be explored)
  • Add a global setting that causes popups to be opened in a new Obsidian window rather than the default browser

⚠️ Known Issues

There are a few known issues with Custom Frames. If you encounter any of these, please don't report it on the issue tracker.

  • In older versions of Obsidian, specifically 0.14.2 and lower, a lot of websites don't function properly in custom frames. This is due to these older versions not having features in place that allow for frames to have special, additional functionality related to cookies and headers.
  • When dragging or moving a pane, hovering the mouse over a custom frame will cause it to get stuck or behave unexpectedly. This is an issue with Obsidian itself, which is being investigated.

🙏 Acknowledgements

Thanks to lishid for their help with making iframes work in Obsidian for a purpose like this. Also thanks to them for motivating me to turn Obsidian Keep into a more versatile plugin, which is how Custom Frames was born.

If you like this plugin and want to support its development, you can do so through my website by clicking this fancy image!

Support me (if you want), via Patreon, Ko-fi or GitHub Sponsors