Skip to content

Latest commit

 

History

History
121 lines (91 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

121 lines (91 loc) · 3.62 KB

Road map

  • Use native brace matching/completion API
  • Buttons to switch between Split/Source/Rendered mode
  • Context-menu button to open settings
  • Show/hide the preview window when Options change
  • Format document/selection (#12)
  • Support for non-ASCII image URLs (#20)
  • Intellisense for local image and link paths

Features that have a checkmark are complete and available for download in the CI build.

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

1.11

  • Custom HTML template support (#71)
  • Added error handling to outlining (#82)
  • Light bulb to create missing linked file
  • Fixed URL encoding issue in image light bulb
  • GoToDefinition on local links
  • Colorize child elements (#98)
  • Option to disable system font for code blocks

1.10

  • Fixed crash when working with links

1.9

  • Bug fixes and minor tweaks

1.8

  • Generate .html file from Markdown (#39)
  • Fixed issue with deleting folded code (#51)
  • Mermaid chart support (#40)
  • Re-implemented shortcut key bindings (#45)
  • Option to disable HTML generation (#60)
  • Fix for mailto: links (#57)

1.7

  • Convert text to bulleted list (#35)
  • Option for using asterisk/underscore for bold and italic (#37)
  • Bold & italic commands should work on word extent
  • Open .rst files as markdown (#38)
  • Added editor factory
  • Hide Live Sync margin when preview is below editor (#41)
  • Asynchronous extension load

1.6

1.5

  • Item template for Markdown file
  • Outlining per heading (#21)
  • Hotkey for wrapping selection in a code block
  • Turned line numbers off by default

1.4

  • Toggle live sync on individual document
  • Navigational dropdowns
  • Keyboard navigation between headings (Ctrl+PgUp/Down)

1.3

  • Smart completion of lists, task lists and blockquotes
  • Smoother sync scroll with no-delay
  • Smart tab taking into account list indentation
  • Button in editor to Copy as HTML
  • Option to load preview window below editor
  • Convert to LanguageService implementations

1.2

  • Auto-update preview window while typing
  • Sync scroll position
  • Enter key maintains left whitespace matching previous line
  • Tab and Shift+Tab increase/decrease indentation of list items
  • Light bulbs for converting to image/link/codeblock/quote
  • Ctrl+Space on a task list item toggles the checked state

1.1

  • Multiline comment outlining
  • Convert tabs to spaces
  • Comment and uncomment support
  • Brace completion with typethrough
  • CTRL+B makes text bold
  • CTRL+I makes text italic
  • Open remote links in default browser

1.0

  • Syntax highlighting
  • Preview window
  • Added GitHub stylesheet
  • Store width of preview window
  • Options to disable preview window
  • Zooming dependent on OS DPI settings
  • Markdown file icons in Solution Explorer
  • Drag 'n drop of image
  • Paste image from clipboard directly to editor
  • Use Prism for code block syntax highlighting
  • Write documentation in README.md
  • Clicking links to local markdown documents in preview should open them
  • Outlining for code blocks
  • Setting to disable outlining