Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ocapraro committed Apr 29, 2022
1 parent d5db28e commit 78d212c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Here you can change the three default colors you can pick from while taking note

![colors settings](https://raw.githubusercontent.com/ocapraro/obsidian-math-plus/0.2.4/assets/colors-settings.png)

**Math Block Size**

This allows you to change the size of the math blocks.

![math block size settings](https://raw.githubusercontent.com/ocapraro/obsidian-math-plus/master/assets/math-block-size-settings.png)

**Excalidraw UI**

Excalidraw has a lot of drawing tools which you can toggle on or off here based on your needs.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-math-plus",
"name": "Obsidian Math+",
"version": "0.2.6",
"version": "0.2.7",
"minAppVersion": "0.12.0",
"description": "This is an Obsidian plugin for taking math notes using Excalidraw.",
"author": "Oscar Capraro",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-math-plus",
"version": "0.2.6",
"version": "0.2.7",
"description": "This is a math plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"0.2.3": "0.12.0",
"0.2.4": "0.12.0",
"0.2.5": "0.12.0",
"0.2.6": "0.12.0"
"0.2.6": "0.12.0",
"0.2.7": "0.12.0"
}

0 comments on commit 78d212c

Please sign in to comment.