-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[Feature] File preview #23579
Comments
Preview Tab should be there for at least markdown, but I do agree we could show it for other file types as well, if there is a benefit. Also see #23333 which touches these parts. |
The Preview tab is not there for New File at all, only for Edit File. Editing a I had a quick look, and there seem to be two things to fix:
I won't have time to submit a proper fix in the next few days, anyone feel free to take over. Otherwise I'll get to it later. |
I agree, we should try to handle new file similar to edit file. |
…3624) Close #23579 Inspired by [idea](#23579 (comment)) from @brechtvl In this PR, the behavior is when extension switches from writatble to not, preview will hide, and vice versa. demo: https://user-images.githubusercontent.com/17645053/226786119-d20063da-8763-41ce-9b00-ae34929120e1.mov --------- Co-authored-by: silverwind <me@silverwind.io>
Feature Description
When you use the web interface, why is it not possible to have preview of a new file that is created in the repository?
You can do it with already created files that you edit but not with new files and i find this very strange, it would be very useful for lets say is you create a new "markdown" file.
Repository -> Add File -> New File
But the preview tab is missing
The text was updated successfully, but these errors were encountered: