not really known
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
trivernis 37a7cc3a0c
Add update command and fix download reading
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
.vscode Initial extension version 3 years ago
src Add update command and fix download reading 3 years ago
syntaxes Initial extension version 3 years ago
.eslintrc.json Initial extension version 3 years ago
.gitignore Add update command and fix download reading 3 years ago
.vscodeignore Initial extension version 3 years ago
LICENSE Create LICENSE 3 years ago
README.md Add update command and fix download reading 3 years ago
package-lock.json Fix preview error on large files 3 years ago
package.json Add update command and fix download reading 3 years ago
tsconfig.json Initial extension version 3 years ago

README.md

Snekdown for vscode

This extension adds snekdown commands and a snekdown file preview to vscode.

Features

  • Preview of snekdown files
  • Rendering to HTML and PDF
  • Intialization of a new snekdown project

Requirements

This extension is currently only supported on windows and linux. It uses the preinstalled snekdown version if one can be found or downloads the latest one.

Release Notes

0.9.3

  • Add update command

0.9.2

  • Fix downloader buffer behaviour

0.9.1

  • Fix windows download path

0.9.0

Initial release of the snekdown extension