{"id":15107086,"url":"https://github.com/rolfff/mkdocs-encriptmail-plugin","last_synced_at":"2026-02-17T07:03:15.044Z","repository":{"id":64915804,"uuid":"579444077","full_name":"Rolfff/mkdocs-encriptmail-plugin","owner":"Rolfff","description":"A MkDocs plugin that converts markdown encoded email-links into spambot save \u003ca href\u003e elements.","archived":false,"fork":false,"pushed_at":"2022-12-26T18:47:21.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T04:35:13.319Z","etag":null,"topics":["email","markdown","mkdocs"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/mkdocs-encriptmail-plugin/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rolfff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-17T18:06:04.000Z","updated_at":"2022-12-18T10:59:16.000Z","dependencies_parsed_at":"2023-01-31T00:46:43.253Z","dependency_job_id":null,"html_url":"https://github.com/Rolfff/mkdocs-encriptmail-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rolfff%2Fmkdocs-encriptmail-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rolfff%2Fmkdocs-encriptmail-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rolfff%2Fmkdocs-encriptmail-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rolfff%2Fmkdocs-encriptmail-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rolfff","download_url":"https://codeload.github.com/Rolfff/mkdocs-encriptmail-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345707,"owners_count":20924098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","markdown","mkdocs"],"created_at":"2024-09-25T21:04:20.371Z","updated_at":"2025-10-12T14:38:38.439Z","avatar_url":"https://github.com/Rolfff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MkDocs encriptMail Plugin\n\nThis [MkDocs](https://www.mkdocs.org) plugin converts markdown encoded email addresses like\n\n```\n[Email-Link](mailto:test@test.test)\n```\n\ninto \n\n```html\n\u003ca href=\"javascript:linkTo_UnCryptMailto(%27ocknvq,vguvBvguv0vguv%27)\"\u003e\n    Email-Link\n\u003c/a\u003e\n```\n\nor\n\n```\n[test@test.test](mailto:test@test.test)\n```\n\ninto \n\n```html\n\u003ca href=\"javascript:linkTo_UnCryptMailto(%27ocknvq,vguvBvguv0vguv%27)\"\u003e\n    test(Q)test(P)test\n\u003c/a\u003e\n```\n\nThis allows to hide email address from spam bots and allows user to link email addresses.\n\n## Requirements\n\nThis package requires Python \u003e=3.5 and MkDocs version 1.0 or higher.  \n\n## Installation\n\nInstall the package with pip:\n\n```cmd\npip install mkdocs-encriptmail-plugin\n```\n\nEnable the plugin in your `mkdocs.yml`:\n\n```yaml\nplugins:\n    - search\n    - encriptmail:\n       placeholderAt: (Q)\n       placeholderDot: (P)\n```\n\n**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.\n\nMore information about plugins in the [MkDocs documentation](https://www.mkdocs.org/user-guide/plugins/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolfff%2Fmkdocs-encriptmail-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolfff%2Fmkdocs-encriptmail-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolfff%2Fmkdocs-encriptmail-plugin/lists"}