Skip to content

ryokat3/vscode-qiita-markdown-preview

Repository files navigation

Qiita Markdown Preview

version installs downloads

VSCode extesion for build-in markdown preview to display Qiita Markdown syntax and style

Samples

Features

Qiita Markdown syntax extensions are supported.

  • Qiita Style
  • Note
  • Code Block (includes mathematical formulas)
  • Link Card
  • Title and Tags (for Qiita-Sync)

Extension Settings

  • qiita-markdown-preview.status: Enable/Disable Qiita Markdown Preview extension (default: 'null'). The actual status is defined as the table below

    User Workspace Actual
    enable eanble enalbe
    enable disable disable
    enable null enalbe
    disable eanble enalbe
    disable disable disable
    disable null disable
    null eanble enalbe
    null disable disable
    null null enable

Known Issues

  • Refresh the markdown preview if some link cards are not displayed.

Revision History

Version Date Summary
v0.2.2 2022-02-13 Exclude 'notexxx' from note notation
v0.2.1 2022-02-10 Improved note renderring
v0.2.0 2022-02-09 CSS style enhanced, Configuration changed
v0.1.0 2022-02-06 Automatic reload window on configuration change
v0.0.4 2022-02-05 Updated documents
v0.0.3 2022-02-05 First release

For more information