mirror of
https://github.com/orelby/obsidian-rtl-math-text-plugin.git
synced 2026-07-22 05:48:01 +00:00
0.0.2
This commit is contained in:
parent
f34112966f
commit
6fdfc06dde
4 changed files with 8 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "rtl-math-text",
|
||||
"name": "RTL Math Text",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"minAppVersion": "0.16.0",
|
||||
"description": "Mix right-to-left and left-to-right text in math expressions using configurable commands.",
|
||||
"author": "orelby",
|
||||
"authorUrl": "",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-rtl-math-text-plugin",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-rtl-math-text-plugin",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.18.126",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-rtl-math-text-plugin",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "A plugin for Obsidian (https://obsidian.md) that adds support for RTL in math expressions.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"0.0.1": "0.16.0"
|
||||
}
|
||||
"0.0.1": "0.16.0",
|
||||
"0.0.2": "0.16.0"
|
||||
}
|
||||
Loading…
Reference in a new issue