Skip to content

A MkDocs plugin that converts markdown encoded email-links into spambot save <a href> elements.

License

Notifications You must be signed in to change notification settings

Rolfff/mkdocs-encriptmail-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MkDocs encriptMail Plugin

This MkDocs plugin converts markdown encoded email addresses like

[Email-Link](mailto:test@test.test)

into

<a href="javascript:linkTo_UnCryptMailto(%27ocknvq,vguvBvguv0vguv%27)">
    Email-Link
</a>

or

[test@test.test](mailto:test@test.test)

into

<a href="javascript:linkTo_UnCryptMailto(%27ocknvq,vguvBvguv0vguv%27)">
    test(Q)test(P)test
</a>

This allows to hide email address from spam bots and allows user to link email addresses.

Requirements

This package requires Python >=3.5 and MkDocs version 1.0 or higher.

Installation

Install the package with pip:

pip install mkdocs-encriptmail-plugin

Enable the plugin in your mkdocs.yml:

plugins:
    - search
    - encriptmail:
       placeholderAt: (Q)
       placeholderDot: (P)

Note: If you have no plugins entry in your config file yet, you'll likely also want to add the search plugin. MkDocs enables it by default if there is no plugins entry set, but now you have to enable it explicitly.

More information about plugins in the MkDocs documentation

About

A MkDocs plugin that converts markdown encoded email-links into spambot save <a href> elements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published