bighead242584 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.
A tiny, friendly Obsidian plugin that lets you search and insert emoji by Chinese keywords — no need to memorize English shortcodes like :smile:. Just type :: followed by a Chinese word (e.g. ::梯子, ::开心) and a picker pops up right under your cursor. ✨
📖 中文说明见下方「中文介绍」。
.md notes stay portable everywhere.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
如果这个小插件让你在 Obsidian 里敲 emoji 更顺手了,欢迎到 GitHub 点一颗 ⭐,这就是对作者最大的鼓励:
👉 https://github.com/bighead2425/obsidian-chinese-emoji-picker
你的每一颗 star 都能让更多中文用户发现它,也能让我更有动力继续把它打磨得更好 💛 感谢每一位使用的朋友!
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 公共标准)。同时也要感谢每一位使用、反馈、点 star 的朋友 —— 是你们让这个小工具一点点变得更好 💛
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). Heartfelt thanks also go to every user who tried it, gave feedback, or left a star — you made this little tool better. 💛
首个正式发布版,感谢大家一路的支持!
:: 弹出选择框后,只要鼠标没有真正移动过,无论指针压在哪个 emoji 或分类标签上,都保持默认「全部」分类、第一个 emoji 待选;此后输入汉字筛选时选中项也不会乱跳。只有鼠标真正移动后,才恢复正常的悬停跟随(同时覆盖「刚弹出」与「键盘进入标签态」两种场景)。