{"id":36222746,"url":"https://github.com/hmarcelino/text2checklist","last_synced_at":"2026-01-11T05:01:02.866Z","repository":{"id":26465043,"uuid":"29916547","full_name":"hmarcelino/text2checklist","owner":"hmarcelino","description":"Generates a list of checkboxes from the content of a textarea","archived":false,"fork":false,"pushed_at":"2015-04-29T10:37:09.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-12T03:33:43.126Z","etag":null,"topics":["checkboxes","javascript","jquery","textarea"],"latest_commit_sha":null,"homepage":"http://hmarcelino.github.io/text2checklist/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hmarcelino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-27T14:01:23.000Z","updated_at":"2019-11-04T11:56:53.000Z","dependencies_parsed_at":"2022-08-29T17:13:44.291Z","dependency_job_id":null,"html_url":"https://github.com/hmarcelino/text2checklist","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/hmarcelino/text2checklist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmarcelino%2Ftext2checklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmarcelino%2Ftext2checklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmarcelino%2Ftext2checklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmarcelino%2Ftext2checklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmarcelino","download_url":"https://codeload.github.com/hmarcelino/text2checklist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmarcelino%2Ftext2checklist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28286942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["checkboxes","javascript","jquery","textarea"],"created_at":"2026-01-11T05:00:30.876Z","updated_at":"2026-01-11T05:01:02.840Z","avatar_url":"https://github.com/hmarcelino.png","language":"JavaScript","readme":"## Text 2 Checklist\n\nA plugin that will build a checklist from the text of a textarea.\n\nIf the line starts with a '-' it will add a unchecked checkbox. otherwise of the line starts with a '+' it will add a checked checkbox.\n\nSee [demo](http://hmarcelino.github.io/text2checklist)!\n\n## API\n\n```html\n\u003ctextarea class=\"js-text-to-checklist\"\n\tdata-editable=\"true\"\n\tdata-checkable=\"true\"\u003e\n\t**Bold header**\n\n\tPlaceholder text. Fusce congue magna id eros malesuada\n\t- **Strong bullet point 1**\n\t- **Strong bullet point 1**\n\u003c/textarea\u003e\n```\n\n#### Usage:\n\n`$(\".js-text-to-checklist\").text2Checklist(opts);`\n\n#### Options:\n\n* `canEdit`: If the user can change the text of the textarea.\n\n* `canCheck`: If the checklist is enabled\n\n* `onChange`: Function that will be called when the text changes\n\n\n#### Methods:\n\n* `text2Checklist('init')`: Initialize the plugin. This is done when creating a new instance of text2Checklist\n\n* `text2Checklist('value')`: Returns the current text value\n\n* `text2Checklist('destroy')`: Destroy this instance of text2Checklist.\n\n### Requirements:\n\n* Jquery \u003e 1.10\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmarcelino%2Ftext2checklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmarcelino%2Ftext2checklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmarcelino%2Ftext2checklist/lists"}