diff --git a/manifest.json b/manifest.json index d55b726..38f4681 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-stille", "name": "Stille", - "version": "1.2.1", - "minAppVersion": "0.13.0", + "version": "1.3.0", + "minAppVersion": "0.15.0", "description": "Focus on your writing, a section at a time.", "author": "Michael Lee", "authorUrl": "https://michaelsoolee.com", diff --git a/package.json b/package.json index 341ed39..0c6a1a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-stille", - "version": "1.2.1", + "version": "1.3.0", "description": "An Obsidian plugin that helps you focus on your writing, a section at a time.", "main": "main.js", "scripts": { diff --git a/styles.css b/styles.css index 2a97986..977ea02 100644 --- a/styles.css +++ b/styles.css @@ -8,6 +8,11 @@ body.StilleStyle .cm-editor:not(.cm-focused) .cm-line{ opacity: var(--unfocusedLevel); } +body.StilleStyle .cm-editor .internal-embed, +body.StilleStyle .cm-editor .cm-embed-block { + opacity: var(--unfocusedLevel); +} + body.StilleStyle .cm-editor .cm-active { opacity: 1.0; } diff --git a/versions.json b/versions.json index b099a3f..a1f6434 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.3": "0.9.12", "1.1.0": "0.13.0", "1.2.0": "0.13.0", - "1.2.1": "0.13.0" + "1.2.1": "0.13.0", + "1.3.0": "0.15.0" } \ No newline at end of file