Giter VIP home page Giter VIP logo

summernote-emojione-plugin's People

Contributors

bmironov avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

summernote-emojione-plugin's Issues

Insert button is not showing in summernote

Hi, thanks for implementing emojione to summernote.

My button for insert for emoji is not showing up, but for other like pictures, videos, table, etc works fine. Could you please help me?

<!-- Bootstrap v3.3.6 -->
        <link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css') }}">
        <!-- Font Awesome v4.6.3 -->
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- EmojiOne -->
    <link rel="stylesheet" href="//cdn.jsdelivr.net/emojione/2.2.6/assets/css/emojione.min.css">
    <!-- SummerNote -->
    <link rel="stylesheet" href="{{ asset('assets/plugins/summerNote/summernote.css') }}">

<!-- jQuery v2.2.4 -->
        <script src="{{ asset('assets/js/jquery.min.js') }}"></script>
        <!-- Bootstrap v3.3.6 -->
        <script src="{{ asset('assets/js/bootstrap.min.js') }}"></script>
        <!-- Main Javascript -->
        <script src="{{ asset('assets/js/main.js') }}"></script>
        <!-- jQuery scrollUp -->
        <script src="{{ asset('assets/js/jquery.scrollUp.min.js') }}"></script>
<!-- EmojiOne -->
    <script src="//cdn.jsdelivr.net/emojione/2.2.6/lib/js/emojione.min.js"></script>
    <!-- SummerNote -->
    <script src="{{ asset('assets/plugins/summerNote/summernote.js') }}"></script>
    <!-- Summernote Emojione -->
    <script src="{{ asset('assets/plugins/summerNote/summernote-ext-emojione.js') }}"></script>
    <script type="text/javascript">
        $('#honeypot').addClass('hidden-form');
        emojione.ascii = true;
        $(document).ready(function() {
            $('#summernote').summernote({
                height: 200,                 // set editor height
                minHeight: null,             // set minimum height of editor
                maxHeight: null,             // set maximum height of editor
                focus: true,                  // set focus to editable area after initializing summernote
                toolbar: [
                    ['misc', ['fullscreen', 'undo', 'redo']],
                    ['color', ['color']],
                    ['style', ['bold', 'italic', 'underline']],
                    ['fontsize', ['fontsize']],
                    ['paragraph', ['ul', 'ol', 'paragraph']],
                    ['insert', ['emojiOneChar', 'specialChar', 'picture', 'link', 'video', 'table', 'hr']]
                ]
            });
            $('div.note-emojionechar-dialog').attr('tabindex', '-1'); /* allow ESC to close modal */
        });
    </script>

Thanks in advance.

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.