adeeteya / FlutterMarkdownEditor

Markdown Editor app allows easy markdown file creation and editing. It opens ".md" files directly from explorer, provides text styling options, effortless link addition, Light and Dark Theme Modes, Multiple View Modes. Developed using Flutter, it's mainly intended for mobile devices as there are no standalone markdown editors presently available.
MIT License
149 stars 17 forks source link

View and Edit at the Same Time #9

Open thomastthai opened 8 months ago

thomastthai commented 8 months ago

Currently, there is either edit mode or view mode. That's typical for how markdown editors and viewers work. How would we combine them in a hybrid edit mode?

In hybrid-edit mode, the entire document would be in view mode with the exception of the block or paragraph the cursor is on—that would be in hybrid-edit mode.

Have a setting to configure for edit or hybrid-edit mode.

There would still be a view/edit button.