GithubHelp home page GithubHelp logo

shrirambisen / summernote-math Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tylerecouture/summernote-math

0.0 1.0 0.0 15 KB

A summernote plugin that uses KaTeX to insert math

License: Apache License 2.0

HTML 16.05% JavaScript 83.95%

summernote-math's Introduction

summernote-math

A summernote plugin that uses KaTeX to insert rendered math.

Working Example

https://rawgit.com/tylerecouture/summernote-math/master/Example/example.html

Usage

  1. Include KaTex:

    1. https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css
    2. https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.js
  2. Include summernote-math.js:

  3. add math to your toolbar somewhere:

 $('#summernote').summernote({
     toolbar: [
         ...
         ['insert', ['pitcure', 'link', 'math']],
     ]
 });

LaTeX markup

Use LaTeX markup, as supported by KaTeX to insert math. For example:

c = \pm\sqrt{a^2 + b^2}

or

f(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x} \,d\xi

To Do

  • Add ability to edit existing math elements

summernote-math's People

Contributors

tylerecouture avatar lqez avatar

Watchers

James Cloos 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.