{"id":28802950,"url":"https://github.com/tmpmachine/vsce-divless","last_synced_at":"2025-10-13T13:41:12.878Z","repository":{"id":166002553,"uuid":"641413316","full_name":"tmpmachine/vsce-divless","owner":"tmpmachine","description":"VS Code extension for Divless HTML format replacer","archived":false,"fork":false,"pushed_at":"2025-03-07T05:49:59.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T06:23:17.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/tmpmachine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-05-16T12:20:26.000Z","updated_at":"2025-03-07T05:50:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"1398475d-50fc-46b6-82a5-d3b5baff36e7","html_url":"https://github.com/tmpmachine/vsce-divless","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tmpmachine/vsce-divless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpmachine%2Fvsce-divless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpmachine%2Fvsce-divless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpmachine%2Fvsce-divless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpmachine%2Fvsce-divless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmpmachine","download_url":"https://codeload.github.com/tmpmachine/vsce-divless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpmachine%2Fvsce-divless/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260518674,"owners_count":23021317,"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":"2025-06-18T08:30:37.271Z","updated_at":"2025-10-13T13:41:12.872Z","avatar_url":"https://github.com/tmpmachine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Divless HTML Watcher\n\nOne way converter for divless HTML format to regular HTML format.\n\n## How To\n\nCreate a `.divless` folder. When you save a file inside this folder, the divless program will read the file content and replace the divless-HTML format with HTML one. **Extensions are limited to one of the following**:\n\n```js\nconst allowedExtensions = ['.html', '.htm', '.razor', '.vue', '.xml'];\n```\n\nThe resulted file will be created just outside the `.divless` folder.\n\n```\n.\n├── .divless/\n│   └── index.html\n└── index.html      (generated/updated on saving .divless/index.html)\n```\n\n## Examples\n\nCan be used together with HTML. There are shortnames for HTML tags and inline CSS properties. Visit the repository link below.\n\n### ID, Class, other Attributes\n\n```html\n\u003cdiv\u003e\n    [ #my-div .class1 .class2 data-x=\"100\"\n        Hello World.\n    ]\n\u003c/div\u003e\n```\nResult:\n```html\n\u003cdiv\u003e\n    \u003cdiv id=\"my-div\" class=\"class1 class2\" data-x=\"100\"\u003e\n        Hello World.\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\n### Inline Styles\n```html\n[ {p:8px 16px} {bor:1px solid} {pos:absolute;top:0}\n  Hello World.\n]\n```\nResult:\n```html\n\u003cdiv style=\"padding:8px 16px;border:1px solid;position:absolute;top:0\"\u003e\n  Hello World.\n\u003c/div\u003e\n```\n\n### Skip Format\n```html\n[btn \"Button 1\"]\n\u003c!--nodivless--\u003e\n[ #my-div\n  Do not replace this part\n]\n\u003c!--/nodivless--\u003e\n[btn \"Button 2\"]\n```\n\nResult:\n```html\n\u003cbutton\u003eButton 1\u003c/button\u003e\n\u003c!--nodivless--\u003e\n[ #my-div\n  Do not replace this part\n]\n\u003c!--/nodivless--\u003e\n\u003cbutton\u003eButton 2\u003c/button\u003e\n```\n\n## Links\n- [divless-html](https://github.com/tmpmachine/divless-html) on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmpmachine%2Fvsce-divless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmpmachine%2Fvsce-divless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmpmachine%2Fvsce-divless/lists"}