{"id":21195403,"url":"https://github.com/fallenmax/mithril-emmet","last_synced_at":"2025-07-10T04:30:25.535Z","repository":{"id":44421379,"uuid":"68911895","full_name":"FallenMax/mithril-emmet","owner":"FallenMax","description":"A VSCode extension that add Emmet support for Mithril","archived":false,"fork":false,"pushed_at":"2022-03-29T03:11:16.000Z","size":366,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-09T15:11:22.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=FallenMax.mithril-emmet","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FallenMax.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}},"created_at":"2016-09-22T10:46:18.000Z","updated_at":"2023-11-11T00:45:30.000Z","dependencies_parsed_at":"2022-08-04T08:30:24.771Z","dependency_job_id":null,"html_url":"https://github.com/FallenMax/mithril-emmet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FallenMax%2Fmithril-emmet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FallenMax%2Fmithril-emmet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FallenMax%2Fmithril-emmet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FallenMax%2Fmithril-emmet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FallenMax","download_url":"https://codeload.github.com/FallenMax/mithril-emmet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225617834,"owners_count":17497417,"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","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":[],"created_at":"2024-11-20T19:27:44.451Z","updated_at":"2024-11-20T19:27:45.071Z","avatar_url":"https://github.com/FallenMax.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/fallenmax"],"categories":[],"sub_categories":[],"readme":"**Uninstall this extension unless you are using mithril.js/hyperscript**\n\n\u003e Emmet (for HTML, CSS, JSX) is a built-in feature of VS Code. You don't need this extension to use it.\n\u003e This extension is created to allow using Emmet to write [mithril.js][mithril] or other [hyperscript][hyperscript] framework.\n\n# Mithril Emmet support for VS Code\n\nAdd [Emmet][emmet] (zen-coding) support for [Mithril][mithril] inside vscode, can also be used to create [hyperscript][hyperscript].\n\n## Screenshot\n\n![screenshot](images/screenshot.gif)\n\n## Usage\n\nUse VS Code Command: `Expand Emmet to Mithril`\n\nOptionally, You can bind `mithrilEmmet.expand` to a shortcut via `File -\u003e Preferences -\u003e Keyboard Shortcuts`.\n\nExample:\n\n```json\n[\n  {\n    \"key\": \"cmd+alt+e\",\n    \"command\": \"mithrilEmmet.expand\",\n    \"when\": \"editorFocus\"\n  },\n  {\n    \"key\": \"ctrl+alt+e\",\n    \"command\": \"mithrilEmmet.expand\",\n    \"when\": \"editorFocus\"\n  }\n]\n```\n\n## Configuration\n\n```json\n{\n  \"mithrilEmmet.vnodeFactoryFunctionName\": \"m\", //  Specifies the name of vnode factory function. E.g. for mithril, use 'm'; for hyperscript, use 'h'.\n  \"mithrilEmmet.outputDefaultTagName\": true //  If false, default tag name ('div')  will be obmitted, i.e. '.some-class' instead of 'div.some-class'\n}\n```\n\n## Buy me a coffee\n\nhttps://www.buymeacoffee.com/fallenmax\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffallenmax%2Fmithril-emmet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffallenmax%2Fmithril-emmet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffallenmax%2Fmithril-emmet/lists"}