Skip to content

Commit 05a85e2

Browse files
update testimonials
1 parent 2622a80 commit 05a85e2

File tree

1 file changed

+21
-31
lines changed

1 file changed

+21
-31
lines changed
Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,74 @@
11
---
22
enable: true
3-
title: "More ..."
4-
description: "To simplify the development flow we have created a couple of tools that you can use for free to create, export, and to share your educational content"
3+
title: "More Tools"
4+
description: "A collection of free and open tools that make it easier to write, preview, export, and share your LiaScript courses."
55

6-
# Testimonials
76
testimonials:
8-
- name: "VSCode - Preview"
7+
- name: "VSCode Preview"
98
designation: "Editing"
10-
content: "Is a tiny previewer that, if it was toggled, updates the view on your course each time you save your document."
9+
content: "A lightweight preview extension for Visual Studio Code that updates automatically whenever you save your LiaScript Markdown file."
1110
link: "/vscode/"
1211

13-
- name: "VSCode-Web - Preview"
12+
- name: "VSCode Web Preview"
1413
designation: "Editing"
1514
avatar: "/images/avatar-sm.png"
16-
content: "Is a tiny previewer that, if it was toggled, updates the view on your course each time you save your document."
15+
content: "Use LiaScript directly in your browser with the VSCode Web experience — no installation required. Instant live preview included."
1716
link: "/vscode-web/"
1817

19-
- name: "Development - Server"
18+
- name: "Development Server"
2019
designation: "Editing"
2120
avatar: "/images/avatar-sm.png"
22-
content: |
23-
If you prefer another editor or if you have a couple of courses that you want to test locally, then you should try out this open-source project...
21+
content: "Run a local development server to preview multiple courses at once — ideal if you prefer your own editor or manage larger projects."
2422
link: "/development-server/"
2523

26-
- name: "LiaScript - Exporter"
24+
- name: "LiaScript Exporter"
2725
designation: "Export"
2826
avatar: "/images/avatar-sm.png"
29-
content: "Pack your entire course into a SCORM compliant format to upload it to the most common Learning Management Systems (LMS)."
27+
content: "Export your course as a SCORM-compliant package for seamless integration into LMS platforms like Moodle, ILIAS, OpenOlat, and more."
3028
link: "/exporter/"
3129

32-
- name: "Live - Editor"
30+
- name: "Live Editor"
3331
designation: "Editing"
3432
avatar: "/images/avatar-sm.png"
35-
content: |
36-
Fully browser-based collaborative online editor for LiaScript, which can directly export your courses to GitHub-gist.
33+
content: "A browser-based collaborative editor for LiaScript. Write together in real time and export your courses directly to GitHub Gists."
3734
link: "/live-editor/"
3835

39-
- name: "Atom - Preview"
36+
- name: "Atom Preview"
4037
designation: "Editing"
4138
avatar: "/images/avatar-sm.png"
42-
content: |
43-
If you prefer Atom (for large projects), then you can still install a preview and a snippets plugin. See the installation procedure here.
39+
content: "If you prefer using Atom, you can install a preview plugin and snippet support to work efficiently with larger projects."
4440
link: "/atom/"
4541

46-
- name: "VSCode - Snippets"
42+
- name: "VSCode Snippets"
4743
designation: "Editing"
4844
avatar: "/images/avatar-sm.png"
49-
content: |
50-
Star typing "lia" in your document you switch on a fuzzy search, that contains a lot of LiaScript help, examples, and snippets.
45+
content: "Type “lia” to activate a fuzzy search with ready-to-use snippets, examples, and common LiaScript patterns — faster authoring guaranteed."
5146
link: "https://marketplace.visualstudio.com/items?itemName=LiaScript.liascript-snippets"
5247

53-
- name: "Atom - Snippets"
48+
- name: "Atom Snippets"
5449
designation: "Editing"
5550
avatar: "/images/avatar-sm.png"
56-
content: |
57-
Star typing "lia" in your document you switch on a fuzzy search, that contains a lot of LiaScript help, examples, and snippets.
51+
content: "Type “lia” in Atom to explore a collection of LiaScript shortcuts, examples, and snippet templates for rapid course creation."
5852
link: "https://github.com/andre-dietrich/liascript-snippets"
5953

6054
- name: "YouTube"
6155
designation: "Inspiration"
6256
avatar: "/images/avatar-sm.png"
63-
content: |
64-
Get some inspiration from our YouTube channel, where we present new features, courses, and other LiaScript related stuff.
57+
content: "Explore new features, updates, tutorials, and showcases on our YouTube channel — ideal for inspiration and learning."
6558
link: "https://www.youtube.com/@liascript4180"
6659

6760
- name: "Preview-Lia"
6861
designation: "Organization"
6962
avatar: "/images/avatar-sm.png"
70-
content: |
71-
Highlight your LiaScript courses or other GitHub projects on your personal website/blog with the help of this web component.
63+
content: "Embed dynamic previews of LiaScript courses or GitHub projects on your personal website or blog using this web component."
7264
link: "/blog/promoting-your-content/"
7365

7466
- name: "CodiLIA"
7567
designation: "Editing"
7668
avatar: "/images/avatar-sm.png"
77-
content: |
78-
This is a fork of the CodiMD collaborative editor, but instead of creating static documents it allows to create in the LiaScript-way...
69+
content: "A collaborative editor based on CodiMD — extended to support creating interactive LiaScript courses instead of static documents."
7970
link: "https://github.com/liascript/codilia"
8071

81-
# don't create a separate page
8272
build:
8373
render: "never"
8474
---

0 commit comments

Comments
 (0)