When creating rules that update/create a task description, comment, or task name, inserting variables into that text should be done at the current cursor location, rather than as a new block at the end of the existing text.
Very often, we are creating new descriptions based on an existing description or block of text that we need to insert variables into. It’s very tedious and difficult to have to remove sections of the pasted in content to then insert the variable and re-paste the remaining sections of text.
Current Behavior:
When inserting a variable placeholder into a task description/name/comment, the variable is automatically added to the end of the existing content.
Preferred Behavior:
Variable placeholder will be inserted at the current cursor location in the text.
Bonus/Alternative Behaviors:
- Being able to drag and drop OR copy and paste the variable to a new location in the content.
- Making it so variables can be inserted into code blocks.