From 78d212c9f0b3746e90450bdc26ea9167b853dbc7 Mon Sep 17 00:00:00 2001 From: Oscar Capraro Date: Fri, 29 Apr 2022 13:24:22 -0700 Subject: [PATCH] v0.2.7 --- README.md | 6 ++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 239c08f..40b251e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/manifest.json b/manifest.json index 6d8cf8b..3573d6c 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 872a2f7..69a24e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "latex-alternative", - "version": "1.0.1", + "name": "obsidian-math-plus", + "version": "0.2.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 7176188..fb1d7f1 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 92fd08a..2fbb808 100644 --- a/versions.json +++ b/versions.json @@ -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" }