/textile-preview

A Textile preview extension for VS Code.

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

textile-preview

A hastily thrown-together VS Code extension for previewing Textile files.

This extension is essentially just a wrapper around textile-js

Features

  • Displays an automatically-updated Textile preview to the side

Installation

  1. Clone/Download this project into a folder in your extension folder
  2. Run npm install in that directory

Known Issues

  • Does not support relative paths
  • Stops updating unsaved files once you save them.