-
Notifications
You must be signed in to change notification settings - Fork 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
Feature request: Markdown preview on the side #2882
Comments
For what's it's worth, I've added a Stylish extension to Jupyter to show my code output cells on the side. I was coming on the GitHub issues to see if people had already opened this kind of issue. Here is the content of the stylesheet:
It is not giving you synchronized scroll but at least, Markdown should be easier to preview like that. |
@ufoscout Me too, real-time preview is nice! |
@ptbrowne can you explain a bit how to use this? |
You now have the preview on the side. |
I've written a small nbextension that provides a live rendering of markdown cells while editing them - see ipython-contrib/jupyter_contrib_nbextensions#1155 |
Closing as fixed by #6921. This will be available in Notebook 7: layout-settings-markdown.mp4 |
Hi all,
I wonder if there is any plan to include a markdown preview panel that shows the output preview while typing. For example, this is how it is implemented in vscode (in atom there's the same feature):
The scroll of the two tabs is synchronized making the edit experience very simple; essentially, editing a doc is a matter of:
-> type -> check on the side panel -> type
On the contrary, in jupiter notebook the edit flow is like:
-> type -> click run -> check output (find the exact point you edited) -> double click to go back to edit mode -> click on the line you were editing -> type
A side panel would make it more user friendly.
The text was updated successfully, but these errors were encountered: