Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkue committed Jun 11, 2024
2 parents 96a217c + 74d80e4 commit 776fe74
Show file tree
Hide file tree
Showing 8 changed files with 535 additions and 494 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.2.2 (2024-04-09)
### Breaking
- Disable evaluation mode by default

## 1.2.1 (2024-03-27)
### New
- Updated README to include instructions on includidng KaTeX CSS

## 1.2.0 (2024-03-10)
### New
- Added extension options
- Allow disabling evaluation mode
- Update README with options

## 1.1.0 (2023-06-03)
### New
- Display math using the `$$\sum_{i=1}^n x_i$$` notation
Expand All @@ -12,4 +26,4 @@
- Allow selection of latex nodes

## 1.0.0 (2023-06-02)
Initial version with inline math and basic evaluation support
Initial version with inline math and basic evaluation support
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 aarkue

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Math/LaTeX Extension for the TipTap Editor
<div align="center">
<h1>Math/LaTeX Extension for the TipTap Editor</h1>
<p>Use inline math expression / LaTeX directly in your editor!</p>
<p>

[![npm license](https://img.shields.io/npm/l/%40aarkue%2Ftiptap-math-extension)](https://www.npmjs.com/package/@aarkue/tiptap-math-extension)
[![npm version](https://img.shields.io/npm/v/%40aarkue%2Ftiptap-math-extension)](https://www.npmjs.com/package/@aarkue/tiptap-math-extension)
[![npm downloads](https://img.shields.io/npm/dy/%40aarkue%2Ftiptap-math-extension)](https://www.npmjs.com/package/@aarkue/tiptap-math-extension)

</p>
</div>

Use inline math expression / LaTeX directly in your editor!

## Usage

Expand Down
Loading

0 comments on commit 776fe74

Please sign in to comment.