Notion Fields
Fields in NotionDir
While NotionDir is designed to work with any Notion database, at the same time, we also reserved some fields for NotionDir to work properly.
In order to fully utilize NotionDir, we suggest to duplicate the database from the template, learn more about it here.
There are 7 reserved fields in NotionDir:
Link
The url of the product, there will be a "Visit Website" button on the page to open this link.
Description
Used to describe the product, it will be displayed on the page.
Category
The category of the product, it will be used to filter the product on the page.
Tags
The tags of the product, it will be used to filter the product on the page.
Slug
The slug of the product, it will be used to generate the page URL. It will use the notion page id if Slug
is empty
Published
You can delete this field if every page is public.
Once this field is added, only the page with Published
set to true
will be displayed on the page.
Others
You can add more fields to the database, but you need to make sure the field name is not the same as the reserved fields.
For other fields, you can access them in the item.properties
object.