aboutsummaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Expand)Author
2024-10-03editor: allow inserting tab on editorShulhan
2024-09-15all: commit all generate JavaScript filesShulhan
2023-12-08editor: set the caret color to redShulhan
2023-12-08editor: set key control to false on blurShulhan
2023-12-08editor: reduce the padding in the contentShulhan
2023-11-21editor: update layout without using floatShulhan
2023-11-21editor: fix paste that always add new lineShulhan
2023-11-21editor: replace execCommand with SelectionShulhan
2023-11-15editor: add method to set content editable or notShulhan
2023-11-15editor: use CTRL+Enter to trigger save instead of CTRL+sShulhan
2023-11-11editor: re-render content after saveShulhan
2023-11-11editor: handle paste event manuallyShulhan
2023-11-05editor: simplify using one contenteditableShulhan
2023-11-02editor: handle mouse selection, copy, and paste multiple linesShulhan
2023-11-01editor: handle DELETE on selectionShulhan
2023-10-30editor: fix handling control keyShulhan
2023-10-24all: fix all linter warnings from tsc and eslintShulhan
2023-10-24all: reformat all filesShulhan
2022-03-15all: re-licensing wui under GPL 3.0 or laterShulhan
2021-10-20editor: handle key DeleteShulhan
2021-10-20editor: export the ClearSelection methodShulhan
2021-09-05editor: convert the example to TypeScript and loaded as moduleShulhan
2021-08-30editor: fix example converting the content to base64Shulhan
2021-08-29all: remove and ignore generate JavaScript filesShulhan
2021-08-29editor: remove unused import WuiResponseInterfaceShulhan
2021-08-29editor: make the lines field become publicShulhan
2021-08-29editor: always decode the node content from base64Shulhan
2021-08-29editor: simplify the Open methodShulhan
2021-08-28editor: listen on key Escape on document to clear selectionShulhan
2021-08-28all: use the WuiResponseInterface for non-void return typeShulhan
2021-08-28all: refactoring to follow the coding style in READMEShulhan
2021-08-27editor: add handler to save the contentShulhan
2021-08-23editor: remove the SaveFile field from EditorShulhan
2021-08-22editor: add method GetContentShulhan
2021-08-15editor: add method to get file and selection rangeShulhan
2021-08-12editor: add event handler for OnSelectionShulhan
2021-07-31editor: pressing escape key will clear the selectionShulhan
2021-07-31editor: implement redo functionality using CTRL+rShulhan
2021-07-31all: add license file and headersShulhan
2021-07-29editor: handle undo with CTRL+ZShulhan
2021-07-27editor: fix paste to plain textShulhan
2021-07-27editor: fix enter and support for backspaceShulhan
2021-07-26editor: init the style sheet using javascript and add support for tabShulhan
2021-07-26editor: add support to move arrow up and down between textShulhan
2021-07-26all: implement editorShulhan