{"id":18005812,"url":"https://github.com/andre-dietrich/liascript-snippets","last_synced_at":"2025-08-24T18:46:08.090Z","repository":{"id":86328146,"uuid":"146878897","full_name":"andre-dietrich/liascript-snippets","owner":"andre-dietrich","description":"An Atom snippets plugin for developing LiaScript online courses","archived":false,"fork":false,"pushed_at":"2022-05-19T12:46:47.000Z","size":1107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T10:48:36.473Z","etag":null,"topics":["atom","liascript","snippets"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andre-dietrich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-31T10:42:21.000Z","updated_at":"2022-02-22T17:02:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"60f1b86f-baa2-4f42-bd22-7441f3b6b95b","html_url":"https://github.com/andre-dietrich/liascript-snippets","commit_stats":null,"previous_names":[],"tags_count":62,"template":false,"template_full_name":null,"purl":"pkg:github/andre-dietrich/liascript-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-dietrich%2Fliascript-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-dietrich%2Fliascript-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-dietrich%2Fliascript-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-dietrich%2Fliascript-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andre-dietrich","download_url":"https://codeload.github.com/andre-dietrich/liascript-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andre-dietrich%2Fliascript-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271925295,"owners_count":24844608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","liascript","snippets"],"created_at":"2024-10-30T00:21:50.537Z","updated_at":"2025-08-24T18:46:07.364Z","avatar_url":"https://github.com/andre-dietrich.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiaScript-Snippets\n\nA snippet-plugin for [Atom](https://Atom.io) and [VSCode](https://code.visualstudio.com), easing the development of online courses with [LiaScript](https://LiaScript.github.io), and extended Markdown notation.\n\nhttps://github.com/andre-dietrich/liascript-snippets\n\n## Install\n\n\n\n### VSCode\n\nSimply go to the marketplace in [VSCode](https://code.visualstudio.com/) and search for \"liascript-snippets\".\nTo enable this snippet, you have to add the following configuration to your settings.json ... To get there, simply hit \"Ctrl-Shift-P\" and then type settings.\n\n``` json\n...\n\n   \"[markdown]\": {\n      \"editor.tabCompletion\": \"on\",\n      \"editor.quickSuggestions\": true,\n      \"editor.snippetSuggestions\": \"top\"\n   },\n\n...\n```\n\nFor more information, check out the [help](https://aizac.herokuapp.com/install-visual-studio-code-with-liascript/).\n\n### Atom\n\nThis has to be installed directly from the github repository.\nThus, got to the settings by hitting [Ctrl+Shift+P] and then type `settings` into the fuzzy search to get to the settings.\nFrom there you have to select the install tab and insert `andre-dietrich/liascript-snippets` to install this plugin directly from GitHub.\nBefore that, make sure that you have [git](https://git-scm.com/downloads) installed.\n\nIf you need more information, then check out this [help](https://aizac.herokuapp.com/install-atom-with-liascript/).\n\n#### Command Line\n\n\nInstall Atom 1.5 or newer\n\nIn the terminal, install the package via apm:\n\n    `apm install liascript-snippets`\n\n#### GUI\n\n1. Install Atom 1.5 or newer\n2. Launch Atom\n3. Open Settings View using Cmd+, on macOS or Ctrl+, on other platforms\n4. Click the Install tab on the left side\n5. Enter `liascript-snippets` in the search box and press Enter\n6. Click the \"Install\" button that appears\n\n## Features\n\n1. Start typing **lia** in your markdown document to see the extended help, that\n   can be explored via fuzzy-searching. Hit Tab for inserting your selected\n   snippet.\n2. To ease the voice selection for different narrators, start typing **voice**\n   and search through all possible voice settings.\n3. Syntax highlighting help is offered if you start typing **hili** followed by\n   your language of choice. Since LiaScript applies the ace-editor, there is a\n   matching done between highlight.js and ace. You can select your language from\n   highlight.js, but it will be translated into the text in parentheses.\n\n\n**Screencast Lisascript-snippets and -preview**\n\n![screencast](./preview.gif)\u003c!--width= \"100%\" --\u003e\n\n## Related Projects\n\nIt is recommended to install also:\n\nliascript-preview\n\n* for [Atom](https://github.com/andre-dietrich/liascript-preview)\n* for [VSCode](https://marketplace.visualstudio.com/items?itemName=LiaScript.liascript-preview)\n\nA previewer plugin that renders your course directly within the Atom IDE or which starts the development server from VSCode.\n\n## Recommended Projects\n\nSince unicode is supported, you can also use any kind of Emoji, so installing\nthe following project is recommended...\n\nhttps://atom.io/packages/autocomplete-emojis\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandre-dietrich%2Fliascript-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandre-dietrich%2Fliascript-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandre-dietrich%2Fliascript-snippets/lists"}