1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-22 08:42:32 -05:00
forgejo/routers/api/v1/misc
Gusted 2c2ac80030 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
2024-10-26 19:15:43 +02:00
..
gitignore.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
label_templates.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
licenses.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
markup.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
markup_test.go feat: Add partial quoting 2024-10-26 19:15:43 +02:00
nodeinfo.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
signing.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
version.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00