No description
Find a file
lastknighcoder 6c8f3d79ad !!!
2022-09-24 23:49:54 +08:00
.github/workflows fix:typo 2022-04-19 08:52:16 +08:00
.editorconfig Initial commit 2022-04-17 18:16:20 +08:00
.eslintignore Initial commit 2022-04-17 18:16:20 +08:00
.eslintrc Initial commit 2022-04-17 18:16:20 +08:00
.gitignore Initial commit 2022-04-17 18:16:20 +08:00
.npmrc Initial commit 2022-04-17 18:16:20 +08:00
esbuild.config.mjs Initial commit 2022-04-17 18:16:20 +08:00
LICENSE insert video from notion 2022-04-17 23:09:30 +08:00
main.ts !!! 2022-09-24 23:49:54 +08:00
manifest.json !!! 2022-09-24 23:49:54 +08:00
notion.ts fix: file.extionson not exists 2022-04-28 15:43:29 +08:00
package-lock.json insert video from notion 2022-04-17 23:09:30 +08:00
package.json !!! 2022-09-24 23:49:54 +08:00
pnpm-lock.yaml !!! 2022-09-24 23:49:54 +08:00
README.md fix: file.extionson not exists 2022-04-28 15:43:29 +08:00
styles.css insert video from notion 2022-04-17 23:09:30 +08:00
tsconfig.json fix: file.extionson not exists 2022-04-28 15:43:29 +08:00
version-bump.mjs Initial commit 2022-04-17 18:16:20 +08:00
versions.json Initial commit 2022-04-17 18:16:20 +08:00

Introduction

This plugin can embed your notion video in obsidian through the Notion API, You need to provide Notion intergration secrets in the settings and enter the corresponding block_id to get the content of the block.

Usage

First you need to go to the plugin's settings page and enter secrets here, if you don't know what secrets are you can see this page.

Back to your editor page, press the shortcut Ctrl + P to open the command panel, then type Notion API, then you can see all the relevant commands.

And you will see a modal prompting you to enter block_id. With this block_id you can get the content on the Notion and it will be inserted into the page.

Notice: In order to get the content, you need to share the page where the content is located (or its parent page) to the intergration you created.