-
Notifications
You must be signed in to change notification settings - Fork 0
Tags #37
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest 2023hacktoberfest 2023
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest 2023hacktoberfest 2023
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Todo
If present in the frontmatter, like so:
publishing should find them and adapt them to each publishing platform (if said platforms requires tags).
This implies creating a new method on the BasePlatform interface called
setTagsand implementing it in each platform definition as well as during the publish api call. If the platform does not support tags, this function can be a no-op.NB: platforms implement the builder pattern, so
setTagsmust return a reference to itself