Skip to content

Commit

Permalink
feat: setting to hide the status bar icon of the Harper plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 15, 2024
1 parent 6e16d70 commit 4f6689e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/4-user-interface/statusbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.hide-pane-relief-focus-lock-status-bar .status-bar-item.plugin-pane-relief,
.hide-electron-window-tweaker-status-bar .status-bar-item.plugin-obsidian-electron-window-tweaker,
.hide-properties-in-statusbar .status-bar-item.plugin-properties,
.hide-harper-status-bar .status-bar-item.plugin-harper,
.hide-backlinks-status-bar .status-bar-item.plugin-backlink {
display: none;
}
Expand Down
4 changes: 4 additions & 0 deletions source/style-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ settings:
title: Hide Pandoc Reference List icon
type: class-toggle
default: false
- id: hide-harper-status-bar
title: Hide Harper toggle icon
type: class-toggle
default: false
- id: hide-signature-icon
title: Hide the Shimmering Focus icon (⟡)
type: class-toggle
Expand Down

0 comments on commit 4f6689e

Please sign in to comment.