From 7ff51452f07b86edac671de0e298a0766de4846f Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:45:06 -0800 Subject: [PATCH] Documentation: small note re filename vs original_filename --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 673e552f5..1816da736 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -570,7 +570,7 @@ applied. You can use the following placeholders in the template with any trigger - `{{added_day}}`: added day - `{{added_time}}`: added time in HH:MM format - `{{original_filename}}`: original file name without extension -- `{{filename}}`: current file name without extension +- `{{filename}}`: current file name without extension (for "added" workflows this may not be final yet, you can use `{{original_filename}}`) - `{{doc_title}}`: current document title The following placeholders are only available for "added" or "updated" triggers