Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markdown preview refresh command #32111

Closed
mjbvz opened this issue Aug 8, 2017 · 2 comments
Closed

Add markdown preview refresh command #32111

mjbvz opened this issue Aug 8, 2017 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality markdown Markdown support issues verification-found Issue verification failed verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Aug 8, 2017

Feature Request
Add a command to manually refresh the markdown preview

@mjbvz mjbvz added the markdown Markdown support issues label Aug 8, 2017
@mjbvz mjbvz added this to the August 2017 milestone Aug 8, 2017
@mjbvz mjbvz self-assigned this Aug 8, 2017
@mjbvz mjbvz added feature-request Request for new features or functionality verification-needed Verification of issue is requested labels Aug 8, 2017
@mjbvz mjbvz closed this as completed in f980319 Aug 8, 2017
@mjbvz
Copy link
Contributor Author

mjbvz commented Aug 8, 2017

To verify:

  1. In a workspace with a markdown file, create a style.css file that sets the background color:
body {
    background: hotpink !important;
}
  1. Set "markdown.styles": [ "./style.css" ]
  2. Open the markdown preview to the side
  3. With the preview still open, edit the css file in the other panel to change the background color.
  4. Verify that the refresh command updates the preview. Refresh should be both in the command palette and in the ... in the preview's status bar

@bpasero
Copy link
Member

bpasero commented Aug 29, 2017

@mjbvz the refresh command in the "..." works, but the global command does not:

flicker_chrome58

@bpasero bpasero reopened this Aug 29, 2017
@bpasero bpasero added the verification-found Issue verification failed label Aug 29, 2017
@mjbvz mjbvz closed this as completed in 3416d0d Aug 30, 2017
@bpasero bpasero added the verified Verification succeeded label Aug 31, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality markdown Markdown support issues verification-found Issue verification failed verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants