I know it’s wrong in a whole bunch of ways. It is definitely not my best work, but I am still new to this. Your answer and this question Highest precedence transaction extender overrides other transaction extenders definitely helped me a lot to understand better how transctionExtender
works.
transctionExtender
is what I need (I think). I just don’t need it for every transaction. I just want the effect to apply only when the document is loaded/opened (once). It should apply the initial effect, and that’s it. So basically, I just need an if statement
. I noticed that when I open a document the cursor position is always located at 0, but obviously this is not ideal.
Is there something I could check, so the effect doesn’t apply continuously?
Thanks!