We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0445290 + 6e513d5 commit 9fb0bf9Copy full SHA for 9fb0bf9
1 file changed
hub/powertoys/command-palette/using-markdown-content.md
@@ -100,7 +100,6 @@ public class <ExtensionName>Page : ContentPage
100
Icon = new("\uE8A5"); // Document icon
101
Title = "Markdown page";
102
Name = "Preview file";
103
- path =
104
105
+ Commands = [
106
+ new CommandContextItem(new OpenUrlCommand(doc_path)) { Title = "Open in File Explorer" },
0 commit comments