pieces-app / support

19 stars 3 forks source link

Can't Preview Markdown Files after installing Pieces #446

Closed rosie-at-pieces closed 2 weeks ago

rosie-at-pieces commented 2 weeks ago

Original ticket: Ever since installing Pieces I can't preview markdown files on VS

Note: this issue was created automatically from an offline service ticket.

judson-at-pieces commented 2 weeks ago

https://drive.google.com/file/d/1Hxnbsum2aGueTYIf3Xcl9RXLg45HS33i/view?usp=sharing

This video should resolve the issue. The issue was that the hotkey command combo (cmd+shift+v) for previewing markdown files was being overridden by the Pieces: Save Current Selection.

To fix this, press cmd+k+s (in that order) to open up the keyboard shortcuts menu, then type in "Save current selection" and re-map the hotkey command to something else that is not currently being used--like [cmd+shift+'], which is what I do in the video. I then checked that the original Preview Markdown keymapping was intact by searching Preview Markdown--you can see that it still retains the original keymappoing, which is cmd+shift+v.

I then navigated back to my .md file and pressed cmd+shift+v and demonstrated how the live preview of the .md file feature works properly.

john-walter-munene commented 2 weeks ago

I appreciate the quick response. I've resolved this. Thank you.

rutvik-at-pieces commented 2 weeks ago

Closing this issue as resolved.