any easy way to elicit hyperlink in topic text? macro could do but time consuming.
Discussion Open
i fall into the trap that write macros macros macros for any actions.
now i just got some topic text that are hyperlinks (ankilink is just an URL, my win10 can elicit it properly), assume it's just https://).
is there a build-in way to elicit it?
otherwise i have to write AGAIN another macro which i now feel the LLMs are sucking my time instead of helping me.
thanks
btw, fyi:
https://community.mindmanager.com/topic/1344-links-in-topic-texts-and-text-boxes
if i write a macro, may be i'll write one that turn the topic text's url --> topic's hyperlink, should handle more than 1 hyperlink within the topic text.
i wish i dont have to, please, thanks.
if i write a macro, may be i'll write one that turn the topic text's url --> topic's hyperlink, should handle more than 1 hyperlink within the topic text.
i wish i dont have to, please, thanks.
2hr cursor work:
url -> HTML (python script to turn a URL into a HTML atag)
and this url auto linker macro
I cant yet write large programs i think.
but LLMs help to write scripts that could make lives easier.
2hr cursor work:
url -> HTML (python script to turn a URL into a HTML atag)
and this url auto linker macro
I cant yet write large programs i think.
but LLMs help to write scripts that could make lives easier.
---