Andrew Meyer

Results 122 comments of Andrew Meyer

@hollowdoor I'm confused. What part of @unstoppablecarl's [list of conventions](https://github.com/metalsmith/metalsmith/issues/58#issuecomment-54323555) above do you think `metalsmith-markdown` is breaking? There's nothing in that list of conventions that says plugins shouldn't move files...

@KrishnaPG One possible solution would be to write another plugin to set the `path` property on all the files in that directory before passing it to handlebars.

Hmm, yeah it does seem like a good idea to expose an API for building a Metalsmith object from the config file format used by the CLI. Not sure we'd...

@kievechua Something like that could work. Though as I alluded to in my previous comment, if we're splitting the CLI out from Metalsmith it might be better to include this...

Well for now you can always just use the existing API right? This feature wouldn't really add any new functionality, it'd just be an extra way of configuring Metalsmith using...

Also, it would be great if someone could look over my code over at https://github.com/Ajedi32/metalsmith-matters I've got pleany of experience with JavaScript, but this is my first time creating anything...

Wow, nice work! There's a lot of changes here and I haven't yet done a thorough review, but it does indeed look like this could become the basis for the...

@woodyrew Switching to an array for plugins in metalsmith.json isn't actually a breaking change. As noted in #129, you can actually already use arrays with the CLI, it's just not...

@woodyrew I'd prefer to keep discussions on the merits of #58 and #196 in their respective issues, but I do agree with you for the most part. I'm not actually...