All Projects → daniel3735928559 → Guppy

daniel3735928559 / Guppy

WYSIWYG mathematics editor with structured, searchable, LaTeX-compatible, and parseable output

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Guppy

Sceditor
A lightweight HTML and BBCode WYSIWYG editor
Stars: ✭ 503 (+242.18%)
Mutual labels:  editor, wysiwyg-editor
Rich Text Editor
Math editor (http://digabi.github.io/rich-text-editor/)
Stars: ✭ 45 (-69.39%)
Mutual labels:  math, editor
Proton
Purely native and extensible rich text editor for iOS and macOS Catalyst apps
Stars: ✭ 685 (+365.99%)
Mutual labels:  editor, wysiwyg-editor
Angular Editor
A simple native WYSIWYG editor component for Angular 6 -10+
Stars: ✭ 428 (+191.16%)
Mutual labels:  editor, wysiwyg-editor
Tiptap
The headless editor framework for web artisans.
Stars: ✭ 13,629 (+9171.43%)
Mutual labels:  editor, wysiwyg-editor
React Quill
A Quill component for React.
Stars: ✭ 4,739 (+3123.81%)
Mutual labels:  editor, wysiwyg-editor
Megadraft
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Stars: ✭ 982 (+568.03%)
Mutual labels:  editor, wysiwyg-editor
Re Editor
一个开箱即用的React富文本编辑器 🚀re-editor
Stars: ✭ 367 (+149.66%)
Mutual labels:  editor, wysiwyg-editor
React Page
Next-gen, highly customizable content editor for the browser - based on React and written in TypeScript. WYSIWYG on steroids.
Stars: ✭ 8,704 (+5821.09%)
Mutual labels:  editor, wysiwyg-editor
Canner Slate Editor
📝Rich Text / WYSIWYG Editor built for Modularity and Extensibility.
Stars: ✭ 1,071 (+628.57%)
Mutual labels:  editor, wysiwyg-editor
Mathlive
A web component for easy math input
Stars: ✭ 416 (+182.99%)
Mutual labels:  math, editor
Awesome Wysiwyg
A curated list of awesome WYSIWYG editors.
Stars: ✭ 1,801 (+1125.17%)
Mutual labels:  editor, wysiwyg-editor
Mathdown
Collaborative markdown with math
Stars: ✭ 410 (+178.91%)
Mutual labels:  math, editor
Core2d
A multi-platform data driven 2D diagram editor.
Stars: ✭ 475 (+223.13%)
Mutual labels:  editor, wysiwyg-editor
Drawerjs
A customizable WYSIWYG HTML canvas editor.
Stars: ✭ 383 (+160.54%)
Mutual labels:  editor, wysiwyg-editor
Jodit
Jodit - Best WYSIWYG Editor for You
Stars: ✭ 947 (+544.22%)
Mutual labels:  editor, wysiwyg-editor
Text
📑 Collaborative document editing using Markdown
Stars: ✭ 282 (+91.84%)
Mutual labels:  editor, wysiwyg-editor
Awesome Web Editor
🔨 Open source WEB editor summary
Stars: ✭ 306 (+108.16%)
Mutual labels:  editor, wysiwyg-editor
Vue Mathlive
Example of using the Vue wrapper for MathLive math editor
Stars: ✭ 52 (-64.63%)
Mutual labels:  math, editor
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+848.3%)
Mutual labels:  math, editor

Guppy

Join the chat at https://gitter.im/guppy-mathbox/Lobby

Synopsis

Guppy is a Javascript-based WYSIWYG editor for mathematics whose content is stored in an XML format that makes Guppy mathematical expressions searchable, parseable, and renderable.

The content of the editor can easily be extracted in a well-annotated XML format (for searching), as well as LaTeX (for rendering), plain text (for text applications) or a syntax tree (for manipulating/evaluating).

Demos

A full live demo can be found at http://daniel3735928559.github.io/guppy/site

A standalone basic demo can be found at http://daniel3735928559.github.io/guppy/site/examples/basic

How do I get started?

Go to the quickstart page.

Also check the FAQ.

Can I see some examples?

Yes! There are many at the examples page.

Of particular note are:

  • Calc Numerically evaluate a guppy document.
  • Input/Output Import and extract editor content.
  • Mobile Activate mobile keyboard functionality.
  • Style Style the editor with CSS.
  • Article Use guppy to render pre-existing mathematical content on a page.

How does it work?

Editor content is stored in a specific XML format. Editing operations then correspond to operations on that XML.

Can I help?

Yes! See the contributors page for how, and the roadmap for an idea of where the project is heading.

License

Guppy is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].