blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
7.02k stars 412 forks source link

Bug report DataView can not render emoji character and show as null #2299

Closed ZhangQinglian closed 6 months ago

ZhangQinglian commented 6 months ago

What happened?

DataView can not render emoji character and show as null

image

DQL

TABLE without id file.link as 标题,file.inlinks as 内链,优先级,choice(done,"✅","❌") as 是否完成,file.etags as 标签,developers as 开发人员
FROM #对外需求 
WHERE done=false

JS

No response

Dataview Version

0.5.66

Obsidian Version

1.5.12

OS

MacOS

holroy commented 6 months ago

Are you in live preview or reading mode? And do you happen to have the Iconize plugin installed? It's caused some misgrief in various other cases lately, especially related to icons and emojis.

Kuredant commented 6 months ago

I'm seeing the same issue (null displayed instead of emojis in dataviews) in both live preview and reading mode.
In my case, disabling the Iconize plugin solved it.

GottZ commented 6 months ago

related issue: https://github.com/FlorianWoelki/obsidian-iconize/issues/438

code has already been fixed upstream and just needs a release.

FlorianWoelki commented 6 months ago

related issue: FlorianWoelki/obsidian-iconize#438

code has already been fixed upstream and just needs a release.

jap, this issue can be closed. It's an issue on the side of Iconize and not Dataview.

ZhangQinglian commented 6 months ago

Are you in live preview or reading mode? And do you happen to have the Iconize plugin installed? It's caused some misgrief in various other cases lately, especially related to icons and emojis.

it is ok when i disable the iconize plugin