<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Zack Young</title>
    <description>The latest articles on DEV Community by Zack Young (@zaaack).</description>
    <link>https://dev.to/zaaack</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F29247%2Fa496c396-6baa-42e2-891b-8a010c036742.jpeg</url>
      <title>DEV Community: Zack Young</title>
      <link>https://dev.to/zaaack</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zaaack"/>
    <language>en</language>
    <item>
      <title>How to make your vscode become a seamless markdown writer like typora</title>
      <dc:creator>Zack Young</dc:creator>
      <pubDate>Tue, 27 Apr 2021 01:55:15 +0000</pubDate>
      <link>https://dev.to/zaaack/how-to-make-your-vscode-become-a-seamless-markdown-writer-like-typora-412h</link>
      <guid>https://dev.to/zaaack/how-to-make-your-vscode-become-a-seamless-markdown-writer-like-typora-412h</guid>
      <description>&lt;p&gt;Writing markdown is a daily work for most programers. Switch between your favorate code editor or IDE and a nice markdown editor like typora, marktext, iA Writer, Ulysses or obsidian.md could be annoying. That's why I make this extension.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2to6q8w6p5clkucfykhy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2to6q8w6p5clkucfykhy.gif" alt="demo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;What You See Is What You Get (WYSIWYG)&lt;/li&gt;
&lt;li&gt;Auto sync changes between vsc editor and webview&lt;/li&gt;
&lt;li&gt;Copy markdown/html&lt;/li&gt;
&lt;li&gt;Upload/paste/drag-drop images will auto save to &lt;code&gt;assets&lt;/code&gt; folder&lt;/li&gt;
&lt;li&gt;Multi-theme support&lt;/li&gt;
&lt;li&gt;Shortcut keys&lt;/li&gt;
&lt;li&gt;Instant Rendering mode(&lt;strong&gt;Recommand!&lt;/strong&gt;) &amp;amp; Wysiwyg mode &amp;amp; split screen mode&lt;/li&gt;
&lt;li&gt;Markdown extensions&lt;/li&gt;
&lt;li&gt;Multiple graph support including KaTeX / Mermaid / Graphviz / ECharts / abc.js(notation) / ...&lt;/li&gt;
&lt;li&gt;For more usage please see &lt;a href="https://github.com/Vanessa219/vditor" rel="noopener noreferrer"&gt;vditor&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=zaaack.markdown-editor" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=zaaack.markdown-editor&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Support syntax
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://ld246.com/guide/markdown" rel="noopener noreferrer"&gt;demo article&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Command mode in markdown file
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;open a markdown file&lt;/li&gt;
&lt;li&gt;type &lt;code&gt;cmd-shift-p&lt;/code&gt; to enter command mode&lt;/li&gt;
&lt;li&gt;type &lt;code&gt;markdown-editor: Open with markdown editor&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Explorer Context menu
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;right click on markdown file&lt;/li&gt;
&lt;li&gt;then click &lt;code&gt;Open with markdown editor&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Editor title context menu
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;right click on a opened markdown file's tab title&lt;/li&gt;
&lt;li&gt;then click &lt;code&gt;Open with markdown editor&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Acknowledgement
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/microsoft/vscode" rel="noopener noreferrer"&gt;vscode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/Vanessa219/vditor" rel="noopener noreferrer"&gt;vditor&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Todo
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;[ ] Using &lt;a href="https://code.visualstudio.com/api/extension-guides/custom-editors#custom-text-editor" rel="noopener noreferrer"&gt;Custom Text Editor&lt;/a&gt; (&lt;a href="https://github.com/gera2ld/markmap-vscode" rel="noopener noreferrer"&gt;demo&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;MIT&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>markdown</category>
      <category>typora</category>
      <category>wysiwyg</category>
    </item>
  </channel>
</rss>
