{"id":23588148,"url":"https://github.com/stilliard/outliner-5000","last_synced_at":"2025-06-21T09:34:17.481Z","repository":{"id":57316925,"uuid":"105442025","full_name":"stilliard/outliner-5000","owner":"stilliard","description":"Create an inspector like highlight select on hover of elements to select a specific element and handle with a callback.","archived":false,"fork":false,"pushed_at":"2017-10-03T00:43:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T15:04:22.260Z","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/stilliard.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":"2017-10-01T12:54:02.000Z","updated_at":"2017-10-03T00:38:51.000Z","dependencies_parsed_at":"2022-08-25T20:31:59.074Z","dependency_job_id":null,"html_url":"https://github.com/stilliard/outliner-5000","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stilliard/outliner-5000","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stilliard%2Foutliner-5000","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stilliard%2Foutliner-5000/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stilliard%2Foutliner-5000/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stilliard%2Foutliner-5000/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stilliard","download_url":"https://codeload.github.com/stilliard/outliner-5000/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stilliard%2Foutliner-5000/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260173683,"owners_count":22969867,"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-12-27T05:12:32.309Z","updated_at":"2025-06-21T09:34:12.468Z","avatar_url":"https://github.com/stilliard.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# outliner-5000.js !!\n\nCreate an inspector like highlight select on hover of elements to select a specific element and handle with a callback.\n\nBring in this script by copying/downloading the `outliner-5000.js` file. \n\nOr install with `bower` or `npm` under the package name `outliner-5000`.\n\n## Usage\n\n```javascript\nOutliner5000(options, callback);\n```\n\n## Example 1\n\nSimple usage for user to select an element and it return it's text:\n\n```javascript\nOutliner500({}, target =\u003e console.log(target.textContent.trim()));\n```\n\n## Example 2\n\nGet css path for selected element, see `examples/index.html`.\n\n\n## Options available\n\n    removeOnCallback: true | false (default: false)\n        - Removes selection picker once user has selected element.\n\n    highlightSelected: true | false (default: true)\n        - Highlight the selected element once selected (unless removeOnCallback set to true).\n\n    finishCallback: Function\n        - Callback once finish called.\n\n## Browser support\n\nCurrent version was built for use in a chrome extension so it's browser support is pretty much just the latest browsers. But shouldn't take much tweaking to get any older browser support in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstilliard%2Foutliner-5000","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstilliard%2Foutliner-5000","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstilliard%2Foutliner-5000/lists"}