Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix: redeclaration, use IIFE to load modules | Hsieh Chin Fan | 2024-11-08 |
| | | | | * put bundled scripts into scripts/, this make gitignore easier | ||
* | feat: add OSM for diary page | Hsieh Chin Fan | 2024-11-05 |
| | |||
* | refactor(build): update build script for addon | Hsieh Chin Fan | 2024-11-04 |
| | | | | | | | * To fit file size limit for addon submission of mozilla.org, add scripts for each renderers * add scripts/addon.sh for bundling, with simple rollup commands * scripts/rollup.config.js no more handle addon build | ||
* | feat: add png files for icon | Hsieh Chin Fan | 2024-11-03 |
| | |||
* | feat: add context menu-item to disable custom menu | Hsieh Chin Fan | 2024-10-31 |
| | |||
* | refactor: use globalThis to hold methods | Hsieh Chin Fan | 2024-10-30 |
| | |||
* | style: standardjs | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | fix: enable fetch tiles from any URL | Hsieh Chin Fan | 2024-10-27 |
| | | | | This fix Maplibre usage in content script | ||
* | feat: add browser action button | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | feat: use normal layout by default | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | style: standardjs | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | feat: set dumbymap just once | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | feat: add menu items | Hsieh Chin Fan | 2024-10-20 |
| | |||
* | feat: add simple contextMenu and background script | Hsieh Chin Fan | 2024-10-19 |
| | |||
* | feat: test on prosemirror.net | Hsieh Chin Fan | 2024-10-18 |
| | |||
* | Merge branch from "addon" | Hsieh Chin Fan | 2024-10-17 |
|\ | |||
| * | feat: enable JS/CSS file from jsdeliver | Hsieh Chin Fan | 2024-10-17 |
| | | |||
| * | fix: don't apply dumbymap twice | Hsieh Chin Fan | 2024-10-17 |
|/ | |||
* | feat: set "sticky" as one of default layouts | Hsieh Chin Fan | 2024-10-17 |
| | | | | | | | * move function addDraggable() into module scope * showcase in sticky layout is draggable now * add query paramerter for "use" * FIX: set initialLayout after observer is set | ||
* | feat: option "autoMap" in case no valid render target in Semantic HTML | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | feat: add other default renderers | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | feat: more precise way to get htmlHolder and blocks | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | fix: CRS for addon | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | feat: include more domains for addon | Hsieh Chin Fan | 2024-10-16 |
| | |||
* | feat: add simple script to test mapclay | Hsieh Chin Fan | 2024-10-16 |
| | | | | | * add more options for generateMaps for general purposes * add rollup config for adding script into addon | ||
* | feat: add addon folder | Hsieh Chin Fan | 2024-10-15 |