Thanks for pointing that out @NateDhaliwal
No, it just sniffs the url looking for a specific string and pre-fills the the composer with one of a few a templates when it finds that string.
The Docus plugin puts that string into urls as one of its functions, but this component will work with any string or delivery mechanism someone wants to use, so it can stand alone. I’ll update the readme to explain that.
For example, you could tell it to look for: ‘/tag/introductions’ and it would become a tag template component. Or you could use it as i am to put that template into tag-intersections, like: tags/intersection/introductions/webdevs
I’ll move the string it looks for into the admin section so it’s easier for others to modify and use without digging into the code.