Skip to content

Commit c7f42bb

Browse files
authored
feat: Can now insert plots directly from a modal (#23)
* Can now insert plots directly from a modal * Issues reguarding undefined values solved + Better naming import
1 parent 0077a09 commit c7f42bb

6 files changed

Lines changed: 5462 additions & 1261 deletions

File tree

manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "obsidian-functionplot",
3-
"name": "Obsidian Functionplot",
4-
"minAppVersion": "0.11.13",
5-
"description": "A plugin for displaying mathematical graphs in obsidian.md.",
6-
"author": "leonhma",
7-
"authorUrl": "https://github.com/leonhma",
8-
"isDesktopOnly": false,
9-
"version": "1.0.3"
10-
}
2+
"id": "obsidian-functionplot",
3+
"name": "Obsidian Functionplot",
4+
"minAppVersion": "0.11.13",
5+
"description": "A plugin for displaying mathematical graphs in obsidian.md.",
6+
"author": "leonhma",
7+
"authorUrl": "https://github.com/leonhma",
8+
"isDesktopOnly": false,
9+
"version": "1.0.4"
10+
}

0 commit comments

Comments
 (0)