Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>LiaScript-SnippetsNew to Visual Studio Code? Get it now.
LiaScript-Snippets

LiaScript-Snippets

LiaScript

|
747 installs
| (0) | Free
A collection of snippets for the LiaScript Markdown language...
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LiaScript-Snippets

A snippet-plugin for Atom and VSCode, easing the development of online courses with LiaScript, and extended Markdown notation.

https://atom.io/packages/liascript-snippets

Install

Simply to to the marketplace in Atom and VSCode and search for "liascript-snippets".

VSCode

To enable this snippet, you have to add the following configuration to your settings.json ... Simply hit "Ctrl-Shift-P" and then type settings.

...

   "[markdown]": {
      "editor.tabCompletion": "on",
      "editor.quickSuggestions": true,
      "editor.snippetSuggestions": "top"
   },

...

Atom

Command Line

Install Atom 1.5 or newer

In the terminal, install the package via apm:

`apm install liascript-snippets`

GUI

  1. Install Atom 1.5 or newer
  2. Launch Atom
  3. Open Settings View using Cmd+, on macOS or Ctrl+, on other platforms
  4. Click the Install tab on the left side
  5. Enter liascript-snippets in the search box and press Enter
  6. Click the "Install" button that appears

Features

  1. Start typing lia in your markdown document to see the extended help, that can be explored via fuzzy-searching. Hit Tab for inserting your selected snippet.
  2. To ease the voice selection for different narrators, start typing voice and search through all possible voice settings.
  3. Syntax highlighting help is offered if you start typing hili followed by your language of choice. Since LiaScript applies the ace-editor, there is a matching done between highlight.js and ace. You can select your language from highlight.js, but it will be translated into the text in parentheses.

Screencast Lisascript-snippets and -preview

screencast

Related Projects

It is recommended to install also:

liascript-preview

  • for Atom
  • for VSCode

A previewer plugin that renders your course directly within the Atom IDE or which starts the development server from VSCode.

Recommended Projects

Since unicode is supported, you can also use any kind of Emoji, so installing the following project is recommended...

https://atom.io/packages/autocomplete-emojis

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft