mdast-zone
mdast-zone copied to clipboard
Allow the use of regex instead of needing to match exact comment name
Initial checklist
- [x] I read the support docs
- [x] I read the contributing guide
- [x] I agree to follow the code of conduct
- [x] I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Problem
When using the plugin you have to match on the exact comment title. It would be nice to allow a looser search allowing the use of extra comment metadata for plugins
Current solutions
I created a patch file for my usage https://github.com/stephansama/packages/blob/cd9c460322f15b5fe4edc12118171f946afd85a9/patches/mdast-zone.patch
Proposed solutions
I created a pr addressing the request.