{"id":17597762,"url":"https://github.com/keshann93/semantic-live","last_synced_at":"2025-04-30T05:48:04.109Z","repository":{"id":189193478,"uuid":"258739935","full_name":"keshann93/semantic-live","owner":"keshann93","description":"✏️ Real-time Preview Enabled Semantic UI Composer for vscode","archived":false,"fork":false,"pushed_at":"2020-08-06T02:44:58.000Z","size":7034,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T05:47:58.250Z","etag":null,"topics":["html-preview","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=keshan.semantic-live","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/keshann93.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-25T09:55:32.000Z","updated_at":"2023-08-22T03:12:42.000Z","dependencies_parsed_at":"2023-08-18T18:38:00.242Z","dependency_job_id":null,"html_url":"https://github.com/keshann93/semantic-live","commit_stats":null,"previous_names":["keshann93/semantic-live"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keshann93%2Fsemantic-live","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keshann93%2Fsemantic-live/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keshann93%2Fsemantic-live/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keshann93%2Fsemantic-live/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keshann93","download_url":"https://codeload.github.com/keshann93/semantic-live/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651220,"owners_count":21621702,"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":["html-preview","vscode-extension"],"created_at":"2024-10-22T09:43:39.274Z","updated_at":"2025-04-30T05:48:04.090Z","avatar_url":"https://github.com/keshann93.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://i.ibb.co/BC6wx72/banner.png\" /\u003e\n\u003cbr /\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\u003ch1 align=\"center\"\u003e📝 Semantic UI / HTML Previewer\n\u003c/h1\u003e\n\n##### Semantic-live introduces a Real-time HTML previewer into Visual Studio Code supports Semantic UI templates.\n\n![Visual Studio Marketplace Version](https://vsmarketplacebadge.apphb.com/version/keshan.semantic-live.svg)\n![Visual Studio Marketplace Installs](https://vsmarketplacebadge.apphb.com/installs/keshan.semantic-live.svg)\n![Visual Studio Marketplace Downloads](https://vsmarketplacebadge.apphb.com/downloads/keshan.semantic-live.svg)\n\n## Introduction\n\n- Semantic-live is an extension that provides you with many useful functionalities including a live previewer for html, js \u0026 css including semmantic-UI library\n- Why [Semantic UI](http://semantic-ui.com) ? It is an awesome library with excellent components that you can use to quickly\n  build web interfaces. But I felt like it would be nicer if we can compose bunch of elements and see in realtime how they\n  fit together. That's why Semantic-live.\n- Feel free to ask questions, [post issues](https://github.com/keshann93/semantic-live/issues), submit pull request, and request new features.\n- For more information about this project and how to use this extension, please check out below sections ⬇︎\n\n## How?\n\nCopy the following Semantic-UI markup to the vscode html extension file.\n\n```html\n\u003cdiv class=\"ui card\"\u003e\n  \u003cdiv class=\"image\"\u003e\n    \u003cimg src=\"http://semantic-ui.com/images/avatar2/large/kristy.png\" /\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003ca class=\"header\"\u003eKristy\u003c/a\u003e\n    \u003cdiv class=\"meta\"\u003e\n      \u003cspan class=\"date\"\u003eJoined in 2013\u003c/span\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"description\"\u003e\n      Kristy is an art director living in New York.\n    \u003c/div\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"extra content\"\u003e\n    \u003ca\u003e\n      \u003ci class=\"user icon\"\u003e\u003c/i\u003e\n      22 Friends\n    \u003c/a\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\nYou could copy and paste any [Semantic UI components](http://semantic-ui.com/elements/button.html).\n\n## Features\n\nSemantic-live supports the followings\n\n- 💅 Renders instantly any `html` document with its content. It does not support rendering of html which includes `frontend frameworks` or `libraries` (simple html rendering)\n- 🎨 Supports `css` and `js` that gets added within `link` \u0026 `script` tags, whether external files or inline code it will render them\n- 🌈 Supports `semantic-ui` library component rendering\n- 🌏 Re-renders any changes that was made for current html file or any `javascript`/`css` files that are linked to a html file\n- 🌟 Beautifier\n\n## Getting started\n\n- Install the [Semantic-live](https://marketplace.visualstudio.com/items?itemName=keshan.semantic-live) extension in VS Code\n- After opening a `html` file, click on the \u003cimg src=\"https://raw.githubusercontent.com/keshann93/semantic-live/master/icons/tiny-icon.png\" width=\"20px\" /\u003e icon to toggle the side-bar\n- Place your cursor in the html content\n- You should see the sidebar tries to render the html content\n\n## Demo\n\n\u003cimg src=\"https://raw.githubusercontent.com/keshann93/semantic-live/master/assets/semantic-live-demo.gif\"\u003e\n\n## What's Under the Hood?\n\nTypeScript!\n\nSemantic-live uses the following\n\n- [Semantic UI](http://semantic-ui.com)\n\n## Changelog\n\nPlease check the [Releases](./CHANGELOG.md) \\| [Github](https://github.com/keshann93/semantic-live/releases) page of this project.\n\n## Contributing\n\nHave a look at our [contribution guide](./contributing.md).\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n\u003ctable\u003e\u003ctr\u003e\u003ctd align=\"center\"\u003e\u003ca href=\"http://keshShan.github.io\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/12506034?v=4\" width=\"100px;\" alt=\"Keshan Nageswaran\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKeshan Nageswaran\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/keshann93/semantic-live/commits?author=keshann93\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeshann93%2Fsemantic-live","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeshann93%2Fsemantic-live","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeshann93%2Fsemantic-live/lists"}