bighead242510 downloadsAn Obsidian plugin that lets you search and insert emoji by Chinese keywords. Just type :: followed by a Chinese word (e.g. ::梯子, ::开心) and a picker panel pops up under the cursor.
An Obsidian plugin that lets you search and insert emoji by Chinese keywords. Just type :: followed by a Chinese word (e.g. ::梯子, ::开心) and a picker panel pops up under the cursor.
中文版说明见下方「中文介绍」。
.md notes stay portable.Add a beta plugin.https://github.com/bighead2425/obsidian-chinese-emoji-picker.main.js, manifest.json, and styles.css from the latest release..obsidian/plugins/cn-emoji/ folder (create the folder if needed).:: followed by a Chinese keyword, for example ::梯子.Enter (or click) to insert, or Esc to close.::keyword text is replaced by the selected emoji.Q: Why do some emoji show as boxes?
A: Your system font does not yet support those Unicode characters. The box is an honest preview — the same box will appear after insertion. This is a font issue, not a bug.
Q: Does it insert images or characters?
A: Plain Unicode characters. Your notes remain self-contained and portable.
Q: Does it require an internet connection?
A: No. Everything runs locally.
npx esbuild src/main.js --bundle --external:obsidian --format=cjs --target=es2020 --outfile=main.js
Source code and data live in src/.
MIT © bighead
Chinese Emoji Picker 是一个 Obsidian 插件,让你用中文关键词搜索并插入 emoji。在笔记里输入 :: 跟一个中文词(例如 ::梯子、::开心),光标下方就会弹出选择面板。
.md 可移植方式一:BRAT(推荐)
Add a beta plugin。https://github.com/bighead2425/obsidian-chinese-emoji-picker。方式二:手动
main.js、manifest.json、styles.css。.obsidian/plugins/cn-emoji/ 目录。:: + 中文关键词,如 ::梯子。Esc 关闭。::关键词。Q:为什么有些 emoji 显示成方框?
A:系统字体还不支持该 Unicode 字符。方框是真实预览,插入后也会是方框,等字体更新后自然正常。这是字体问题,不是 bug。
Q:插入的是图片还是字符?
A:标准 Unicode 字符,笔记可移植,不依赖图片。
Q:需要联网吗?
A:不需要,插件完全本地运行。
本插件的 emoji 与中文关键词对应关系、以及 1900+ 个 emoji 数据,整理自 思源笔记 (SiYuan Notes)。感谢思源笔记社区提供的高质量数据基础(原始数据基于 Unicode CLDR 公共标准)。
The emoji-to-Chinese-keyword mapping and the 1900+ emoji dataset in this plugin are adapted from SiYuan Notes. Thanks to the SiYuan community for the solid data foundation (ultimately based on the public Unicode CLDR standard).