-
Notifications
You must be signed in to change notification settings - Fork 236
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
[BUG] textValueMap parsing emoticons shows "No valid Y values found in note" #237
Comments
I have a similar issue at the exception that it doesn't apply the mapping and looks like a normal line chart. |
Would love it if dvField could handle inline key::value pairs that utilize emojis. All of the metadata I want to visualize in my daily notes is inline and uses [🏢:: value] syntax... |
#196 might be what you are after @gnashedteeth? |
@jarpolacek can you try with the latest version? Support for boolean types was added recently |
Could be! Investigating. Thanks for taking over this project!! |
This should be fixed now with version 1.13.0 |
Trying to map emojis against numbers to put in a line graph, but no matter what I try emojis as original value always shows "No valid Y values found in note". If i change the original value to text or number textValueMap works fine.
I use inline metadata. I tried to change to frontmatter but the bug still exists.
I used this example. https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestTextValueMap.md
This is the code I used:
Unfortunately since the developers hasn't be active for over a year, I consider this plugin abandoned. So maybe there is a work around we as a community can come up with. At least it's a documentation of the issue.
Plugin version: 1.10.9
Obsidian: 1.4.2 (Insider)
Windows 11 22H2
The text was updated successfully, but these errors were encountered: