You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/markup
Brecht Van Lommel 84daddc2fa
Editor preview support for external renderers (#23333)
Remove `[repository.editor] PREVIEWABLE_FILE_MODES` setting that seemed
like it was intended to support this but did not work. Instead, whenever
viewing a file shows a preview, also have a Preview tab in the file
editor.

Add new `/markup` web and API endpoints with `comment`, `gfm`,
`markdown` and new `file` mode that uses a file path to determine the
renderer.

Remove `/markdown` web endpoint but keep the API for backwards and
GitHub compatibility.

## ⚠️ BREAKING ⚠️

The `[repository.editor] PREVIEWABLE_FILE_MODES` setting was removed.
This setting served no practical purpose and was not working correctly.
Instead a preview tab is always shown in the file editor when supported.

---------

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 year ago
..
asciicast Support asciicast files as new markup (#22448) 1 year ago
common Implement FSFE REUSE for golang files (#21840) 2 years ago
console Add context when rendering labels or emojis (#23281) 1 year ago
csv Add context when rendering labels or emojis (#23281) 1 year ago
external Log STDERR of external renderer when it fails (#22442) 1 year ago
markdown Add context when rendering labels or emojis (#23281) 1 year ago
mdstripper Implement FSFE REUSE for golang files (#21840) 2 years ago
orgmode Add context when rendering labels or emojis (#23281) 1 year ago
camo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
camo_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
html.go Add context when rendering labels or emojis (#23281) 1 year ago
html_internal_test.go Add context when rendering labels or emojis (#23281) 1 year ago
html_test.go Add context when rendering labels or emojis (#23281) 1 year ago
renderer.go Editor preview support for external renderers (#23333) 1 year ago
renderer_test.go Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) 1 year ago
sanitizer.go Allow `<video>` in MarkDown (#22892) 1 year ago
sanitizer_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago