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 13:27:52 +01:00
.editorconfig Initial commit 2022-03-19 20:21:16 +01:00
.gitignore Initial commit 2022-03-19 20:21:16 +01:00
.npmrc 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 also reveal the leaf when using the open command 2022-03-22 13:22:58 +01:00
manifest.json finished system! 2022-03-22 13:17:10 +01:00
package-lock.json initial rename 2022-03-22 12:03:48 +01:00
package.json finished system! 2022-03-22 13:17:10 +01:00
README.md added some nice promo screenshots 2022-03-22 13:27:52 +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
version-bump.mjs Initial commit 2022-03-19 20:21:16 +01:00
versions.json 1.1.1 2022-03-20 19:34:47 +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, Bring and more.

A screenshot of the plugin in action

A screenshot of the plugin's settings

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.