Automattic / simplenote-electron

Simplenote for Web, Windows, and Linux
https://app.simplenote.com
GNU General Public License v2.0
4.84k stars 560 forks source link

Real-time Markdown Rendering While Typing #3267

Closed azlibdar closed 1 month ago

azlibdar commented 1 month ago

What

I am requesting the addition of real-time Markdown rendering while typing. This would allow users to see their Markdown formatting applied instantly as they write, without needing to switch between "Edit" and "Preview" modes.

Why

Currently, it can be frustrating to toggle back and forth between the edit mode (where Markdown syntax is visible) and the preview mode (to see the rendered output). Real-time Markdown rendering would streamline the writing experience, allowing users to see the final formatted text as they type. This would improve productivity, especially for those who rely on Markdown for note formatting.

How

This feature could be implemented by applying Markdown rendering on the fly within the text editor itself. A split-pane view (showing both raw Markdown and preview) or in-line rendering could be useful options for users who still want access to both.