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-03-22 14:09:08 +01:00
.editorconfig Initial commit 2022-03-19 20:21:16 +01:00
.gitignore Initial commit 2022-03-19 20:21:16 +01:00
esbuild.config.mjs Initial commit 2022-03-19 20:21:16 +01:00
LICENSE Create LICENSE (#1) 2022-03-21 14:43:57 +01:00
main.ts clarify that you have to reload (for now) 2022-03-22 13:33:35 +01:00
manifest.json bump version number 2022-03-22 13:36:51 +01:00
package-lock.json bump version number 2022-03-22 13:36:51 +01:00
package.json bump version number 2022-03-22 13:36:51 +01:00
README.md add code blocks to the roadmap 2022-03-22 14:09:08 +01: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 finished system! 2022-03-22 13:17:10 +01:00
tsconfig.json Initial commit 2022-03-19 20:21:16 +01:00
versions.json hide old versions since this is the definitive first version 2022-03-22 13:51:29 +01:00

Obsidian Custom Frames

An Obsidian plugin that allows adding iframes with custom styling as editor tabs. Also comes with presets for Google Keep and more.

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 tab can be opened using the 'Custom Frames: Open' command.

Note that this plugin only works on Desktop right now.

Presets

By default, Custom Frames comes with a few presets that allow you to get new tabs for popular sites up and running quickly.

  • Google Keep, optimized for a narrow side tab

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 tab
  • Allow displaying custom frames in Markdown code blocks
  • Possibly allow executing custom JavaScript in iframes (though security implications still need to be explored)

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 via my website. Thanks!