diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-19 12:50:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-20 00:55:06 +0800 |
commit | 0fa08ee3dc9a99bfc7cb532f49bb6db1cd63cbe5 (patch) | |
tree | 023b3ada615e818c9f7d92a012e1f0a8be329d70 /README.md | |
parent | 0d1534532d1056f7275c5ca03da486a4acccaa0f (diff) |
docs: update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -1,6 +1,6 @@ | |||
1 | # Dumbymap | 1 | # Dumbymap |
2 | 2 | ||
3 | This library generate web maps from Semantic HTML, see [demo page](https://outdoorsafetylab.github.io/dumbymap/) | 3 | This library generate web maps from Semantic HTML, play around with [demo page](https://outdoorsafetylab.github.io/dumbymap/) |
4 | 4 | ||
5 | ## Getting Started | 5 | ## Getting Started |
6 | 6 | ||
@@ -26,11 +26,21 @@ generateMaps(container) | |||
26 | browser (CDN): | 26 | browser (CDN): |
27 | - [unpkg](https://unpkg.com/dumbymap@0.1.1/dist/dumbymap.mjs) | 27 | - [unpkg](https://unpkg.com/dumbymap@0.1.1/dist/dumbymap.mjs) |
28 | 28 | ||
29 | |||
30 | ## Depandencies | ||
31 | |||
32 | - [leader-line](https://anseki.github.io/leader-line/) | ||
33 | - [plain-draggable](https://anseki.github.io/plain-draggable/) | ||
34 | - [markdown-it](https://github.com/markdown-it/markdown-it/) | ||
35 | - [mapclay](https://github.com/outdoorsafetylab/mapclay) | ||
36 | - [EasyMDE](https://github.com/Ionaru/easy-markdown-editor) | ||
37 | |||
38 | |||
29 | ## TODOs | 39 | ## TODOs |
30 | 40 | ||
41 | - Semantic HTML | ||
42 | - context menu for add geolinks | ||
31 | - Editor | 43 | - Editor |
32 | - Better way to edit table in markdown | ||
33 | - `Ctrl-z` to resume last modificatioo | ||
34 | - Reduce fontawesome resources | 44 | - Reduce fontawesome resources |
45 | - Better way to edit table in markdown | ||
35 | - Add favicon | 46 | - Add favicon |
36 | |||