Is your feature request related to a problem?
Related to #581, I would like to have a syndication plugin for indienews. My current flow is to include frontmatter of syndication: ["https://news.indieweb.org/en/"] on my post, then my webmention sending process forwards it to indienews. I can add config to pass IndieNews as a target but due to 0eb3fd5 that doesn't get passed to the file.
Describe the solution you’d like
mp-syndicate-to is available to file
Describe alternatives you’ve considered
Syndication plugins have a hook to pre-process metadata
Additional context
A key limitation in my setup is that I don't have a database so async processing is not an option. Also I'd like to avoid separate file updates anyway.
Is your feature request related to a problem?
Related to #581, I would like to have a syndication plugin for indienews. My current flow is to include frontmatter of
syndication: ["https://news.indieweb.org/en/"]on my post, then my webmention sending process forwards it to indienews. I can add config to pass IndieNews as a target but due to 0eb3fd5 that doesn't get passed to the file.Describe the solution you’d like
mp-syndicate-to is available to file
Describe alternatives you’ve considered
Syndication plugins have a hook to pre-process metadata
Additional context
A key limitation in my setup is that I don't have a database so async processing is not an option. Also I'd like to avoid separate file updates anyway.