docpad-plugin-partials icon indicating copy to clipboard operation
docpad-plugin-partials copied to clipboard

Adds support for Partials (re-usable templates) to DocPad.

Results 22 docpad-plugin-partials issues
Sort by recently updated
recently updated
newest added

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.5 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...

dependencies

Bumps [errlop](https://github.com/bevry/errlop) from 3.15.0 to 8.4.0. Changelog Sourced from errlop's changelog. v8.4.0 2023 December 28 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...

dependencies

Bumps [projectz](https://github.com/bevry/projectz) from 2.13.0 to 4.2.0. Changelog Sourced from projectz's changelog. v4.2.0 2023 December 30 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 7.6.0 to 8.56.0. Release notes Sourced from eslint's releases. v8.56.0 Features 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) 31a7e3f feat: fix...

dependencies

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.4.1. Changelog Sourced from eslint-plugin-prettier's changelog. v3.4.1 (2021-08-20) build(deps): Bump glob-parent from 5.0.0 to 5.1.2 (#420) (b6d075c) build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#425)...

dependencies

check if opts.content is of type string before calling .match on it to prevent errors

This strips \r's so that the tests pass on windows. I think there's still another bug lurking in there though.

enhancement

2.10.0 worked without a problem, but 2.11.0 seems to be leaking memory. Large projects can't allocate enough memory, but it works for smaller projects.

bug

The partial plugin creates a custom query to discover partial documents: ``` coffee .setQuery('isPartial', { $or: isPartial: true fullPath: $startsWith: config.partialsPath # src/partials }) ``` Notably, ```$or:``` allows a document...

bug