makondratev

Results 11 comments of makondratev

Thanks a lot! That would be great!

it is already supported if `enablePopovers` is `false` ))) this variant `[[page#heading 5]]` also not working when popovers are enabled wiki links with anchors are working with popovers only if...

https://github.com/jackyzha0/quartz/assets/69584771/6be40aea-cff2-4391-8c03-73460d861737 This is with enabled popovers, is it enough to reproduce a bug or should I provide more info?

https://github.com/jackyzha0/quartz/assets/69584771/bc51fe62-b883-4306-9954-9aa4b3c076da And this is how it works with disabled popovers (as expected i think)

``` [[#Heading 5]] [[#Heading 9]] # Heading 1 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus egestas non quam vitae dapibus. Proin pulvinar dolor sit amet sagittis consectetur. Integer...

very strange bug) by the way anchor links between pages work correctly, but across one page you've seen in the video) I'll try to debug what's wrong with my PC/browser/code/hands)...

I tried again with fresh clone/fork following the guide and adding only one file ([link](https://github.com/makondratev/quartz/blob/popovers-break-anchors/content/index.md)). Bug is reproduced in all browsers (chrome/safari/mozilla) and OS (MacOS/Ubuntu/Android). **To Reproduce** Steps to reproduce...

Debug updates: - if line 83 `link.appendChild(popoverElement)` of file `quartz/components/scripts/popover.inline.ts` is commented out, links start working

> Are you sure you don't have any plugins that interfere with this? Absolutely sure. Bug is reproduced in different browsers and devices (including android). While debugging I noticed, that...

Did you manage to reproduce the bug? I think it's not so easy to fix. As quick fix how can I disable popovers only for specific pages(they are full of...