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
It's not much work but don't you think it amounts to needless boilerplate, when instead the plugin could just provide a list of all tags and categories by default?
What does the proposed API look like?
See below.
How should this be implemented in your opinion?
Both this.tags and this.categories would be available when injectAllPosts is true.
Alternatively, new options could be added: injectAllTags, injectAllCategories.
Are you willing to work on this yourself?
Yes.
The text was updated successfully, but these errors were encountered:
Feature request
What problem does this feature solve?
Right now we have to do something like this in our blog template:
It's not much work but don't you think it amounts to needless boilerplate, when instead the plugin could just provide a list of all tags and categories by default?
What does the proposed API look like?
See below.
How should this be implemented in your opinion?
Both
this.tags
andthis.categories
would be available wheninjectAllPosts
istrue
.Alternatively, new options could be added:
injectAllTags
,injectAllCategories
.Are you willing to work on this yourself?
Yes.
The text was updated successfully, but these errors were encountered: