You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment , I need any UI component to control the user preference if we enable the bidirectional behavior.
With master that's relatively easy to do, there is a command (Ctrl-Shift-P, toggle rtl layout) that allow you to set/unset the rtl flag on body. I've bound it on my system to Ctrl-r,t,l
I'll trust you on function naming and usage.
@jasongrout@blink1073 any feedback on the naming as we'd likely want to mirror this in TS/JupyterLab ?
The naming conventions look good to me. In TS we'd type the options as 'default' | 'national' | 'contextual', for example, but otherwise it should be the same.
This is the proposed low level design of the three requested bidi features ( #2156 , #2154 and #1852 ).
Under bidi /js there will be two files:
The bidi API contains the following functions with respect to each feature:
At the moment , I need any UI component to control the user preference if we enable the bidirectional behavior.
Thanks and Waiting your Comments .
The text was updated successfully, but these errors were encountered: