summaryrefslogtreecommitdiff
path: root/public/js/lib/editor/utils.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix all newly introduced linting issuesSheogorath2018-06-231-10/+10
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix liniting and optimize some functionsSheogorath2018-06-231-28/+61
| | | | | | | | | First fixed some linting issues. Also optimized some functions to be undoable with one ctrl+z. This should also speedup some operations Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add a toolbar to Codemirror editorEdgar Zanella Alvarenga2018-06-191-0/+40
| | | | Signed-off-by: Edgar Zanella Alvarenga <e@vaz.io>
* Use JavaScript standard styleYukai Huang2017-03-091-43/+45
|
* Extract editor related codeYukai Huang2017-03-081-0/+46
- in public/js/lib/editor/index.js