Update NoteExtender.xml

master
AardCrowley 2 years ago committed by GitHub
parent f1a46c9809
commit 2d7304af76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,7 +133,7 @@ function hyperlinknotes(lines)
else else
for j,k in ipairs(v) do for j,k in ipairs(v) do
if j == 2 then if j == 2 then
Hyperlink(prefix .. "Execute('note read " .. string.gsub(k.text, " ", "") .. "')", k.text, "", RGBColourToName(k.textcolour), RGBColourToName(k.backcolour)) Hyperlink(prefix .. "Execute('note read " .. string.gsub(k.text, " ", "") .. "')", k.text, "note read " .. string.gsub(k.text, " ", ""), RGBColourToName(k.textcolour), RGBColourToName(k.backcolour))
else else
ColourTell(RGBColourToName(k.textcolour), RGBColourToName(k.backcolour), k.text) ColourTell(RGBColourToName(k.textcolour), RGBColourToName(k.backcolour), k.text)
end end

Loading…
Cancel
Save