Skip to content

Instantly share code, notes, and snippets.

@pa-0
Forked from tdalon/Confluence_GetVerLink.ahk
Created October 4, 2024 17:13
Show Gist options
  • Save pa-0/37b8791902cd35e4476e61e13dedcf2c to your computer and use it in GitHub Desktop.
Save pa-0/37b8791902cd35e4476e61e13dedcf2c to your computer and use it in GitHub Desktop.
Confluence: Get Version Information
#If Confluence_IsWinActive()
::,ver:: ; Page version info
sHtml := Confluence_GetVerLink(url:="")
Clip_PasteHtml(sHtml)
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment