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-21 19:39: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
LICENSE Create LICENSE (#1) 2022-03-21 14:43:57 +01:00
main.ts actually allow setting settings to 0 2022-03-21 19:39:03 +01:00
manifest.json 1.1.1 2022-03-20 19:34:47 +01:00
obsidian-keep.zip 1.1.1 2022-03-20 19:34:47 +01:00
package-lock.json 1.1.1 2022-03-20 19:34:47 +01:00
package.json 1.1.1 2022-03-20 19:34:47 +01:00
README.md added some fanciness to the README 2022-03-21 14:52:55 +01:00
screenshot.png added some fanciness to the README 2022-03-21 14:52:55 +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 Keep

An Obsidian plugin that displays Google Keep in the app.

A screenshot of the Obsidian Keep plugin in action

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.

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

Manual Installation

  • Go to the latest release here on GitHub
  • Download obsidian-keep.zip
  • Extract obsidian-keep.zip into your vault's .obsidian/plugins folder so that the resulting obsidian-keep folder contains the main.js and manifest.json files
  • Go into Obsidian and enable the plugin in the Community Plugins section