The updates to EASY_DATE are great! I like the documentation that shows up when you start to edit a date field. And I’d like to be able to turn it off unless I need to look at it again. It moves other elements further away that I sometimes refer to while putting in a date.
Any suggestion on how to handle dates where only the year is known other than disabling EASY_DATE entirely? The new version treats a 4-digit year as if it were a full date and splits it.
One workaround I discovered is by adding double zeros at the end, except that I have to paste the year elsewhere first (for example, paste 199800 into the fields if I want to enter 1998 only).
EASY_DATE is great - but how do I hack your code to turn of that wall of text with the instructions on it? Doing a lot of date editing at the moment and far too often that text popping up pushes the OK button off of the screen.
Thanks
Edit: Have kinda chopped it out, but would be nice to know how to suppress it fully. Which is the bit that places the text?
Enter - that means putting the other hand on the keyboard. .
I’ll tweak my process to see if can get Enter into the flow. When blitzing data in I get very pattern based with my data entry.
As to “find a way” - an option some where to say “yeah, I know now, I have read that text 1000 times today already…”. Verbose mode on/off. Yeah, that would be good. Help files should not be slap in the middle of the GUI, they should be optional or at least dismissible.
Your scripts save me soooooo much time on a hyper data entry day like today.
@Aszazin@kellnerd
I took some screen captures of the problem.
Do you have an idea of an existing MBS CSS class that I could use for highlighting?
Or it’s just that you’d like a new class name, to enable styling in your userstyle?
Or both?
It would be great if you wouldn’t force color: black for the outer div, just let it use the inherited text color (which would be black in light/normal mode and a light color in any dark mode). Less style rules is more
For the highlighting of the word “mine” you could use an existing MBS class:
.rel-add {
background: #b1ebb0;
}
(This second change isn’t as critical as the first one, my dark userstyle can handle it.)