Action code to create text links

Hi all,

Is there any way to create a text link with action code? For example, say I want to create an agent that scans all notes’ $Text, and automatically makes “foo” into a text link to a particular note. Is this possible?

Thanks!

No. The linkTo() and linkFrom() allow action-based basic links to be created (and with complimentary actions to remove links). Text link creations via an action code operator.

1 Like

Yes, that’s what I suspected. Thanks for the confirmation!