Timur Brachkow
Timur Brachkow
**Describe the bug** While this project is written in TS, it does not automatically provide types so any import results in this error: ``` error TS7016: Could not find a...
Hi! We are migrating [our big project](https://github.com/tough-dev-school/lms-frontend-v2) from vue3-notion to vue-notion, and we stumbled upon the fact that the table of contents is not displayed. I know that in README...
This package has issue with callouts that use blocks as content instead of text. These callouts render empty. I mentioned this issue here — https://github.com/janniks/vue-notion/issues/133 As issue is missing in...
While migrating from vue3-notion to vue-notion caught this bug. These are same callouts: ### vue3-notion ### vue-notion
It would be cool to be able to attach blockId's as id's to block root element to make blocks available for anchor navigation
iframes (and some other blocks) have no title property ``` '2dd41fb9-8294-4d68-bf76-a4cddc789763': { role: 'reader', value: { id: '2dd41fb9-8294-4d68-bf76-a4cddc789763', version: 3, type: 'video', properties: { source: [['https://www.youtube.com/watch?v=jNQXAC9IVRw']], }, ``` but it...
### pnpm version: 8.5.1 ### Code to reproduce the issue: `pnpm install` ### Expected behavior: PNPM downloads dependencies to store somewhere at ~ and reuses them in project. ### Actual...