Skip to content

Commit 48b4ea0

Browse files
committed
Templating 2.2.5
1 parent 1a88ec1 commit 48b4ea0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

np.Templating/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See Plugin [Documentation](https://noteplan.co/templates/docs) for details on av
66

77
DBW: REMEMBER THAT IF YOU ADDED ANY HELPERS IMPORTS, ADD THEM TO THE HELPER MODULE TO GIVE SCRIPTS ACCESS TO THEM ALSO
88

9-
## [2.2.5] not released yet
9+
## [2.2.5] 2025-12-19 @dwertheimer
1010

1111
- Fix messaging in templateNew when templates not found
1212
- Enhanced `template: ignore` code block handling: Code blocks starting with ```template: ignore on the first line are now completely removed from templates (not just protected). Comment-style ignores (`// template: ignore` or `/* template: ignore */`) continue to be protected during processing and restored in the output. This allows template authors to include metadata or instructions that should not appear in the final rendered output.

np.Templating/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"noteplan.minAppVersion": "3.19.2",
44
"plugin.id": "np.Templating",
55
"plugin.name": "📒 Templating",
6-
"plugin.version": "2.2.5-notreleased",
6+
"plugin.version": "2.2.5",
77
"plugin.lastUpdateInfo": "2.2.4: fix <default> templateLocale setting to allow for locale-specific date/time formatting\n2.2.3: add new weather formatting fields (location.*, :formatted: etc.",
88
"plugin.description": "Templating Plugin for NotePlan",
99
"plugin.author": "Mike Erickson ( codedungeon)",

0 commit comments

Comments
 (0)