Skip to content

Commit

Permalink
added issue #280
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRaven2000 committed Feb 28, 2024
1 parent 7ede6f0 commit 36c5432
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,30 @@ <h5 class="inList"><span class="inListTitle">Enhancements</span></h5>
mobile email clients.
<a href="https://github.com/RealRaven2000/SmartTemplates/issues/274">[issue 274]</a>
</li>
<li>
<p>
The following functions will from now support using commas within the text parameters:
</p>
<code class="inline">%deleteText()%</code>
<code class="inline">%replaceText()%</code>
<code class="inline">%matchTextFromBody()%</code>
<code class="inline">%matchTextFromSubject()%</code>
<code class="inline">%deleteQuotedText()%</code>
<code class="inline">%replaceQuotedText()%</code>
<code class="inline">%file()%</code>
<code class="inline">%toclipboard()%</code>
<code class="inline">%conditionalText()%</code>
<code class="inline">%header.set()%</code>
<code class="inline">%header.prefix()%</code>
<code class="inline">%header.append()%</code>
<code class="inline">%header.delete()%</code>
<p>
All commas need to be escaped with a preceding backslash, for example:<br>
<code class="html">%toclipboard("All your needs\, fulfilled.")%</code>
</p>

<a href="https://github.com/RealRaven2000/SmartTemplates/issues/280">[issue 280]</a>
</li>
<li>
The address data for <code>%to%</code>, <code>%recipient%</code> and <code>%from%</code> will now automatically
be inserted when writing a new email via the context menu 'Compose Message To'.
Expand Down

0 comments on commit 36c5432

Please sign in to comment.