-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Added Text margins and bgColor #584
base: master
Are you sure you want to change the base?
Conversation
Added margin before and after text block option
add a hex background color for text
Hello, Is it possible to merge this one? Would be nice! Thanks, Dennis |
Changed it into top and bottom. Can you review it? Would be nice! |
Nice but the bgColor option fails with justified or right-aligned text |
Any updates on getting this merged? Love the feature! |
First needs to be rebased, converted to plain JS Also, fix problems pointed in the discussion |
This would still be a nice feature. Any updates? |
This |
Added three extra options: marginBefore and marginAfter. It's very useful for creating gDoc styled documents. And Last but not least. I added the bgColor:"#ffff00" option to change the text background color in a color you provide. (Highlight conflicts in a several color combinations and has an other behaviour)