{"id":13774059,"url":"https://github.com/semplon/summernote-ext-elfinder","last_synced_at":"2026-04-07T14:31:40.519Z","repository":{"id":151731188,"uuid":"53832316","full_name":"semplon/summernote-ext-elfinder","owner":"semplon","description":"Summernote Plugin for elFinder File Manager","archived":false,"fork":false,"pushed_at":"2019-12-20T02:03:25.000Z","size":7,"stargazers_count":25,"open_issues_count":2,"forks_count":22,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-25T17:06:09.837Z","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/semplon.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-03-14T06:28:22.000Z","updated_at":"2025-04-03T04:50:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"462ec083-37b3-4922-b1df-cd0fdc4dd63d","html_url":"https://github.com/semplon/summernote-ext-elfinder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/semplon/summernote-ext-elfinder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-elfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-elfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-elfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-elfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semplon","download_url":"https://codeload.github.com/semplon/summernote-ext-elfinder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-elfinder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31515388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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-08-03T17:01:23.316Z","updated_at":"2026-04-07T14:31:40.481Z","avatar_url":"https://github.com/semplon.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Insert"],"readme":"# Summernote Plugin elFinder\nSummernote Plugin for elFinder File Manager\n\n## Installation\n- Download plugin files. Extract it and copy into your summernote plugin directory.\n- Include the summernote ext javascript file into your html page.\n\n    ```javascript\n    \u003cscript src=\"path/to/plugin/summernote-ext-elfinder/summernote-ext-elfinder.js\"\u003e\u003c/script\u003e\n    ```\n\n\n- Initialize the plugin at your summernote initialization code.\n\n    ```javascript\n    \u003cscript type=\"text/javascript\"\u003e\n      $(function() {\n        $('.summernote').summernote({\n          height: 200,\n          tabsize: 2,\n          toolbar: [\n              ['style', ['bold', 'italic', 'underline', 'clear']],\n              ['insert', ['elfinder']]\n            ]\n        });\n      });\n      function elfinderDialog() {\n      \tvar fm = $('\u003cdiv/\u003e').dialogelfinder({\n      \t\turl : 'https://path.to/your/connector.php', // change with the url of your connector\n      \t\tlang : 'en',\n      \t\twidth : 840,\n      \t\theight: 450,\n      \t\tdestroyOnClose : true,\n      \t\tgetFileCallback : function(files, fm) {\n      \t\t\tconsole.log(files);\n      \t\t\t$('.editor').summernote('editor.insertImage', files.url);\n      \t\t},\n      \t\tcommandsOptions : {\n      \t\t\tgetfile : {\n      \t\t\toncomplete : 'close',\n      \t\t\tfolders : false\n      \t\t\t}\n      \t\t}\n      \t}).dialogelfinder('instance');\n      }\n    \u003c/script\u003e\n    ```\n\n## Tested with\n- Summernote : master branch (after v0.8.12)\n- elFinder : 2.1.51\n- Bootstrap : v3.4.1\n- jQuery : 1.12.1\n- jQuery-UI : 1.11.4\n\n## NOTE :\nDon't forget to include the jQuery and jQuery-UI. The latest elFinder not include jquery-ui file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemplon%2Fsummernote-ext-elfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemplon%2Fsummernote-ext-elfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemplon%2Fsummernote-ext-elfinder/lists"}