https://github.com/ether/ep_inline_toolbar
An inline toolbar for Etherpad
https://github.com/ether/ep_inline_toolbar
Last synced: 9 months ago
JSON representation
An inline toolbar for Etherpad
- Host: GitHub
- URL: https://github.com/ether/ep_inline_toolbar
- Owner: ether
- License: other
- Created: 2016-06-08T14:15:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T21:47:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T16:55:22.290Z (11 months ago)
- Language: JavaScript
- Size: 237 KB
- Stars: 4
- Watchers: 4
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
 

# Inline toolbar for Etherpad
A simple way to add the toolbar buttons inline on the editor. These buttons only appear when you highlight text.
# Usage
To change the visible buttons, the buttons must be added to settings.json in the toolbar section as a section called ``inline`` else all formatting buttons will be visible.
For example..
```
"toolbar": {
"left": [
["bold", "italic", "underline", "strikethrough"],
["orderedlist", "unorderedlist", "indent", "outdent"],
["undo", "redo"],
["clearauthorship"]
],
"right": [
["importexport", "timeslider", "savedrevision"],
["settings", "embed"],
["showusers"]
],
"timeslider": [
["timeslider_export", "timeslider_returnToPad"]
],
"inline":[["bold", "italic"]]
},
```
The above example will make bold and italic show up inline.
# License
Apache 2