gitea/web_src/js/features/comp
silverwind ed698d1a61
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-container (push) Has been cancelled
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 +00:00
..
ComboMarkdownEditor.ts Add matching pair insertion to markdown textarea (#36121) 2025-12-10 07:30:50 +00:00
ConfirmModal.ts Update eslint to v9 (#35485) 2025-09-14 19:15:06 +03:00
Cropper.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
EasyMDEToolbarActions.ts
EditorMarkdown.test.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
EditorMarkdown.ts Add matching pair insertion to markdown textarea (#36121) 2025-12-10 07:30:50 +00:00
EditorUpload.test.ts Enable more markdown paste features in textarea editor (#35494) 2025-09-16 23:55:57 +00:00
EditorUpload.ts Add matching pair insertion to markdown textarea (#36121) 2025-12-10 07:30:50 +00:00
LabelEdit.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
QuickSubmit.ts Enable Typescript noImplicitAny (#33322) 2025-01-22 15:11:51 +08:00
ReactionSelector.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
SearchRepoBox.ts Fix package link setting can only list limited repositories (#35394) 2025-09-11 01:50:17 +02:00
SearchUserBox.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
TextExpander.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
WebHookEditor.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00