Add support for multiple pipes in placeholder modifiers#17
Merged
henriquemoody merged 1 commit intomainfrom Feb 8, 2026
Merged
Add support for multiple pipes in placeholder modifiers#17henriquemoody merged 1 commit intomainfrom
henriquemoody merged 1 commit intomainfrom
Conversation
Copilot
AI
changed the title
[WIP] Add support for multiple pipes in placeholder modifiers
Add support for multiple pipes in placeholder modifiers
Feb 7, 2026
henriquemoody
requested changes
Feb 7, 2026
Member
henriquemoody
left a comment
There was a problem hiding this comment.
Great changes!
Now make sure docs/modifiers/Modifiers.md is up-to-date as well
Contributor
Author
Updated! Added a "Chaining Multiple Modifiers" section to docs/modifiers/Modifiers.md with examples and explanation of the sequential application behavior. (d8fb54c) |
d8fb54c to
9f4d9d8
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
=========================================
Coverage 99.47% 99.48%
- Complexity 163 166 +3
=========================================
Files 24 24
Lines 382 388 +6
=========================================
+ Hits 380 386 +6
Misses 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9f4d9d8 to
7d5a76d
Compare
Placeholders can now chain multiple modifiers sequentially using the
pipe separator, e.g. {{value|date:Y/m/d|mask:5-8}}. Each modifier
receives the output of the previous one, applied left to right.
Escaped pipes (\|) within modifier arguments are preserved as literal
characters rather than treated as separators.
Assisted-by: Copilot
Assisted-by: OpenCode (ollama-cloud/glm-4.7)
Assisted-by: Claude Code (Claude Opus 4.6)
7d5a76d to
faeaead
Compare
henriquemoody
approved these changes
Feb 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
|\|) are treated as arguments not separatorsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.