Code Monkey home page Code Monkey logo

materialnote's Introduction

MaterialNote v1.2.1

MaterialNote

LIVE DEMO: MaterialNote demo (live demo can be outdated for a while; if live demo version is not the same of current plugin version, please use the included demo instead)

A Summernote wysiwyg editor version converted for Materialize (Materialize Official website)

Added features:
  • Following toolbar
  • global restyling

MaterialNote is a fork of Summernote wysiwyg editor (See the Original API) Edited by CK

Usage

Just call **materialnote() on any jquery element;

NOTE: in case of multiple editors on the same page, the id attribute must be provided (if you use airMode, the id is needed always);

There are some extra options

that you can pass to the constructor in materialSummernote:

  • defaultTextColor (used by "color" button to set the default text color)
  • defaultBackColor (used by "color" button to set button's color default background color)
  • followingToolbar (default true)
  • otherStaticBarClass is the class of webapp's static bar (if used); this is used to avoid materialNote's toolbar to override it while scrolling (default .staticTop)

MaterialSummernote is not just a conversion of Summernote from bootstrap to materialize, it also contains some changes, but still have all the original Summernote's API.

It is provided with scss version of the stylesheet, if you use sass, to change style quickly

Materialize Overrides

The provided versione includes an override of materialize tooltips (called ckTooltip) with autoclean function for tooltips' shadow dom when the tooltipped element is destroyed (better for single-page app); this functions is also edited to have faster tooltip animations; If you don't need/want this, you can use the standard materialize tooltip function, replacing "ckTooltip" with "tooltip" in materialNote (1 occurence) and removing "ckMaterializeOverrides.js" file and its reference in index.html;

Grunt

It is provided with livereload and sass version of stylesheet; use "grunt" to execute it and point your browser on "localhost:7000" (prerequisites: ruby, sass ("gem install sass"), grunt-cli, grunt and needed plugins ("npm install"), browser livereload extension);

Use --port option to serve it on another port; example: grunt --port=9000

Use grunt uglify or grunt minify to rebuild the minified version of fileUploader.js

License

Available under MIT license (also available in included license.txt file).

History

1.2.0

  • added minified version and minify task

1.1.8

  • fidex bugs for following toolbar with otherStaticBar option
  • minor style corrections

1.1.7

  • upgraded mobile support for dropdown

1.1.0

  • improved mobile support
  • added support for webapp' static bar

1.0.6

  • bug fixes

1.0.5

  • fixed codeMirror bug (codeMirror not updating editor's content)
  • fixed Roboto missing font

materialnote's People

Contributors

cerealkillerway avatar nicolasbonnici avatar tox82 avatar

Stargazers

 avatar

Watchers

 avatar

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.