-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Two panel view in editor mode is gone for markdown files #11972
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
Comments
I wasn't aware of the existance of such a mode but this is intended because markdown files now edit like any other file and it was done in foresight for the SimpleMDE/CodeMirror removal. It could of course be introduced again. |
Yes, bring it back please. |
I just realized, not only the two panel mode, but the formatting toolbar is also gone. |
Also headings are hard to be distinguished, the font sizes are very close to each other. |
We want to remove the bloated, buggy and unmaintained markdown editor, see #10729. Generally I'm not sure if we want to treat editing markdown files differently, GitHub also doesn't. |
Yes, GitHub also does not provide realtime preview for the .md files in the editor. |
@tomposmiko This changed because we want to edit codes on the web. Maybe we should have a markdown priview plugin on monaco editor. |
And adding toolbar back would also be probably doable |
I have a hard time understanding how this has worked before (I've never seen it). Was it a side-by-side editor and preview? I guess if the screen is of sufficient width, we could just put the content of the preview tab at the side of the editor instead of its own tab. |
you could still see on the wiki editor since it is still SimpleMDE -- just edit a page and click the 2nd to last button 'toggle side by side' |
I see, so it's fullscreening the editor and preview. Certainly possible but I think we should first replace SimpleMDE, add that new editing toolbar and then make a shared abstraction over both textarea-based and monaco-based editor that adds features like this. |
I don't personally miss the full screen mode, but the real time visualization. I also have concerns about the style (font size?). |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
Well, can we expected any change about this issue? |
I will like these feature. Everyone who has the same opinion can react with 👍 emoji. |
I would love to have markdown editor when I edit a markdown file. |
Please turn this feature back on. The Markdown tool bar would be a great success to be used in Markdown documents using the Github UI. |
We are stuck on version < 1.12.0 until the ability to edit Markdown (with editor toolbar/preview) is re-enabled. Our use case - we have a large number of users that provide simple edits to MD documentation in a repo. They are not technical, and cannot handle MD. The toolbar/ preview capability allows them to edit the documentation. |
The Markdown preview tab is still there, there's just no side-by-side mode currently. As for toolbar, I'm thinking about integrating https://github.com/github/markdown-toolbar-element but it may not be easy because the module expects a textarea to work with, so some hackery will probably be required to make it work with monaco. |
I would like side-by-side mode. |
[x]
):Description
On try.gitea.io:
https://try.gitea.io/tompos/aaa/_edit/master/a.md
The two panel editing option is gone. There is no more way to edit a markdown file and see the rendered changes in real time.
...
Screenshots
The text was updated successfully, but these errors were encountered: