November 3, 2023

GitHub Link to Function in file

I have learned something great today, how to link to a function in a GitHub File.


So to link to a function in my Teams.ahk library located here: https://github.com/tdalon/ahk/blob/main/Lib/Teams.ahk

I add to the link https://github.com/tdalon/ahk/blob/main/Lib/Teams.ahk#:~:text=function_name

To make the link univoque to the function I recommend using a comment to identify the proper line like @fun_<function_name>@

Example link to Teams_Mute function

No comments:

Post a Comment