Sean C Davis
Sean C Davis
@zachleat If `this.ctx` has the ability for me to render nunjucks strings, then yes, it would solve the issue. Longer explanation: My component shortcode [calls `nunjucks.renderString()` directly](https://github.com/seancdavis/seancdavis-com/blob/main/www/utils/shortcodes/component.js#L59). If `this.ctx` lets...
@zachleat I upgraded to the latest beta to try this out and it's not solving the issue raised here. `this.ctx` provides objects from the page that I could add into...
@zachleat This is very cool and did not realize it was a thing. In my case, I'm rendering programmatically — having access to the render API is what should do...
At this point, I do think this will add a lot of value to the process. It even potentially makes this more marketable as a library that can be used...
Created a new issue to think more high-level about what it would take to have custom PR abilities. #891
Seems related to #535. I was able to fix by downgrading to `7.3.2` (which it looks like you did, too, @zegl).
I was seeing similar behavior. Resolved by downgrading to `7.3.2` (`7.4.0` was broken). Noting that `7.1.8` and `7.1.9` also seemed to resolve my issues. (`7.1.9` was not broken for me.)
Even if not automating this, one potentially easy way to do this more easily and obviously would be: 1. Rather than _setting_ the data in Notion, use the date to...
I have temporarily removed the cache action here, but that's going to slow it down significantly. I'll keep this open while I consider other approaches, such as #533 and #534....
One way to fix this is to save them to file first, which is probably a good practice because then I name them more appropriately.