JohnFitz

Results 6 comments of JohnFitz

Looks like somebody beat you to it with your own library :smile: [glob-searcher](https://github.com/Olyno/glob-searcher). "Great minds think alike" I guess.

Superb! Can't wait to see it. On Mon 1 Jun 2020, 17:53 Abdullah Atta, wrote: > @JohnFitz 🤣🤣 yes that is true. But it's a > little bit different. >...

Until that's implemented, if you're not using Netlify and your requirements are modest, you could add this to your nuxt.config.js: ```js //nuxt.config.js import fs from 'fs' import path from 'path'...

> That's already on my TODO list... Great to hear! >... and I started working on that when I added the custom filters, but there were some theming issues, where...

@nekohayo Definitely agree with this. As a temporary workaround, you could make yourself a filter. I have a filter called "No Links" with this query `!contenttype:inode/symlink` with a macro name...

Just throwing my two cents in. I agree with you on almost all of what you point out, and even wondered what the use cases are for many of the...