Closed jordanalwon closed 5 months ago
Seems to work for me. Can you be more specific on what you're expecting to happen?`
Note the description of the available options:
{workspaceName}
: The workspace name{projectName}
: The project name{taskName}
: The task name {timerName}
: The timer name{clientName}
: The client name{timer}
: The current timer value when running. Blank when not runningIf I don't set a Title it works. But if I set a title and set the title format to {timer} I expect the title before I start the timer and the timer value after starting the timer. The title overrides all configurations in the title format and maybe the option for title is missing in the format options. btw nice work :)
As far as I’m aware, if you set a title, there isn’t anything I can do in code to override it. You could use the timer name and the timer to show both.
But what I’m hearing is, that you’d want to have a different text while idle vs when the timer is running, is that correct?
I think that the problem for me at first was that I filled in the fields from top to bottom and then, despite entering title format, these entries were ignored. On the other hand, it would of course be a nice feature if there was a self-selectable text on the button at the beginning for the overview and after activation this text changes to the formatted text. I could imagine having two "title formats" fields, one determining the idle status and the other during activation. In addition to the predefined variable fields (e.g. {timer}), other text without connection to other fields should also be permitted.
IMHO there's currently enough customization available and I don't necessary want to make the interface more complicated.
If you write a title, you're overwritting any customization.
If you just want the timer name when idle, you can still add the timer itself, and it won't show if it's not running. This should give you the option to a name show when the timer isn't running and the name + timer, when the timer is running. Note, that you can also hard code any other string in the formatting text area incase you don't want to use the timer name.
As such, I'll close this.
If you think there's still merit in some specific customization, please open a new issue with a detailed description of how you'd like it to be.
The title formatting option doesn't work. Any information will be ignored. I ran the content
{timer}
on Windows 10 with Stream Deck version 6.6.0