Adds inline toolbar support to a Pad
npm install ep_inline_toolbar!Publish Status !Backend Tests Status
A simple way to add the toolbar buttons inline on the editor. These buttons only appear when you highlight text.
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.
Apache 2