{"id":13774324,"url":"https://github.com/ilyasozkurt/summernote-sticky-toolbar","last_synced_at":"2025-05-11T06:32:47.116Z","repository":{"id":60538445,"uuid":"543843149","full_name":"ilyasozkurt/summernote-sticky-toolbar","owner":"ilyasozkurt","description":"This plugin allows you to stick toolbar for summernote editors.","archived":false,"fork":false,"pushed_at":"2023-10-05T13:51:06.000Z","size":6,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T15:52:25.869Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilyasozkurt.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-10-01T00:55:10.000Z","updated_at":"2023-06-30T08:38:06.000Z","dependencies_parsed_at":"2023-01-18T23:05:11.230Z","dependency_job_id":"2355a95d-5990-45af-a478-ef9e1eea4429","html_url":"https://github.com/ilyasozkurt/summernote-sticky-toolbar","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"fbfe94f2fde52f9da15f062f8bfd5d78f003d5b2"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasozkurt%2Fsummernote-sticky-toolbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasozkurt%2Fsummernote-sticky-toolbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasozkurt%2Fsummernote-sticky-toolbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasozkurt%2Fsummernote-sticky-toolbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilyasozkurt","download_url":"https://codeload.github.com/ilyasozkurt/summernote-sticky-toolbar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253528399,"owners_count":21922623,"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-08-03T17:01:25.676Z","updated_at":"2025-05-11T06:32:46.859Z","avatar_url":"https://github.com/ilyasozkurt.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Misc"],"readme":"# Summernote Sticky Toolbar\n\nThis is a simple plugin for [Summernote](https://summernote.org/) that makes the toolbar sticky.\n\nhttps://user-images.githubusercontent.com/4955440/193377819-2d6e825f-9511-41ff-96ff-36b9958761cd.mp4\n\n## Installation\n\n### Classic\n\nInclude the plugin script after including Summernote:\n\n```html\n\u003c!-- include jquery, bootstrap, summernote here --\u003e\n\n\u003cscript type=\"text/javascript\" src=\"summernote-sticky-toolbar.js\"\u003e\u003c/script\u003e\n```\n\n### Via npm\n\nInstall sticky toolbar plugin trough npm:\n\n```bash\nnpm install summernote-sticky-toolbar\n```\n\n## Configuration\n\nEnable and configure the sticky toolbar plugin.\n\n```javascript\n$('.summernote').summernote({\n    stickyToolbar: {\n        enabled: true, // enable/disable sticky toolbar\n        offset: 0, //y offset from top\n        zIndex: 9999 //z-index of the toolbar\n    }\n});\n```\n\nPlease do not forget to star the repository if you like it!\n\nSponsored by [hometrust.app](https://hometrust.app \"Property Reviews Platform\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyasozkurt%2Fsummernote-sticky-toolbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyasozkurt%2Fsummernote-sticky-toolbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyasozkurt%2Fsummernote-sticky-toolbar/lists"}