You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlowLauncher has a Preview panel which can be toggled via F1 and then resized manually. I'm not sure if plugin developers have control over what's displayed there. If they do, then maybe the TogglTrack plugin could make use of it for some purpose.
For example:
When I start a project via "tgl start Exercise", then display some previous statistics about the Exercise project.
When I continue a previous time entry, then display some statistics about this time entry, e.g. how often I've done this time entry before.
When I open the reports, maybe some of the information can be displayed better in the bigger preview panel.
But these are just suggestions. The main point is that there might be an extra UI element that the plugin could take advantage of.
The text was updated successfully, but these errors were encountered:
tdnzr
changed the title
Vague suggestion: Use of the Preview panel
Vague suggestion: Use the Preview panel
May 23, 2023
new Result
{Title=$"Display {((this._state.ReportsShowDetailed)?"summary":"detailed")} report",ProgressBar=100,ProgressBarColor="#ffffff",IcoPath="reports.png",AutoCompleteText=$"{query.ActionKeyword}{query.Search}",Score=int.MaxValue -1000,Action=c =>{this._state.ReportsShowDetailed =!this._state.ReportsShowDetailed;this._context.API.ChangeQuery($"{query.ActionKeyword}{query.Search}",true);returnfalse;},}
FlowLauncher has a Preview panel which can be toggled via F1 and then resized manually. I'm not sure if plugin developers have control over what's displayed there. If they do, then maybe the TogglTrack plugin could make use of it for some purpose.
For example:
But these are just suggestions. The main point is that there might be an extra UI element that the plugin could take advantage of.
The text was updated successfully, but these errors were encountered: