1. 07 3月, 2017 1 次提交
    • M
      Use Gulp To Generate Markdown Langauge Includes (#22117) · 1dd884a8
      Matt Bierner 提交于
      **Bug**
      The markdown grammar for fenced code blocks is rather unmaintainable since it involves lots of copy and pasted code
      
      **Fix**
      Use a gulp task and a template to generate the fenced code block grammars include directly. This allows adding new language support much more easily.
      1dd884a8
  2. 04 3月, 2017 1 次提交
    • M
      Add Enhanced Security Settings to Markdown Preview · 4ebfc2fc
      Matt Bierner 提交于
      Adds enhanced security settings for the markdown preview. The new flow disable all scripts within the preview itself. Users can enable scripts on a per workspace basis.
      
      When a markdown document that uses scripts is loaded, a warning is shown inside the document itself. This warning triggers a new security selector quick pick which allows users to enable or disable enahanced security in the workspace.
      4ebfc2fc
  3. 24 2月, 2017 1 次提交
  4. 22 2月, 2017 1 次提交
  5. 02 2月, 2017 1 次提交
  6. 28 1月, 2017 1 次提交
  7. 25 1月, 2017 1 次提交
  8. 24 1月, 2017 2 次提交
  9. 22 1月, 2017 1 次提交
    • M
      Add Markdown Preview to Editor Scroll Syncronization · 5bf8cc76
      Matt Bierner 提交于
      Adds an initial implementation of scroll synrconization from the markdown preview to the editor. When the preview is scrolled, automatically scrolls the editor to reveal the same location.
      
      This required adding a new supported reveal type `AtTop` in our API. This is already supported and used internally, but not really exposed in the public apis (except for the `revealLine` command).
      5bf8cc76
  10. 21 1月, 2017 1 次提交
  11. 19 1月, 2017 2 次提交
    • M
      e3b3959d
    • M
      Prototyping Markdown Preview Synchronization With Editors (#18762) · b29ef9b4
      Matt Bierner 提交于
      * 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
      b29ef9b4
  12. 20 12月, 2016 1 次提交
  13. 09 12月, 2016 1 次提交
  14. 02 12月, 2016 1 次提交
    • M
      Add font settings for markdown preview (#16302) · 0c6333e6
      Matt Bierner 提交于
      Fixes #4641
      
      Adds basic settings for controlling the markdown preview font. We already support this with custom css, but these settings are similar to what the editor and integrated terminal expose and allow for a few basic customizations. Custom style sheets will override these.
      0c6333e6
  15. 30 11月, 2016 1 次提交
  16. 29 11月, 2016 2 次提交
  17. 23 11月, 2016 1 次提交
  18. 12 11月, 2016 1 次提交
  19. 24 10月, 2016 1 次提交
  20. 23 9月, 2016 1 次提交
    • M
      Show Markdown Preview Menu Button For any File Opened as Markdown · 9e28d576
      Matt Bierner 提交于
      Issue #7638
      
      **Bug**
      Open a `.txt` file containing markdown in VSCode. Select the editor language as `markdown` and the highlighing kicks in, but there is no preview button for the file.
      
      **Fix**
      Base display of the markdown preview button on `resourceScheme` instead of `resourceLangId`.
      
      Closes #7638
      9e28d576
  21. 22 7月, 2016 1 次提交
  22. 12 7月, 2016 1 次提交
  23. 02 7月, 2016 1 次提交
  24. 01 7月, 2016 3 次提交
  25. 28 6月, 2016 3 次提交
  26. 24 6月, 2016 1 次提交
  27. 23 6月, 2016 3 次提交
  28. 22 6月, 2016 3 次提交
  29. 21 6月, 2016 1 次提交