-
Notifications
You must be signed in to change notification settings - Fork 147
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
Issue/1254 blockquote multilevel text color #1256
base: develop
Are you sure you want to change the base?
Issue/1254 blockquote multilevel text color #1256
Conversation
basic indentation and increase / decrease with tab / shift tab TODO: styling
this stacking of the rects will allow users to customze design however they want, once different level colors are introduced
up to 3 layers, colors are available to be customized
and new nice default color scheme
since quotes affect text color need to be added here to textAttribu recalcuate
for both private and public vars
for mac catalyst and ipad
to reflect its an array
it is written more clear now
and made public so users can change
will be addressed in separate PR
need to alter the depth logic
…54_blockquote_multilevel_textColor
its important to pass the borderColors when initiating the formatter so it can change them correctly
…54_blockquote_multilevel_textColor
We recently switched the project license. Aztec is now under the MPL v2.0. More info on this ticket: #1305 If this PR gets merged, the code will be under the MPL v2.0. |
Can this be merged and released please? |
This grants support for Dark mode which is imperative for block quotes to appear correctly. I would greatly appreciate if this PR could be merged once the test and licensing is resolved. Thank you in advance. |
Still waiting... |
Fixes #1254
To test:
changes text color when in quotes or nested quotes for more styling options
logic is now inside
BlockquoteFormatter
Known issue:
pasting text doesn't change color, would like assistance here.