ncms-plugin-segment
Need we say more?
Okay, well it's pretty basic:
- Use ncms
- Download this package
npm i -D ncms-plugin-segment
- Install the plugin
new NotionCMS({
databaseId: '...your db',
notionAPIKey: process.env.YOUR_KEY,
plugins: [
ncmsSegmentPlugin(),
]
})
- Use horizontal rules in your pages where you want to break into sections.
- Now your
ncms
page objects will have a sections
property holding an array of all of your sections. - Sprinkle them around as you wish.
Options
keepRules boolean
By default this plugin strips out the horizontal rules in the process but if you happen to want them in your html, set this to true
.