-
-
Notifications
You must be signed in to change notification settings - Fork 21
Appflowy Codeblocks #3047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Appflowy Codeblocks #3047
Conversation
Hey there 👋,
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3047 +/- ##
==========================================
- Coverage 43.85% 43.75% -0.10%
==========================================
Files 901 901
Lines 56658 56676 +18
==========================================
- Hits 24847 24800 -47
- Misses 31811 31876 +65
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This brings code-block support to our internal appflowy editor.
the editor isn't properly expanding when we insert a code block
it currently flows over the codeblock upon paste
on desktop you can't properly enter in the code unless because of our enter-to-submit trap around it (which should probably become smarter itself)
Superseeds #2691