diff options
| -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 | |||