Custom char expressions

This commit is contained in:
Cohee
2023-09-14 21:30:02 +03:00
parent 9fb4b3425e
commit 7553efc308
7 changed files with 184 additions and 36 deletions

View File

@ -0,0 +1,14 @@
<h3>
Enter a name for the custom expression:
</h3>
<h4>
Requirements:
</h4>
<ol class="justifyLeft">
<li>
The name must be unique and not already in use by the default expression.
</li>
<li>
The name must contain only letters, numbers, dashes and underscores. Don't include any file extensions.
</li>
</ol>