kyle-n / HighlightedTextEditor

A SwiftUI view for dynamically highlighting user input
MIT License
726 stars 69 forks source link

Hiding markdown syntax? #65

Closed erikvlm closed 2 years ago

erikvlm commented 2 years ago

Hi,

Is it possible to have the markdown hidden as the cursor "leaves", like some form of inline markdown/rich text editor mix (like Obsidian or similar note apps)?

kyle-n commented 2 years ago

No, sorry. I wrote this library specifically to show the formatting and markdown symbols in one editor view. It's not a feature I plan to add either.

erikvlm commented 2 years ago

Can you point me in what direction I can go to make that happen?

kyle-n commented 2 years ago

@erikvlm No, sorry. Maybe another library can do this? I don't know enough other libraries.