{"id":19665469,"url":"https://github.com/dekyfin/elfinder-picker","last_synced_at":"2025-11-20T17:03:50.910Z","repository":{"id":58236581,"uuid":"102890474","full_name":"dekyfin/elfinder-picker","owner":"dekyfin","description":"Pick files in your project using elFinder browser. Works with tinyMCE an various editors","archived":false,"fork":false,"pushed_at":"2018-09-12T14:15:23.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T11:29:33.783Z","etag":null,"topics":["elfinder","file-picker","tinymce-elfinder","tinymce-plugin"],"latest_commit_sha":null,"homepage":null,"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/dekyfin.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":"2017-09-08T18:05:49.000Z","updated_at":"2022-11-24T19:33:39.000Z","dependencies_parsed_at":"2022-08-31T09:40:11.291Z","dependency_job_id":null,"html_url":"https://github.com/dekyfin/elfinder-picker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dekyfin/elfinder-picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekyfin%2Felfinder-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekyfin%2Felfinder-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekyfin%2Felfinder-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekyfin%2Felfinder-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dekyfin","download_url":"https://codeload.github.com/dekyfin/elfinder-picker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekyfin%2Felfinder-picker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285475217,"owners_count":27178110,"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","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["elfinder","file-picker","tinymce-elfinder","tinymce-plugin"],"created_at":"2024-11-11T16:22:59.928Z","updated_at":"2025-11-20T17:03:50.876Z","avatar_url":"https://github.com/dekyfin.png","language":"JavaScript","readme":"# elFinder Picker\nEnable your website users to select files using elFinder File Browser. You can also use this tool as a file picker module for tinyMCE editor\n\n## Demo\nComing soon\n\n## Dependencies\n- jQuery\n- [elFinder](https://github.com/Studio-42/elFinder)\n\n## Installation\n\n### Bower\nRun `bower install elfinder-picker`\n\n### Manual Install\nDownoad [elFinder Picker](https://github.com/dekyfin/elfinder-picker/archive/master.zip)\n\n### Add to Project\n\n#### Add elFinder Picker to your project\n\n```html\n\u003cscript src=\"/path/to/elFinderPicker.js\"\u003e\u003c/script\u003e\n\u003clink type=\"text/css\" rel=\"stylesheet\" href=\"/path/to/elFinderPicker.css\"\u003e\n```\n#### Configure elFinder Picker as shown\n\n```html\n\u003cscript\u003eelFinderPicker.config( { url: \"path/to/elfinder.html\" })\u003c/script\u003e\n```\n\n### Configure elFinder \n\n```javascript\n{\n\turl : '/path/to/elfinder/connector.php', \n\tgetFileCallback : function(file, fm) {\n\t\tparent.elFinderPicker.oninsert(file, fm);\n\t}\n}\n```\n\n## Usage\n\n### Using elFinder Picker Directly\n`elFinderPicker.open( callback )`\nThe callback function takes two arguments:\n\n#### Example\n```html\n\u003cbutton onclick=\"elFinderPicker.open( function( url, info ){  $(\"#input\").val( url ) } )\"\u003ePick File\u003c/button\u003e\n```\n\n### TinyMCE Integration\n\n```javascript\ntinymce.init({\n\tselector: '.text-editor',\n\theight: 350,\n\tplugins: [ ],\n\tfile_picker_callback: elFinderPicker.open,\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdekyfin%2Felfinder-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdekyfin%2Felfinder-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdekyfin%2Felfinder-picker/lists"}