summaryrefslogtreecommitdiff
path: root/public/js/lib/editor/toolbar.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix toolbar day modePedro Ferreira2019-05-121-15/+15
| | | | | | Also moved the code to SCSS Signed-off-by: Pedro Ferreira <pedro@dete.st>
* Make upload button respect night modePedro Ferreira2019-05-121-3/+3
| | | | | | | Also set a title in the input field, so that the file name doesn't show up. Signed-off-by: Pedro Ferreira <pedro@dete.st>
* Move upload button into toolbarSheogorath2019-03-251-0/+3
| | | | | | | | | | | | | Currently we have the odd situation to have two toolbars. One inside the header and one in the editor. Since we only show the image upload button when the editor is visible we should move the upload button into the editor toolbar. This patch does this by adding the image upload button besides the image tag button. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix some false titlesAlexander Wellbrock2018-07-081-2/+2
| | | Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
* Add a toolbar to Codemirror editorEdgar Zanella Alvarenga2018-06-191-0/+48
Signed-off-by: Edgar Zanella Alvarenga <e@vaz.io>