Currently, if someone wants to use a different parent tag name from the default (āStatusā), they have to edit a line in the plugin.
Iām experimenting with a version that instead lets the user select the parent tag in the Ominfocus UI. It works, but since plugin preferences canāt be shared between devices, the setup would need to be repeated for each device.
So thereās a tradeoff in simplicity either way:
Current version: install, edit if needed, and works on all devices.
Experimental version: install, and run through setup on each device.
I would keep it as simple as possible and would prefer the parent tag name somewhere at the beginning of the code.
There are options to set something at the first start and by calling the plugin with a certain key pressed you get asked again, but on iPhone thatās no fun.
Youāre right. I did figure out a way around that problemāinstead of relying on a keypress to handle setup, check if whatās currently selected is a tag, not a project/action. Still, unnecessary complexity although it was a fun challenge to work through.