singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 840 forks source link

Hashtags style #2305

Closed m-1226 closed 1 month ago

m-1226 commented 1 month ago

Is there an existing issue for this?

The question

how Cani make when write # in the editor to have a custom style in it ? like #flutter_quill to take another color

EchoEllet commented 1 month ago

Currently, this is not a supported feature and is likely to be not supported anytime soon as we have extensibility, scalability, readability, maintainability, and many other bugs and critical issues that we need to prioritize.

2160 Is a similar issue.

Noticed that I have seen developers that were able to implement it without having it built-in in the project using custom embed blocks.

See #637, this example, this PR and #1330

If you have any questions or more issues, feel free to open more issues or discussions.