Text-based syntax for setting time entry settings in the time tracker prompt? #1168
bustinbung
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Not sure if this has been requested before, but one feature I miss from other time tracking apps is being able to set all fields for an entry using just the text box.
Super Productivity and Timetagger come to mind as examples here. Super Productivity lets you set times with
@, set tags with#, etc. Timetagger lets you create preset collections of tags with##.For Solidtime, the system might look like this:
Description- Same as before#tag1 #tag2- Sets tags##project[>task]- Sets project and (optionally) task@time[date]- Sets start time (and date)@@time[date]- Sets end time (and date)-duration- Sets start time for duration in the past$$- Toggles billabilityA sample entry would look like this:
Edit landing page design #ui ##Client Redesign>Finish landing page @090020260719 $$This would create an entry with the description "Edit landing page design" with the tag
uiunder the "Client Redesign" project and "Finish landing page" task starting at 09:00 on 2026-07-19 set as billable.I think these could show up as chips in the textbox to confirm they've registered, and people could escape those characters or not interact with the chips if they want to input those characters.
All reactions