Drew

Results 10 comments of Drew

The plan is to add a way to load a local bibliography library, currently I have not added one, as I have not tested how `citation-js` loads one, I developed...

That is how I understood citation-js working, I do not think there is much demand for such a feature, though it could be easily implemented to include an entire library,...

Huh, in all my work I never did try citing the same code multiple times, I only tested two unique ones. You talk about having two `Cite()` objects one for...

I have had similar issues, this is not relaxed related at all. Its that on your linux OS node installs globally in a directory that requires root access. npm should...

I created a working Table of Contents system: [ToC](https://github.com/Drew-S/ReLaXed/tree/TableOfContents). It is still a bit of a work in progress, but it works fairly well, there are some slight improvements to...

I am not seeing where the ToC is generated, I assume puppeteer generates it then? So far my ToC is not complete, but it is printable, it generates the text...

I did some more improvements to the ToC, still need to do plenty more testing to ensure its working fully. The ToC generation takes into account: the ToC shifting content,...

Unfortunately, I have been busy the last week and a half so have not done any work on any of this. As @Zulko has stated, it is placed on pause,...

The image problem is an easy fix, use `element.offsetTop + element.offsetHeight` that reports the y pos from the bottom of the element. Then if it gets bumped off the the...