Skip to content

Commit 60211b5

Browse files
author
Sergei Orlov
committed
📝 Add package features
1 parent 8e62588 commit 60211b5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ in beta). With this plugin, you will be able to query your Notion pages in Gatsb
2525

2626
An example (...coming soon)
2727

28+
## Features
29+
30+
- Get your Notion pages in Gatsby via GraphQL
31+
- Convenient access to page properties
32+
- Page contents in Markdown!
33+
- Normalised page title
34+
- All blocks styling represented in Markdown:
35+
- **bold** (`\*\*$VALUE\*\*`)
36+
- _italic_ (`\_$VALUE\_`)
37+
- ~~strikethrough~~ (`\~\~$VALUE\~\~`)
38+
- <u>underline</u> (`<u>$VALUE</u>`)
39+
- `code` (`\`$VALUE\``)
40+
- color 🤷 (`<span notion-color="$COLOR">$VALUE</span>`)
41+
- Access to raw data returned by Notion API
42+
2843
## Install
2944

3045
```sh
@@ -96,7 +111,7 @@ query {
96111
internal
97112
title
98113
properties
99-
achived
114+
archived
100115
createdAt
101116
updatedAt
102117
markdown

0 commit comments

Comments
 (0)