Skip to content
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 feature docs for text fragment language. #9301

Merged
merged 11 commits into from
Mar 26, 2021
Merged

Added feature docs for text fragment language. #9301

merged 11 commits into from
Mar 26, 2021

Conversation

jacekbogdanski
Copy link
Member

@jacekbogdanski jacekbogdanski commented Mar 19, 2021

Suggested merge commit message (convention)

Docs (language): Added feature documentation for text fragment language. Closes #9211.


Additional information

For now, I've just added separate docs for Language entry, however, it may not be the best fit, see #9211 (comment)

Some links are failing during the build:
image
I'm not really sure why it happens as the same links in API docs are working correctly - would be glad for some help with that.

Comment on lines 67 to 73
// Optionally, you can also provide text direction information ('ltr' or 'rtl'),
// however, note that the feature will resolve text direction by itself, so in most
// cases this option is redundant.
editor.execute( 'textPartLanguage', {
languageCode: 'ar',
textDirection: 'rtl' // Optional text direction.
} );
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it makes sense to mention the optional textDirection option.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say let's drop it, if not for the "most cases". If it has some specific use, we may want to mention the specific use in docs.

@godai78 godai78 changed the base branch from master to stable March 26, 2021 07:17
@AnnaTomanek AnnaTomanek merged commit 0b21cf8 into stable Mar 26, 2021
@AnnaTomanek AnnaTomanek deleted the i/9211 branch March 26, 2021 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document text part language feature
4 participants