From 493a14198493cf24254e62ebe1f5b8c10b28c8d7 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Thu, 12 Oct 2023 22:49:51 -0400 Subject: [PATCH] Added support for properties --- manifest.json | 2 +- package.json | 2 +- styles.css | 4 ++++ versions.json | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2bd03fb..1f4f92b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-stille", "name": "Stille", - "version": "1.3.3", + "version": "1.3.4", "minAppVersion": "0.15.0", "description": "Focus on your writing, a section at a time.", "author": "Michael Lee", diff --git a/package.json b/package.json index 960a291..2ad365f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-stille", - "version": "1.3.3", + "version": "1.3.4", "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 34d5fbe..bb81f58 100644 --- a/styles.css +++ b/styles.css @@ -8,6 +8,10 @@ body.StilleStyle .cm-editor:not(.cm-focused) .cm-line { opacity: var(--unfocusedLevel); } +body.StilleStyle .cm-editor .metadata-container { + opacity:var(--unfocusedLevel); +} + body.StilleStyle .cm-editor .internal-embed, body.StilleStyle .cm-editor .cm-embed-block { opacity: var(--unfocusedLevel); diff --git a/versions.json b/versions.json index 651a813..fe3d2d7 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.3.0": "0.15.0", "1.3.1": "0.15.0", "1.3.2": "0.15.0", - "1.3.3": "0.15.0" + "1.3.3": "0.15.0", + "1.3.4": "0.15.0" } \ No newline at end of file