aboutsummaryrefslogtreecommitdiffhomepage
path: root/addon
Commit message (Collapse)AuthorAge
* fix: redeclaration, use IIFE to load modulesHsieh Chin Fan2024-11-08
| | | | * put bundled scripts into scripts/, this make gitignore easier
* feat: add OSM for diary pageHsieh Chin Fan2024-11-05
|
* refactor(build): update build script for addonHsieh Chin Fan2024-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 iconHsieh Chin Fan2024-11-03
|
* feat: add context menu-item to disable custom menuHsieh Chin Fan2024-10-31
|
* refactor: use globalThis to hold methodsHsieh Chin Fan2024-10-30
|
* style: standardjsHsieh Chin Fan2024-10-27
|
* fix: enable fetch tiles from any URLHsieh Chin Fan2024-10-27
| | | | This fix Maplibre usage in content script
* feat: add browser action buttonHsieh Chin Fan2024-10-27
|
* feat: use normal layout by defaultHsieh Chin Fan2024-10-23
|
* style: standardjsHsieh Chin Fan2024-10-23
|
* feat: set dumbymap just onceHsieh Chin Fan2024-10-23
|
* feat: add menu itemsHsieh Chin Fan2024-10-20
|
* feat: add simple contextMenu and background scriptHsieh Chin Fan2024-10-19
|
* feat: test on prosemirror.netHsieh Chin Fan2024-10-18
|
* Merge branch from "addon"Hsieh Chin Fan2024-10-17
|\
| * feat: enable JS/CSS file from jsdeliverHsieh Chin Fan2024-10-17
| |
| * fix: don't apply dumbymap twiceHsieh Chin Fan2024-10-17
|/
* feat: set "sticky" as one of default layoutsHsieh Chin Fan2024-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 HTMLHsieh Chin Fan2024-10-17
|
* feat: add other default renderersHsieh Chin Fan2024-10-17
|
* feat: more precise way to get htmlHolder and blocksHsieh Chin Fan2024-10-17
|
* fix: CRS for addonHsieh Chin Fan2024-10-17
|
* feat: include more domains for addonHsieh Chin Fan2024-10-16
|
* feat: add simple script to test mapclayHsieh Chin Fan2024-10-16
| | | | | * add more options for generateMaps for general purposes * add rollup config for adding script into addon
* feat: add addon folderHsieh Chin Fan2024-10-15