Metadata-Version: 2.1
Name: wagtail-external-link-richtext
Version: 1.1
Summary: Wagtail external richtext link feature
Author: Ruben Hesselink
Author-email: ruben@fourdigits.nl
Maintainer: Ruben Hesselink
Maintainer-email: ruben@fourdigits.nl
Keywords: richtext external link newtab
Classifier: Environment :: Web Environment
Classifier: Framework :: Wagtail
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11

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. Go to the settings file and add `new_tab_link` to the `RICHTEXT_FEATURES`
3. When adding or editing a page in the wagtail admin there will be a `New tab` button in the `Richtextfield`
