obsidian-remote icon indicating copy to clipboard operation
obsidian-remote copied to clipboard

How to add language(e.g. Chinese) support

Open lmingzhi opened this issue 2 years ago • 1 comments

Describe the bug

The characters of non-English look likes square.

To Reproduce image

lmingzhi avatar May 25 '22 02:05 lmingzhi

~~Same happens to me.~~

I solved it.

The problem is that the font is missing. I downloaded the font of the language to be used and added it to the volume as shown below, and it was solved.

Using the Container
  ...
  -v ...
  -v {downloaded font directory}:/usr/share/fonts/truetype/{font name}
  ...
Using Docker Compose
  ...
    volumes:
      - ...
      - {downloaded font directory}:/usr/share/fonts/truetype/{font name}
  ...

aaron-jang avatar Jun 28 '22 19:06 aaron-jang

Thanks for this, updated the documentation with this information.

sytone avatar Oct 10 '22 01:10 sytone