We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d3029 commit bdd36e3Copy full SHA for bdd36e3
Repository/malys.md
@@ -99,4 +99,4 @@ uri: https://github.com/malys/silverbullet-libraries/blob/main/src/VSCodePalette
99
website: https://github.com/malys/silverbullet-libraries/blob/main/src/VSCodePalette.md
100
description: "universal palette (as VScode Palette), use '>' to execute commands"
101
---
102
-```
+```
src/GitHistory.md
@@ -92,11 +92,6 @@ local function log(...)
92
end
93
94
95
-local source = config.get("history.source")
96
-if source == nil then
97
- editor.flashNotification("'marp.source' configuration not set", "error")
98
-end
-
local current_panel_id = "rhs"
local is_panel_visible = false
0 commit comments