amake / org_flutter

Org Mode widgets for Flutter
MIT License
17 stars 4 forks source link

Text in syntax-highlighted source blocks can't be selected #8

Closed amake closed 11 months ago

amake commented 11 months ago

https://github.com/amake/org_flutter/issues/7#issuecomment-1724254955

https://github.com/amake/org_flutter/issues/7#issuecomment-1724614323

All existing syntax highlighting packages seem to be effectively abandoned at the moment.

I looked at moving to flutter_highlighting but ended up using only their underlying highlighting package, and copying their Flutter widget with fixes into org_flutter.

As of org_flutter v4.3.1, highlighted source blocks will participate in text selection as expected.

cc @zikajk