From e79bb9b57d3b9d59e112ab99893739f88c6f353b Mon Sep 17 00:00:00 2001 From: Zai Santillan Date: Wed, 20 Mar 2024 10:34:05 +0800 Subject: [PATCH] feat(snippets): add email address using argument --- data/snippets.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/snippets.ts b/data/snippets.ts index 2c9cee4..a837c28 100644 --- a/data/snippets.ts +++ b/data/snippets.ts @@ -1035,6 +1035,13 @@ const misc: Snippet[] = [ keyword: "email", type: "template", }, + { + id: nanoid(), + name: "Email Address (Argument)", + text: "{argument name=\"Email address\" options=\"one@email.com, two@email.com, three@email.com\"}", + keyword: "@", + type: "template", + }, { id: nanoid(), name: "Address",