Provide a rich text editor (WYSIWYG/WYSIWYM) #820
Replies: 8 comments
-
I love GitJournal because it is MarkDown based and has no WYSISWG editor. I am fine with the current:
|
Beta Was this translation helpful? Give feedback.
-
This may be related to #157 . |
Beta Was this translation helpful? Give feedback.
-
or some kind of editor as in https://github.com/marktext/marktext |
Beta Was this translation helpful? Give feedback.
-
Check out https://pub.dev/packages/super_editor |
Beta Was this translation helpful? Give feedback.
-
I'm hesitant on using it as mobile input is explicitly not on their agenda. My current plan is to experiment with https://github.com/singerdmx/flutter-quill |
Beta Was this translation helpful? Give feedback.
-
Note to self - Use (1). I think (2) is just a fork of Zefry and doesn't even depend on flutter quill. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to somehow integrate the lib behind stackedit's markdown editor https://stackedit.io/ ? Not very sure if they vend out a proper easy to integrate lib for their edit yet. It's one of the most user friendly browser-based markdown wysiwyg editors that i've come across. StackOverflow i think also uses the same underlying pagedown editor. @vHanda |
Beta Was this translation helpful? Give feedback.
-
Sadly it isn't. GitJournal is written in Dart + Flutter. It doesn't use any web-technologies (html / css / javascript). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Flutter doesn't provide one by default. However there is zefyr, though that project seems to be abandoned and barely receives any updates. We would ideally need to fork it, in order to customize it to our needs.
Beta Was this translation helpful? Give feedback.
All reactions