{"id":17033522,"url":"https://github.com/morgul/editables","last_synced_at":"2026-04-12T12:40:02.283Z","repository":{"id":8685597,"uuid":"10346465","full_name":"Morgul/editables","owner":"Morgul","description":"A collection of AngularJS directives to enable inline editing and binding of models to html, using content editable.","archived":false,"fork":false,"pushed_at":"2013-06-04T20:41:36.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T21:35:15.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://morgul.github.io/editables/","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/Morgul.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":"2013-05-28T21:55:30.000Z","updated_at":"2017-09-18T20:30:12.000Z","dependencies_parsed_at":"2022-09-19T23:51:03.037Z","dependency_job_id":null,"html_url":"https://github.com/Morgul/editables","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Morgul/editables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Feditables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Feditables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Feditables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Feditables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Morgul","download_url":"https://codeload.github.com/Morgul/editables/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgul%2Feditables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31715492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-14T08:35:05.838Z","updated_at":"2026-04-12T12:40:02.243Z","avatar_url":"https://github.com/Morgul.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Editables\n\nThis project provides a collection of AngularJS directives for doing inline editing and binding on html elements, using `contenteditable`.\nIn short, it's like the [x-editable](http://vitalets.github.io/x-editable/) project, only nicer, and using `contenteditable`.\n\n## Example\n\nHere is a very basic example:\n\n```html\n\u003ch1 editable=\"title\"\u003ePlaceholder here...\u003c/h1\u003e\n```\n\n```html\n\u003ch1 editable=\"title\" type=\"text\"\u003ePlaceholder here...\u003c/h1\u003e\n```\n\nThis would bind to the `title` model in the same way you would bind to an `\u003cinput\u003e` element.\n\n## More\n\nThere's a lot more editables can do, including provide a slim WYSIWYG editor in a minimal amount of code:\n\n```html\n\u003cdiv style=\"min-height: 200px; border: 1px solid #aaa;\" editable=\"myModel\" toolbar=\"text-edit\"\u003eType here...\u003c/div\u003e\n```\n\nThat's it! For more examples, see the demo.html page. (You can run this with `npm start` on the command line. Remember to\n`npm install` first, however!)\n\n## Contributions\n\nContributions are welcome. Just fork, fix, and pull request!\n\n## License\n\nAll code is MIT Licensed. Please see the `LICENSE` for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgul%2Feditables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorgul%2Feditables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgul%2Feditables/lists"}