Check List
Feature Request
I'm writing a hexo filter plugin, which need to iterate over the front-matter of all Posts in the post_permalink stage, thus to count for a particular data.
However, calling hexo.locals.get('posts').toArray() directly in the post_permalink callback will return an empty list. Is there any alternative solution to traversing Posts in the post_permalink stage?
Others
No response