You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need help finding a possible fix for an issue I'm currently facing.
The issue is, that the categories plugin by EddyLuten is not picking up any categories enries added to the metadata of a page by the meta plugin from Squidfunk. I've discussed this already with EddyLuten and the issue is, that the categories plugin pulls the metadata during the on_files phase, while the meta plugin adds theirs during the on_page_markdown phase, so after the categories plugin retrieved the metadata already.
While EddyLuten will try to find a fix, I in the mean time would like to see, if there's a workaround for this issue, even if it is "hacky"... Preferably using a hook that mimics the meta plugin's behaviour...
For clarity, the meta plugin allows you to add a .meta.yml (file name configurable) to your docs folders to apply metadata (frontmatter) to any pages and sub-pages in that directory.
I used it to add primary categories to multiple pages and I hope I can somehow redo/use this...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Need help finding a possible fix for an issue I'm currently facing.
The issue is, that the
categoriesplugin by EddyLuten is not picking up anycategoriesenries added to the metadata of a page by themetaplugin from Squidfunk.I've discussed this already with EddyLuten and the issue is, that the categories plugin pulls the metadata during the
on_filesphase, while the meta plugin adds theirs during theon_page_markdownphase, so after the categories plugin retrieved the metadata already.While EddyLuten will try to find a fix, I in the mean time would like to see, if there's a workaround for this issue, even if it is "hacky"... Preferably using a hook that mimics the meta plugin's behaviour...
For clarity, the meta plugin allows you to add a
.meta.yml(file name configurable) to your docs folders to apply metadata (frontmatter) to any pages and sub-pages in that directory.I used it to add primary categories to multiple pages and I hope I can somehow redo/use this...
Beta Was this translation helpful? Give feedback.
All reactions