ObsidianCustomFrames/README.md

14 lines
1 KiB
Markdown
Raw Normal View History

2022-03-21 14:52:55 +01:00
# Obsidian Keep
2022-03-20 00:20:09 +01:00
An Obsidian plugin that displays Google Keep in the app.
2022-03-21 14:52:55 +01:00
![A screenshot of the Obsidian Keep plugin in action](screenshot.png)
2022-03-20 00:20:09 +01:00
Since Google Keep doesn't allow the use of iframes, this plugin gets creative by adding a [BrowserView](https://www.electronjs.org/docs/latest/api/browser-view) 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.
2022-03-21 14:52:55 +01:00
The plan is that, once the official [Google Keep API](https://developers.google.com/keep) is farther along and has an official JavaScript API, this plugin will start using that instead.
2022-03-20 14:18:58 +01:00
2022-03-21 14:52:55 +01:00
## Manual Installation
2022-03-20 14:18:58 +01:00
- Go to the [latest release](https://github.com/Ellpeck/ObsidianKeep/releases) 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