-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emojis non showing #458
Comments
thanks for reporting. does it work if you set the option emoji mode in the Iconize settings to |
I set the emoji mode to native, but the problem still exists. |
I have the same issue since a few days, I also tried to set the emoji mode to native, but the problem still exists. plugin version: 2.11.11 (but I already had the issue with the previous version) |
No. I never actually changed it from "native" |
Yeah, me too. It's been a problem for a couple of days at least |
I have the same issue. It started occurring when the change was made in the plugin settings to ‘none’ to ‘default’ or similar. Before that change, it was working beautifully. For now, I have disabled this plugin unfortunately… |
Yeah all the emojis are broken across obsidian since the last iconize update!! It renders the package absolutely unusable! |
I need more information to reproduce the issue.
|
I'm having the same problem. Is the problem still reproducible when you only have Iconize in your Vault without other plugins When does the error exactly occur?
Edit: I'm also usually in Live Preview Edit 2: I've tried Iconize in my vault that uses Minimal, the moment I switched the plug in on, all the emojis disappeared. |
I have the same problem in Live Preview mode. With Iconize After updating to the latest Iconize Here is my default Iconize setup from {
"settings": {
"migrated": 4,
"iconPacksPath": ".obsidian/plugins/obsidian-icon-folder/icons",
"fontSize": 16,
"iconColor": null,
"recentlyUsedIcons": [
"🕑",
"🧑🍳",
"🍖",
"🅿",
"🥊"
],
"recentlyUsedIconsSize": 5,
"rules": [
{
"icon": "✅",
"rule": "+LEARN 🚧/DATA SCIENCE 🚧/Courses 🚧/MATLAB 🚧/(YouTube) MATLAB Tutorial - Derek Banas 🚧.md\\/[\\w\\d\\s]+\\.(?:\\w+\\.)*\\w+",
"for": "files",
"order": 0,
"useFilePath": true
}
],
"extraPadding": {
"top": 2,
"right": 2,
"bottom": 2,
"left": 2
},
"extraMargin": {
"top": 0,
"right": 4,
"bottom": 0,
"left": 0
},
"emojiStyle": "twemoji",
"iconInTabsEnabled": true,
"iconsBackgroundCheckEnabled": false,
"iconInTitleEnabled": false,
"iconInFrontmatterEnabled": false,
"iconsInNotesEnabled": true,
"iconIdentifier": ":",
"iconsInLinksEnabled": true,
"iconInFrontmatterFieldName": "icon",
"iconColorInFrontmatterFieldName": "iconColor",
"debugMode": false
}, I cannot find anything interesting in the developer console. When I activate Iconize, there is only this single log line in the console (with or without "debug mode" in Iconize settings):
|
Same issue, exactly as @Stefanyeah describes. Emojis only show up when my cursor is on the same line/block; in DataView blocks; and in Callouts (unless when editing). I'm pretty much always in Live Preview. No theme, just CSS snippets (but the issue persists with them disabled). Obsidian 1.5.12, Iconize 2.11.11 |
I'm experiencing the problem just as @Stefanyeah described it. I am also using Anapuccin as a theme. I wonder if there might be some problem related to that (?) EDIT: I've just tried disabling Anapuccin and reloading Obsidian with iconize active. Didn't solve it. |
not entirely sure if the newest built version fixes this problem. i've tweaked some things. this link is the currently built version. it would be really nice, if someone could tell me if everything works fine or if there is still an issue. here are the things you need to do to install the
|
@FlorianWoelki I have tried what you asked. It did seem to partially solve the problem. Emojis are displayed now, but it's like it's using some older version of the emojis (I'm not sure how it works, I'm not really into this stuff). For example, instead of a farmer is displaying a person followed by a crop, which is not the emojis I used: It should show as 👩🌾, but it shows 👨🌾 |
@FlorianWoelki: I also tried it. Without Iconize: With Iconize and modified |
thank you for the feedback @Jaked2001 and @pyxelr could you checkout this one. I was also able to reproduce the example by @pyxelr but with this version I am not able to reproduce it anymore. fyi: the old link is broken. |
@FlorianWoelki Hey, I had the same problem as @Jaked2001, your newest main.js fixed it completely for me, thanks! |
really awesome to hear that! thanks for all the great collaboration on that issue! I'll try to release a new version in the next few days.
yes, this is intended, but also a "bug". at least for now. I think, it is something similar to #315. feel free to upvote this one with a thumbs up. |
@FlorianWoelki: For me, it does not seem to be fixed with the new |
yeah that's intended. sorry I was not aware of the magnifier there. but the tooltip always shows the "real" name of the emoji/icon. it's also described here. |
the latest version v2.11.12 should fix this issue. |
@FlorianWoelki: |
normally, there is no verification process. I am also wondering why it is not updated. but, I cannot influence anything here. |
@FlorianWoelki: Ok, I finally managed to get an update. I see that Here is how it looks without Iconize (in live preview): And here is how it looks with it: When it is activated:
Lastly, I noticed something (not sure if it is from this version) that when I change the "emoji style" in Iconize settings, I get this ℹ️ icon at the top of the page, which I can get rid of by reopening the page: |
Ah, I noticed that 🏃♂️ (running_man) emoji is being consisted of 2 emojis, when:
Now I removed Emoji shortcodes plugin, as its functionality was being duplicated by Iconize. Nevertheless, I also noticed quite a weird behaviour in live preview mode while using Iconize. Emojis change their look when I hit enter (when I hit backspace (or when I hit space on the same line), the original look is brought back): In "reading" mode they became brighter, while in "source mode" they look just like before hitting enter. This seems to be fixed when I turn off "Toogle icons while editing notes", but I also lose the option to easily add emojis with |
this is generally the live preview mode. whenever you enter the line, it will revert back to the original emoji/icon. that's why you also see the |
@FlorianWoelki: Thanks for explaining! Well, to overcome this, I have installed emoji shortcodes and turned off "Toogle icons while editing notes" in Iconize settings. Otherwise, it was a little annoying to see the flashing emoji while editing text on the same line in live preview. |
lovely stuff, I'll try to fix this. could you create a new issue with the wonderful gifs you've provided? thanks! |
Sure! Here it is: #465. I also created #466. |
I was using v2.11.12 (the latest available) and this problem is not resolved. You can see details of the issue on this forum post. I thought it was unrelated to plugins since the call stack for the line that modifies the emojis only contains app.js functions. Disabling this plugin solved my issue. |
Describe the bug
Emojis in text in editing mode do not show
To Reproduce
It's unclear to me how to reproduce this, since it seems to have an irregular behavior.
Anyhow, my notes seem to not be able to show emojis in the text.
Expected behavior
I expect to see emojis
Additional context
To problem seems to solve it self right way when disabling the iconize plugin
plugin version: 2.11.11
The text was updated successfully, but these errors were encountered: