gitea/web_src/js/features/comp
silverwind ed698d1a61
Add matching pair insertion to markdown textarea (#36121)
1. Our textarea already has some editor-like feature like tab
indentation, so I thought why not also add insertion of matching closing
quotes/brackets over selected text. This does that.
2. `textareaInsertText` is replaced with `replaceTextareaSelection`
which does the same but create a new edit history entry in the textarea
so CTRL-Z works. The button that inserts tables into the textarea can
now also be reverted via CTRL-Z, which was not possible before.
2025-12-10 07:30:50 +07:00
..
ComboMarkdownEditor.ts Add matching pair insertion to markdown textarea (#36121) 2025-12-10 07:30:50 +07:00
ConfirmModal.ts Update eslint to v9 (#35485) 2025-09-14 19:15:06 +07:00
Cropper.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
EasyMDEToolbarActions.ts Fix remaining typescript issues, enable `tsc` (#32840) 2024-12-16 05:02:32 +07:00
EditorMarkdown.test.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
EditorMarkdown.ts Add matching pair insertion to markdown textarea (#36121) 2025-12-10 07:30:50 +07:00
EditorUpload.test.ts Enable more markdown paste features in textarea editor (#35494) 2025-09-16 23:55:57 +07:00
EditorUpload.ts Add matching pair insertion to markdown textarea (#36121) 2025-12-10 07:30:50 +07:00
LabelEdit.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
QuickSubmit.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +07:00
ReactionSelector.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
SearchRepoBox.ts Fix package link setting can only list limited repositories (#35394) 2025-09-11 01:50:17 +07:00
SearchUserBox.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
TextExpander.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
WebHookEditor.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00