Files
vscode/extensions
Matt Bierner b29ef9b4e8 Prototyping Markdown Preview Synchronization With Editors (#18762)
* Adds command to post a message to an html preview

**Bug**
There is currently no easy way to communicate with an html preview document after the preview has been created.

**Fix**
Adds a command called `vscode.htmlPreview.postMessage` to post a message to a visible html preview. This message will only be posted if the target preview is visible.

Inside the preview, the event is recieved using the standard dom event:

* Remove logging

* proto

Continue proto

* clean up rendering

* Gate prototype

* Fix gating

* Remove public command

* Change setting name

* Added current position indicator

* Reveal center
2017-01-18 17:58:45 -08:00
..
2017-01-17 23:09:11 +01:00
2017-01-18 16:57:24 +01:00
2017-01-17 23:09:12 +01:00
2017-01-04 22:44:08 +01:00
2016-06-14 15:01:58 +02:00
2017-01-09 18:13:23 +01:00