Skip to content

Commit 1e64235

Browse files
committed
forgot to hide the original embed for .pu files
1 parent 037ccf6 commit 1e64235

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-plantuml",
33
"name": "PlantUML",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"minAppVersion": "0.13.0",
66
"description": "Render PlantUML Diagrams",
77
"author": "Johannes Theiner",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-plantuml",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "PlantUML rendering for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
.internal-embed.file-embed[src$=".puml"] {
2929
display: none;
3030
}
31+
32+
.internal-embed.file-embed[src$=".pu"] {
33+
display: none;
34+
}

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"1.5.1": "0.13.0",
1919
"1.5.2": "0.13.0",
2020
"1.5.3": "0.13.0",
21-
"1.6.0": "0.13.0"
21+
"1.6.0": "0.13.0",
22+
"1.6.1": "0.13.0"
2223
}

0 commit comments

Comments
 (0)