A preview-plugin for LiaScript, an extended markdown notation that is intended to be used for interactive online-course generation.
https://atom.io/packages/liascript-preview
This has been tested on Linux and Windows.
Install Atom 1.48 or newer
In the terminal, install the package via apm:
`apm install liascript-preview`
liascript-preview
in the search box and press EnterShortcut | Action |
---|---|
Alt+l | Toggle preview |
F5 | Reload preview |
Ctrl+s | Save Markdown and update preview |
Alt+Left | Go back in the browser history |
Alt+Right | Go forward in the browser history |
Ctrl++ | Zoom-in with 10% steps |
Ctrl+- | Zoom-out with 10% steps |
Ctrl+0 | Reset zoom to original (100%) |
Ctrl+r | Reset all stored settings, codes, quizzes, etc. |
Ctrl+n | Open LiaScript in browser window |
Ctrl+l+i | Open Dev Tools for LiaScript-webview |
It is recommended to install also:
A collection of shortcodes for mor efficient course generation.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.