GithubHelp home page GithubHelp logo

kindling / react-tinymce-mention Goto Github PK

View Code? Open in Web Editor NEW
20.0 6.0 15.0 15.68 MB

@Mentions functionality for TinyMCE, built with React and Redux

License: MIT License

HTML 0.21% JavaScript 99.19% Shell 0.59%

react-tinymce-mention's People

Contributors

damassi avatar deltamualpha avatar valoricde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

react-tinymce-mention's Issues

Update to react 16.2

Can we update the package to be compatible with react 16.2 ASAP. Need this very urgently

Module not found: Can't resolve './components/CustomList'

Hello Guys,

I need some help. I do not know why but the module CustomList cannot be found.
Also, I am importing the Editor as described in the TyniMce guide for React:
import {Editor} from '@tinymce/tinymce-react';

Can anyone help here? :/

Using Mention Causes TinyMCE to not fire Change events

If I have "mention" in the list of plugins (as shown in the code below) I stop getting onChange and onKeyUp events from TinyMCE.

Using cdn.tinymce.com/4/tinymce.min.js

Any idea why this would be? Are there any full working code examples somewhere using this plugin?

             <Mention
                    dataSource={[
                        'hello',
                        'helloooo',
                        'hello0',
                        'howdy']}
                    delimiter={'@'}
                />
                
                <TinyMCE
                    content={this.props.document.editorState}
                    config={{
                        plugins: 'autolink link image lists print preview mention',
                        toolbar: 'undo redo | bold italic | alignleft aligncenter alignright'
                    }}
                    onChange={this.handleEditorChange}
                    onKeyup={this.handleEditorChange} // ... because onChange isn't enough :-/
                />

Multi editor setup

Hi, do you know which parts I have to adapt in order to get the component working with multiple editors?

Components of this library must extend React.Component

It seems like that the Mention component which is exported does not inherit from React.Component, and neither is a React old-style class.

Is there any reason for this? Same goes for SuggestionRenderer and DefaultList.

Furthermore, in React 0.14, you don't need to wrap <Provider> child into a function.

Adding mention at start of new paragraph does not work when previous paragraph ends with mention

When you add a mention on a line, press Enter to move to a new line, and then immediately add another mention on the next line, the first mention is replaced by the new mention you just added.

For example, if I try to add:

@JoeBlow
@Henry

It will be converted to:

@Henry

In _renderMentionIntoEditor, after the placeholder text is inserted into the editor, editor.getContent() will return something like <p>@joeblow</p><p>@h__PLACEHOLDER__</p>. Notice there is no whitespace between the paragraph tags, so the regex ends up replacing the wrong thing.

Thx.

no styles

It's returning the suggestions, but they're not working as the gif from the readme file. Is that the expected behavior?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.