fleetingnotes / fleeting-notes-flutter

MIT License
52 stars 5 forks source link

Rich text editor (WYSIWYG) #571

Open matthewwong525 opened 1 year ago

matthewwong525 commented 1 year ago

Is your feature request related to a problem? Please describe. Lots of people want WYSIWYG. And it's hard with limited customizations.

Describe the solution you'd like Use appflowy-editor and need to test it out with slash commands, link suggestions, tag suggestions #138

I want feature parity with what I have now:

Describe alternatives you've considered flutter_quill - but no official MD support. also, a bit weird super_editor - poor documentation & looks complicated to setup for my use case. Not sure if they use context menu builder for commands

Additional context Will need to wait for when they support mobile: https://github.com/AppFlowy-IO/appflowy-editor/issues/47#issuecomment-1500019595

Subtasks

NON issues (after):

matthewwong525 commented 1 year ago

It seems like appflowy editor is not complete yet (no mobile support). i'm thinking of just using super editor + my way of overlaying the previews / context menus. That might be the best solution for now.

matthewwong525 commented 1 year ago

I've investigated adding super-editor-wysiwyg but for the following reasons I decided to stop development:

For the reasons above, i'm going to decide to put this on pause & then try again but this time with the appflowy-editor once they figure out mobile support https://github.com/AppFlowy-IO/appflowy-editor/issues/68 (supposedly this quarter)

annieappflowy commented 1 year ago

In case you are interested https://blog-appflowy.ghost.io/how-we-built-a-highly-customizable-rich-text-editor-for-flutter/

matthewwong525 commented 1 year ago

In case you are interested https://blog-appflowy.ghost.io/how-we-built-a-highly-customizable-rich-text-editor-for-flutter/

Thank you @annieappflowy ! You're doing great work with appflowy by the way :)

alihassan143 commented 1 year ago

@matthewwong525 appflowy now supports mobile platforms you can try now

matthew-carroll commented 1 year ago

@matthewwong525 I stumbled upon your posts here by happening to notice a reference from super_editor. It sounds like you've run into some issues and difficulties. I would encourage you to file issues, if you haven't already. I'd also encourage you to reach out and let us know what you're building, and how we can make it easier to accomplish your goals.

annieappflowy commented 1 year ago

Hi @matthewwong525 , we now support iOS and Android. View feature previews here