evilz / vscode-reveal

Revealjs vsCode extension
https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal
MIT License
460 stars 147 forks source link

feat: add open in vscode/browser commands to right click context menu… #1267

Closed henrikvilhelmberglund closed 4 weeks ago

henrikvilhelmberglund commented 9 months ago

… and editor title when file is markdown.

This PR adds the open commands in the right click context menu and the editor title area for markdown files. This means it's easier to open presentations from the explorer without using the VSCode Reveal sidebar or the command palette.

Context menu: Code-2024-02-16-14-59-Code_HX7YLc8pFD

Editor title area: Code-2024-02-16-14-59-Code_lF5z5zqLWI

evilz commented 4 weeks ago

Awesome, thank