diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-12 16:26:15 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-13 11:06:46 +0800 |
commit | eb93a18859247e5033c7bff58a4961837e748911 (patch) | |
tree | 50851dfdf539a1de4eb68c5168f08740abacd8ec | |
parent | 21e033b45df705aaf3ed5d2cf71a7a838ca04d2b (diff) |
docs: update tutorials
-rw-r--r-- | src/tutorial.mjs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/tutorial.mjs b/src/tutorial.mjs index 15d5779..88e4d94 100644 --- a/src/tutorial.mjs +++ b/src/tutorial.mjs | |||
@@ -23,12 +23,12 @@ You can use it to: | |||
23 | 23 | ||
24 | 24 | ||
25 | If you want know more, take a look at subjects below: | 25 | If you want know more, take a look at subjects below: |
26 | 1. [How to write Markdown text?](https://www.markdownguide.org/basic-syntax/) | 26 | 1. [How to write Markdown text?][Markdown] |
27 | 1. <details> | 27 | 1. <details> |
28 | <summary>How to add GeoLink in Markdown</summary> | 28 | <summary>How to add GeoLink in Markdown</summary> |
29 | 29 | ||
30 | The following formats are valid for GeoLink: | 30 | The following formats are valid for GeoLink: |
31 | 1. Surround coordinated with parenthesis: \`(<x>, <y>)\` or \`(<x>/<y>)\` | 31 | 1. Surround coordinated with parenthesis: \`(<x>, <y>)\` or \`(<x>/<y>)\` |
32 | For example: (121,23) | 32 | For example: (121,23) |
33 | 2. Have leading \`@\` symbol: \`@<x>,<y>\` or \`@<x>/<y>\` | 33 | 2. Have leading \`@\` symbol: \`@<x>,<y>\` or \`@<x>/<y>\` |
34 | For example: @121/23 | 34 | For example: @121/23 |
@@ -50,7 +50,7 @@ If you want know more, take a look at subjects below: | |||
50 | 1. You can use \`eval\` options to add custom scripts, see [tutorial](https://github.com/outdoorsafetylab/mapclay?tab=readme-ov-file#run-scripts-after-map-is-created) for more details | 50 | 1. You can use \`eval\` options to add custom scripts, see [tutorial](https://github.com/outdoorsafetylab/mapclay?tab=readme-ov-file#run-scripts-after-map-is-created) for more details |
51 | 2. You can use custom Renderer indtead of default ones, see [tutorial](https://github.com/outdoorsafetylab/mapclay?tab=readme-ov-file#renderer) for more details | 51 | 2. You can use custom Renderer indtead of default ones, see [tutorial](https://github.com/outdoorsafetylab/mapclay?tab=readme-ov-file#renderer) for more details |
52 | </details> | 52 | </details> |
53 | 1. [I am an experienced developer, show me what you got!](https://github.com/outdoorsafetylab/dumbymap) | 53 | 1. [I am an experienced developer, show me what you got!][dumbymap] |
54 | 54 | ||
55 | 55 | ||
56 | <!-- footer --> | 56 | <!-- footer --> |
@@ -59,4 +59,5 @@ If you want know more, take a look at subjects below: | |||
59 | [Roll a Dice]: #Click%20it! "=>.mde-roll" | 59 | [Roll a Dice]: #Click%20it! "=>.mde-roll" |
60 | [example-geolink]: geo:24,121?xy=121,24&text=Use%20yellow%20link%20point%20to%20map | 60 | [example-geolink]: geo:24,121?xy=121,24&text=Use%20yellow%20link%20point%20to%20map |
61 | [Markdown]: https://www.markdownguide.org/basic-syntax/ | 61 | [Markdown]: https://www.markdownguide.org/basic-syntax/ |
62 | [Editor]: #This%20is%20editor! "=>.editor"` | 62 | [Editor]: #This%20is%20editor! "=>.editor" |
63 | [dumbymap]: https://github.com/outdoorsafetylab/dumbymap` | ||