aboutsummaryrefslogtreecommitdiff
path: root/editor/example.ts
AgeCommit message (Collapse)Author
2023-11-05editor: simplify using one contenteditableShulhan
Using multiple lines of content editable is hard, especially when involving selection, deletion, and managing undo-redo history.
2023-10-24all: fix all linter warnings from tsc and eslintShulhan
In this changes we introduce eslint as our linter for TypeScript and update our tsconfig to be more strict. The ".eslintrc.yaml" and "tsconfig.json" is taken from golang/website repository [1]. [1]: https://cs.opensource.google/go/x/website
2023-10-24all: reformat all filesShulhan
I cannot remember how I reformat those files previously, probably without any tools. This changes reformat the TypeScript files using prettier and HTML files using js-beautify.
2022-03-15all: re-licensing wui under GPL 3.0 or laterShulhan
See https://kilabit.info/journal/2022/gpl/ for more information.
2021-09-05editor: convert the example to TypeScript and loaded as moduleShulhan