Skip to content

vixdigital/wagtail-sentiment

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

wagtail-sentiment

A plugin for Wagtail draftail that applies sentiment analysis to text input into rich text fields.

!! This is an experimental build meant to test yet unreleased api features in Wagtail. It uses a monkeypatch to work with Wagtail 2.0 but may break in the future. !!

Screenshot

Installation

  • pip install wagtail-sentiment
  • Add wagtailsentiment to your list of installed apps AFTER all wagtail app includes (e.g. wagtail.admin, wagtail.core etc).

Usage

Once installed You will see the sentiment calculation displayed in the toolbar of all rich text fields in your Wagtail admin area.