Links: Difference between revisions
Appearance
No edit summary |
|||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 7: | Line 7: | ||
To create a URL link, click on Create link to URL in the menu. Then input your URL in the URL box and press Go. If you are linking to an external site, be sure to include <code>https://</code> before the URL. If you're linking to a world, you can simply just input <code>/forexample</code> which will bring the user to the /forexample world when clicked. | To create a URL link, click on Create link to URL in the menu. Then input your URL in the URL box and press Go. If you are linking to an external site, be sure to include <code>https://</code> before the URL. If you're linking to a world, you can simply just input <code>/forexample</code> which will bring the user to the /forexample world when clicked. | ||
You can also link to specific coordinates on a world using the following format. | |||
<code>/[worldname]#x:____,y:____</code> | |||
== Coordinate links == | == Coordinate links == | ||
| Line 41: | Line 45: | ||
The argument format is property=value where value can be a string encased in single or double quotes, or without any quotes. Arguments are separated by spaces. | The argument format is property=value where value can be a string encased in single or double quotes, or without any quotes. Arguments are separated by spaces. | ||
You may experiment with action links [https://ourworldoftext.com/owot/actions here]. | |||
The possible actions will be detailed below: | The possible actions will be detailed below: | ||
| Line 71: | Line 77: | ||
* <code>action:copy</code> | * <code>action:copy</code> | ||
* <code>action:copy char="∆"</code> | * <code>action:copy char="∆"</code> | ||
=== action:deco === | |||
This action toggles the text decoration menu. | |||
== Note links == | |||
Note links show a black tooltip with a red border when hovered over. | |||
They have a dotted underline. | |||
Example: <code>note:Hello, world!</code> | |||
[[Category:Documentation]] | |||
[[Category:Tutorials]] | |||