Open haimco50 opened 7 months ago
we're using react-markdown
library, you can modify to add RTL support - https://stackoverflow.com/questions/2258028/rtl-in-markdown
ok - thanks for the reference - you mean - doing it in a custom private branch ?
yeah, you can try on your forked branch
ok...thanks - but if you plan to fix/enhance it at some point then it would be nice to have a default behaviour of auto direction based on the content language and then the ability to override the default behaviour with some toggle button (RTL/LTR).
Not sure whether this is a bug / missing feature etc...- but is it possibe to support right to left langauges (Hebrew, Arabic etc..) in the chat UI - basically adding <html dir="rtl"... in the UI container body - is it possible to have some "JS/html hook" for this ? not supporting this makes the UI looks bad mainly with response text that has some bullets numbers etc...
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Flow If applicable, add exported flow in order to help replicating the problem.
Setup
npx flowise start
,pnpm start
]Additional context Add any other context about the problem here.