summaryrefslogtreecommitdiff
path: root/public/js/lib/editor/utils.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-23Fix all newly introduced linting issuesSheogorath1-10/+10
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-23Fix liniting and optimize some functionsSheogorath1-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>
2018-06-19Add a toolbar to Codemirror editorEdgar Zanella Alvarenga1-0/+40
Signed-off-by: Edgar Zanella Alvarenga <e@vaz.io>
2017-03-09Use JavaScript standard styleYukai Huang1-43/+45
2017-03-08Extract editor related codeYukai Huang1-0/+46
- in public/js/lib/editor/index.js