Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 962 Bytes

File metadata and controls

25 lines (15 loc) · 962 Bytes

tough-dev-school/vue-notion

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

Usage

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.

Credits

All credits to Jannik Siebert and his vue-notion. And big thanks to zernonia for clever hacks we borrowed from his port.