simonlou / auto-mailto
Automatically add mailto links to all email addresses in Kirby
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
- getkirby/cms: ^3.0
This package is auto-updated.
Last update: 2024-10-25 09:38:47 UTC
README
Automatically inserted mailto links
“Auto Mailto” is a Kirby plugin that automatically inserts a mailto link for each email address found in the specified text — especially useful for client-added content.
Installation
First option is to drag the auto-mailto
folder in your site/plugins
folder.
The second option is to install this plugin via Composer:
composer require simonlou/auto-mailto
How to Use
Add a ->automailto()
or ->mailto()
to the chain, which will insert the text containing your email addresses.
For example:
$page->text()->kt()->automailto()
or
$page->text()->kt()->mailto()
Credits
“Auto Mailto” is created by Simon Lou (@simonlou@typo.social).
License
The “Auto Mailto” source code is released under the MIT License. Please view the LICENSE file for details.