-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Implement an option to enable/disable date tags #1553
Comments
The editor uses some heuristics to determine whether a value contains a unix timestamp, and in that case displays a tag showing the date. Similarly, it interprets when a values is a color and then shows a colorpicker. If you don't want the date tag, you can hide it via CSS. Do you actually have with real world data with numbers in this range? |
I think many users will be happy to have an option to turn off the heuristics. I agree they are usefull but not all the time. |
Makes sense to implement a configuration option for this. And we should probably create an option for the color picker too. Anyone interested in implementing this option? Help would be welcome. |
For my taste gray color is optimal for most cases. Current blue is too saturated. I turned off unwanted date heuristics here
|
ОК
{
"test": 123456789012
}
Not OK - extra date appeared
{
"test": 1234567890123
}
The text was updated successfully, but these errors were encountered: