Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyasozkurt/summernote-sticky-toolbar
This plugin allows you to stick toolbar for summernote editors.
https://github.com/ilyasozkurt/summernote-sticky-toolbar
Last synced: 3 months ago
JSON representation
This plugin allows you to stick toolbar for summernote editors.
- Host: GitHub
- URL: https://github.com/ilyasozkurt/summernote-sticky-toolbar
- Owner: ilyasozkurt
- Created: 2022-10-01T00:55:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T13:51:06.000Z (about 1 year ago)
- Last Synced: 2024-03-15T05:22:31.283Z (8 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-summernote - summernote-sticky-toolbar
README
# Summernote Sticky Toolbar
This is a simple plugin for [Summernote](https://summernote.org/) that makes the toolbar sticky.
https://user-images.githubusercontent.com/4955440/193377819-2d6e825f-9511-41ff-96ff-36b9958761cd.mp4
## Installation
### Classic
Include the plugin script after including Summernote:
```html
```
### Via npm
Install sticky toolbar plugin trough npm:
```bash
npm install summernote-sticky-toolbar
```## Configuration
Enable and configure the sticky toolbar plugin.
```javascript
$('.summernote').summernote({
stickyToolbar: {
enabled: true, // enable/disable sticky toolbar
offset: 0, //y offset from top
zIndex: 9999 //z-index of the toolbar
}
});
```Please do not forget to star the repository if you like it!
Sponsored by [hometrust.app](https://hometrust.app "Property Reviews Platform")