Results 41 comments of Joost Jansky

Embedding customs scripts is currently not supported. If you rely on them, I recommend that you fork this repo and add them where needed.

Thanks for noting. Don't know why the root margin displacement defined in [useActiveHash](https://github.com/styxlab/next-cms-ghost/blob/05a1860b60830e7a5299a3229484cf173e052886/components/effects/UseActiveHash.tsx#L19) is not working. Will need to analyze further.

The correct header displacement should be handled by the [toc.css](https://github.com/styxlab/next-cms-ghost/blob/05a1860b60830e7a5299a3229484cf173e052886/styles/toc.css#L28) style file. I have no clue why it is not coming through correctly. I added the `help wanted` label to...

@seoxyz Thanks for finding out the root cause of this issue :heart: I'll add you to the contributors list right away and will think about how to best fix it...

@all-contributors please add @seoxyz for code

The problem is not easily fixed, it turns out to be a side effect of #31. The situation is as follows: Reverting the change of #31 would solve this issue...

Thanks @Garfounkel! I will have a look at your suggestions and PRs later this week. (@all-contributors please add @Garfounkel for code).

As stated in the readme this repo is prepared to display drafts from a Next.js perspective (drafts are not cached, so updates can be shown instantly). However, to get it...

This should work with Ghost V.5, but I have not yet tested it.

I abandoned the LRU cache and changed it to KV. It's a good solution if you are on Cloudflare.