notion-api
Here are 337 public repositories matching this topic...
Hello,
I'm having problems creating a database, mostly due to lack of any examples.
I can create a page just fine, but am having problems with databases.
I think I just get type/format of the title and properties wrong.
Would be great to have an example of how to create a database with a title and a text property.
Thanks for your great work!
-
Updated
Jun 1, 2022 - Vue
Right now there is no difference between a highlight and a note. It would be nice to nicely format this in notion.
e.g.
This was the highlight in the book.
Notes: This is the note I wrote for the above highlight.
-
Updated
Apr 7, 2022 - PHP
-
Updated
Mar 28, 2022 - Python
-
Updated
Jun 10, 2022 - TypeScript
-
Updated
Jun 9, 2022 - TypeScript
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jun 8, 2022 - TypeScript
-
Updated
May 7, 2022 - Python
-
Updated
Mar 27, 2022 - TypeScript
-
Updated
May 12, 2022 - Python
-
Updated
May 30, 2021
Hi @danmurphy1217 - thanks for this gem! Was wondering if you're planning to add support for the official API? Would love to help if so.
-
Updated
May 31, 2022 - Go
-
Updated
Sep 5, 2021 - Python
Notion has added support for adding, updating, and retrieving the caption property for code block types.
Below is an example response from append block children containing a code block, with a caption, uploaded to Notion.
{
"object": "list",
"results": [
{
"object": "block",
Add table support
Currently, a databaseId
option is required. gatsby-source-notion-api
only allows fetching data from the database provided via that option. Technically, it is possible for a Notion integration to have access to multiple databases. In this case, you could choose which pages to pull from which database.
-
Updated
May 22, 2022 - JavaScript
-
Updated
Jun 8, 2022 - TypeScript
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
May 16, 2021 - JavaScript
-
Updated
Apr 21, 2022 - Python
-
Updated
Feb 16, 2022 - JavaScript
Improve this page
Add a description, image, and links to the notion-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notion-api topic, visit your repo's landing page and select "manage topics."
Please, can we add a check to the
defaultMapImageUrl
for the signed URLs? So when we have a signed URL for a specific block, we will use it instead of the native URL. This was the only reason I had to override themapImageUrl
method and I guess, it would be better to have this built-in (it took some time to figure it out as well)Something like: