Proposal: Adding In-Place Editing Feature #25
Replies: 2 comments 3 replies
-
You mean when TextField gains focus, we show raw text, and when it loses focus, we render MarkdownView? This implementation may have a problem on text continuity where raw text is typically longer than final rendering content due to markdown attributes, which will have bad experience when switching between the two. To fix that, we can develop a new kinda rendering system which maintains attributes like |
Beta Was this translation helpful? Give feedback.
-
We need to think element by element. When we edit one element, the Markdown characters of that element will be visible and otherwise it will only render MarkDown. This is how Bear does it. output.mp4 |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I've been using the MarkdownView project, and I find it to be an excellent tool for rendering Markdown content in Swift applications. However, I believe that adding an in-place editing feature could greatly enhance its usability and make it an even more versatile tool.
Is it possible to do in-place editing like Bear 2.0 App where the MarkDown code is hidden by default and when a block is edited, the MarkDown code is shown with lighter shade?
Let's discuss this and see if we can collectively work towards making MarkdownView an even more powerful tool for the Swift community.
Looking forward to your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions