summaryrefslogtreecommitdiff
path: root/public/js/lib/editor/toolbar.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-12Fix toolbar day modePedro Ferreira1-15/+15
Also moved the code to SCSS Signed-off-by: Pedro Ferreira <pedro@dete.st>
2019-05-12Make upload button respect night modePedro Ferreira1-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>
2019-03-25Move upload button into toolbarSheogorath1-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>
2018-07-08Fix some false titlesAlexander Wellbrock1-2/+2
Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
2018-06-19Add a toolbar to Codemirror editorEdgar Zanella Alvarenga1-0/+48
Signed-off-by: Edgar Zanella Alvarenga <e@vaz.io>