diff options
author | Gusted <postmaster@gusted.xyz> | 2024-10-24 01:07:53 +0200 |
---|---|---|
committer | Gusted <postmaster@gusted.xyz> | 2024-10-26 19:15:43 +0200 |
commit | 2c2ac80030f653f51290cbbdc6947beff078462b (patch) | |
tree | c7316a0d17cdcba1aa0627d39d557495fd5ed975 /release-notes/5677.md | |
parent | Merge pull request 'chore: output playwright directly to std{out,err}' (#5685... (diff) | |
download | forgejo-2c2ac80030f653f51290cbbdc6947beff078462b.tar.xz forgejo-2c2ac80030f653f51290cbbdc6947beff078462b.zip |
feat: Add partial quoting
- If you select a portion of the comment, `Quote reply` will not only
quote that portion and not copy paste the whole text as it previously
did. This is achieved by using the `@github/quote-selection` package.
- There's preprocessing to ensure Forgejo-flavored markdown syntax is
preserved.
- e2e test added.
- Resolves #1342
Diffstat (limited to 'release-notes/5677.md')
-rw-r--r-- | release-notes/5677.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/5677.md b/release-notes/5677.md new file mode 100644 index 0000000000..d089cbf01a --- /dev/null +++ b/release-notes/5677.md @@ -0,0 +1 @@ +If you select a portion of a comment and use the 'Quote reply' feature in the context menu, only that portion will be quoted. The markdown syntax is preserved. |