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-20 00:33:03 +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
main.ts don't change zoom level 2022-03-20 00:33:03 +01:00
manifest.json some small fixes 2022-03-20 00:31:54 +01:00
package-lock.json finished the plugin for now! 2022-03-20 00:20:09 +01:00
package.json some small fixes 2022-03-20 00:31:54 +01:00
README.md finished the plugin for now! 2022-03-20 00:20:09 +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 some small fixes 2022-03-20 00:31:54 +01:00

ObsidianKeep

An Obsidian plugin that displays Google Keep in the app.

Since Google Keep doesn't allow the use of iframes, this plugin gets creative by adding a BrowserView for the Google Keep view. However, since they render on top of everything else, the view has to be hidden whenever a modal or menu is open. It's a compromise.

When the official Google Keep API is farther along and has an official JavaScript API, this plugin will start using that instead, probably.