This is a fork of vue-notion.
It has building and publishing to npm removed, no dedicated nuxt support, and some new features and bugfixes:
- Blocks have anchors
- Table of Contents support added
- Bug with empty callouts is fixed
You can install it via
pnpm i https://github.com/tough-dev-school/vue-notion.git
And used via passing blockMap
to NotionRenderer
component. See example in our LMS repo.
Docs can be found here.
All credits to Jannik Siebert and his vue-notion. And big thanks to zernonia for clever hacks we borrowed from his port.