Andrew Goodricke

Results 34 comments of Andrew Goodricke

After looking into this a bit more, the issue arises where the line endings are not consistent with the operating system it is being run on. This may be due...

@rjm226 Thanks for the PR, I'll have a look.

Here's a couple of plugin definitions that might help: ``` js /** * Adds source filename to file like front matter */ var original_filename = function (files, metalsmith, done) {...

@hollowdoor It's valid for plugins to change the filename or extension if it's part of what the plugin does and is apparent to the consumer of that plugin. The documentation...

I like this idea. Would have to be a major version bump. A good time to switch to an array for the CLI too so plugins can be ordered and...

# File handling For #58: I've not experienced any problems with filenames. Is it an education issue (see method below) or have I not come across the problem? Through the...

I think scaffolding is another subject to be discussed. Personally, creating a Yeoman builder would be my thought but I've not looked into any others recently. To move this forward...

_Repository_ — https://github.com/metalsmith/metalsmith-cli I've applied Babel and ESLint (with the AirBnB style guide as a base) to the codebase. I'll aim to migrate the CLI issues over in the next...

Sorry for the long response but I wanted to address all the points. I agree, the motivation shouldn't be because "_other tools have done it_" or "_let's add scaffolding_". >...

Why does the automatic parsing of front matter need to be turned off? Is it causing issues?