wagtail-external-richtext-link


Namewagtail-external-richtext-link JSON
Version 1.0 PyPI version JSON
download
home_page
SummaryWagtail external richtext link feature
upload_time2023-07-03 14:38:04
maintainerRuben Hesselink
docs_urlNone
authorRuben Hesselink
requires_python
license
keywords richtext external link newtab
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Newtab feature for Richtextfield Wagtail
=========================================

This is a custom feature for the richtextfield in wagtail. This feature provides a way to add links that always open in a new tab.

------------
Quick start
------------
1. Go to your settings and add `external_link` to your `INSTALLED_APPS`

    INSTALLED_APPS = [

        "...",
        "external_link",
        "...",

    ]


2. When adding a  `Richtextfield` add `new_tab_link` to the `features`
3. When adding or editing a page in the wagtail admin there will be a `New tab` button in the `Richtextfield`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wagtail-external-richtext-link",
    "maintainer": "Ruben Hesselink",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "ruben@fourdigits.nl",
    "keywords": "richtext external link newtab",
    "author": "Ruben Hesselink",
    "author_email": "ruben@fourdigits.nl",
    "download_url": "https://files.pythonhosted.org/packages/34/ba/b55f9ebf01f9484624a25d275f51f87e8c86f12c0fc10e20eed6ab844033/wagtail-external-richtext-link-1.0.tar.gz",
    "platform": null,
    "description": "Newtab feature for Richtextfield Wagtail\n=========================================\n\nThis is a custom feature for the richtextfield in wagtail. This feature provides a way to add links that always open in a new tab.\n\n------------\nQuick start\n------------\n1. Go to your settings and add `external_link` to your `INSTALLED_APPS`\n\n    INSTALLED_APPS = [\n\n        \"...\",\n        \"external_link\",\n        \"...\",\n\n    ]\n\n\n2. When adding a  `Richtextfield` add `new_tab_link` to the `features`\n3. When adding or editing a page in the wagtail admin there will be a `New tab` button in the `Richtextfield`\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Wagtail external richtext link feature",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [
        "richtext",
        "external",
        "link",
        "newtab"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2617a376bcbfa478556f982396794456412849df5426c520c05c39012917ca6b",
                "md5": "274c1bf8cb12d0c22350438ef781408b",
                "sha256": "9b8fd6f43ec2eb8b466e435019508ea729f6cf3560af9eec066ad561c48c0a72"
            },
            "downloads": -1,
            "filename": "wagtail_external_richtext_link-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "274c1bf8cb12d0c22350438ef781408b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6000,
            "upload_time": "2023-07-03T14:38:03",
            "upload_time_iso_8601": "2023-07-03T14:38:03.272059Z",
            "url": "https://files.pythonhosted.org/packages/26/17/a376bcbfa478556f982396794456412849df5426c520c05c39012917ca6b/wagtail_external_richtext_link-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34bab55f9ebf01f9484624a25d275f51f87e8c86f12c0fc10e20eed6ab844033",
                "md5": "e8bdffece31f3bfe73cd1dd55c222005",
                "sha256": "64554d70f99926e482beac971e1722c42f49e1d00438f88c1b9864112465fc91"
            },
            "downloads": -1,
            "filename": "wagtail-external-richtext-link-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e8bdffece31f3bfe73cd1dd55c222005",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5472,
            "upload_time": "2023-07-03T14:38:04",
            "upload_time_iso_8601": "2023-07-03T14:38:04.786713Z",
            "url": "https://files.pythonhosted.org/packages/34/ba/b55f9ebf01f9484624a25d275f51f87e8c86f12c0fc10e20eed6ab844033/wagtail-external-richtext-link-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-03 14:38:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wagtail-external-richtext-link"
}
        
Elapsed time: 0.10125s