aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-19 12:50:14 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-20 00:55:06 +0800
commit0fa08ee3dc9a99bfc7cb532f49bb6db1cd63cbe5 (patch)
tree023b3ada615e818c9f7d92a012e1f0a8be329d70 /README.md
parent0d1534532d1056f7275c5ca03da486a4acccaa0f (diff)
docs: update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.md b/README.md
index e155b05..76bd01b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1# Dumbymap 1# Dumbymap
2 2
3This library generate web maps from Semantic HTML, see [demo page](https://outdoorsafetylab.github.io/dumbymap/) 3This 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)
26browser (CDN): 26browser (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