-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Show rendered file in plain mode #20437
Comments
PR welcome, I suppose. There might be an already open issue for this feature somewhere, but I can't find it. |
Actually, this is already implemented via adding |
Nice! It's working in the demo instance, but not in my installation 1.16.8. |
You would need to try 1.17-rc2 |
Cool. I'll wait for 1.17 then. Thanks for the hint! |
Honestly consider trying 1.17-rc2 or even just run off the 1.17 release branch (1.17-dev in docker speak) - if no one tries it we'll never find the bugs. |
The feature is in 1.17 And 1.17-rc2 is very stable now, I highly recommend you to use it. |
You're right. I'm using the helm chart for deployment. |
Description
How can I show a rendered file (e.g markdown) in plain mode ?
I need this to jump from an external search server zoekt to the line of a file which is rendered by default (e.g markdown files) or by an external renderer.
The answer should be added to https://docs.gitea.io/en-us/external-renderers/.
E.g gitub allows to disable rendering and shows the source blob when the
URL attribute plain=1 is append.
https://github.com/sourcegraph/zoekt/blob/master/doc/indexing.md?plain=1
Gitea Version
1.16.8
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
helm chart
Database
No response
The text was updated successfully, but these errors were encountered: