-
Notifications
You must be signed in to change notification settings - Fork 125
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
Paragraph text alignment (Feature Request) #22
Comments
Very much so! I have struggled one full week trying to figure this out. Any ideas?? |
We will include this feature to the plan of next updates |
Thank you! Looking forward to it. Is there any hack I can use for now in the meantime? |
Hi, you can try the hack i did. Take a look. `/**
/**
/**
/**
/**
} renderSettings() {
} /**
} /**
} /** /**
} /**
} /**
/**
} /**
/**
/**
} /**
} /**
/**
export default Paragraph ` You also need to add this simple css to work with the svg .svg-icon path, .svg-icon circle { |
Has anyone seen it yet? |
Could be a better solution a plugin called @editor-js/alignment, that checks if the block that has been created can be aligned, if so, just align it? It could work for: images, headings, paragraphs, tables... Probably i'll work on it |
i made it once |
codex-team/editor.js#1272 |
@semoal how can I use it? as you said it's been implemented already. Kinda noob :') |
I wish #35 would be merged. |
@neSpecc Is this feature still included in the next updates? |
is editorjs still maintened? I see pull request in table repository with feature to delete cells from December and there is a pull request from September that adds alignment. If these are not stable, why don't merge it on not-stable branch then? |
@kaaaaaaaaaaai please add some function such as line height and font size. I spent 2 days making it. LOL don't forget to add line-height and font-size dropdown in settings. |
It would be nice to have an option to choose text alignment (left, center or right) for the paragraph.
The text was updated successfully, but these errors were encountered: