From 942a030afd348ab2e02eac8054b43e3c3a72ea48 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 15 Nov 2021 13:53:59 +0800 Subject: *rename --- .../Libraries/lua-addons/addons/ChatLink/ReadMe.md | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md') diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md b/Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md new file mode 100644 index 0000000..a61b864 --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md @@ -0,0 +1,29 @@ +# ChatLink + +Allows opening of posted URLs through the chatlog. When URLs appear in the chatlog they are prepended by a number. This number is used to identify the link and is used in commands to copy or open them. + +### Commands + +#### Copy + +``` +chatlink copy +``` + +Where `nr` is the number prepended to the respective URL. + +#### Open + +``` +chatlink open +``` + +Where `nr` is the number prepended to the respective URL. Note that this has historically had some issues with Firefox, although these may be gone by now. + +#### List + +``` +chatlink list +``` + +Displays all currently saved URLs and the number required to open them. -- cgit v1.1-26-g67d0