Skip to content

Text input box that autocompletes hashtags, mentions and related entities. Built with React & Redux.

Notifications You must be signed in to change notification settings

arisgk/rich-text-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Autocomplete Editor

Editor with mention, hashtag and relation autocomplete functionality built using React, Redux and DraftJS. This project was bootstrapped with Create React App.

Check out a deployed version of the app.

Instructions

  • Type @ to add persons (mentions).
  • Type # to add hashtags.
  • Type <> to add relations.

Elements on the list can be chosen using arrow keys and pressing Enter or Tab.

Development

Run npm install to install dependencies.

To start the app run npm start.

Run the test watcher in an interactive mode using npm test.

Deployment

When you’re ready to deploy to production, create a minified bundle with npm run build.

You can use create-react-app deployment instructions as a guide for various solutions.

About

Text input box that autocompletes hashtags, mentions and related entities. Built with React & Redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published