We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b750e commit ba090ddCopy full SHA for ba090dd
1 file changed
apps/obsidian/src/index.ts
@@ -244,7 +244,7 @@ export default class DiscourseGraphPlugin extends Plugin {
244
245
if (keysToHide.length > 0) {
246
const selectors = keysToHide
247
- .map((key) => `.metadata-property[data-property-key="${key}"]`)
+ .map((key) => `.metadata-property[data-property-key="${key}" i]`)
248
.join(", ");
249
250
this.styleElement!.textContent = `${selectors} { display: none !important; }`;
0 commit comments