Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: getMarkersFromMaps | Hsieh Chin Fan | 2024-11-03 |
| | | | | Make arugments more general, not only GeoLink | ||
* | feat: add menu-item for Geocoding | Hsieh Chin Fan | 2024-10-31 |
| | | | | | | | * Use nominatim for API calls * Create multiple GeoLinks for each results in response * Also add menu-item DELETE to remove duplicated GeoLinks from one Geocoding | ||
* | feat: add context menu-item to disable custom menu | Hsieh Chin Fan | 2024-10-31 |
| | |||
* | fix: typo for mutation observer | Hsieh Chin Fan | 2024-10-31 |
| | |||
* | refactor: remove custom elements | Hsieh Chin Fan | 2024-10-31 |
| | | | | | | REASON: apply custom elements in content script may change globalThis which is not equal to window. This makes type check in maplibregl always fails! | ||
* | feat: add menu-folder for editing map options | Hsieh Chin Fan | 2024-10-28 |
| | | | | | | | * add dumbymap.aliases for option aliases * don't remove sub-menu when child sub-menu exists * don't add render delay for config modification by menu-item * TODO sub-menu placement | ||
* | docs: jsdoc | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: add menu-item for map id | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: add menu-item for edit map without editor | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | fix: initilization for blocks | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: add menu item for add marker | Hsieh Chin Fan | 2024-10-28 |
| | | | | | * remove code about adding reference link in editor.mjs * TODO: use local storage to access reference about marker | ||
* | docs: improve jsdoc | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | refactor: rename setGeoSchemeByCRS -> updateGeoSchemeByCRS | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | feat: put menu-item for line path at bottom | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | fix: menu offset | Hsieh Chin Fan | 2024-10-26 |
| | |||
* | feat: add menu item to change path of leader-line | Hsieh Chin Fan | 2024-10-26 |
| | |||
* | refactor: patch 1dd8064, remove classes for GeoLink/DocLink | Hsieh Chin Fan | 2024-10-26 |
| | | | | | | Seems link content script don't accecpt custom element access its own properties. This commit revert part of 1dd8064, generate GeoLink/DocLonk by appending features onto existing anchor element | ||
* | style: standardjs | Hsieh Chin Fan | 2024-10-25 |
| | |||
* | refactor: add module 'Link' for GeoLink and DocLink | Hsieh Chin Fan | 2024-10-24 |
| | |||
* | docs: jsdoc | Hsieh Chin Fan | 2024-10-24 |
| | |||
* | feat: add menu items for setting marker type | Hsieh Chin Fan | 2024-10-24 |
| | |||
* | feat: add menu item for deleting GeoLink from raw text | Hsieh Chin Fan | 2024-10-24 |
| | |||
* | feat: improve menu element | Hsieh Chin Fan | 2024-10-24 |
| | | | | | * add observer for display and position, in case no menu item inside * remove all existing menus when oncontextmenu | ||
* | fix: renderMap with debounce | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | feat: add menu/end-of-leader-line dynamically | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | fix: reference for htmlHolder | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | feat: patch 5cb442c, observer for layout | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | refactor: set observers for charactorData/childList separately | Hsieh Chin Fan | 2024-10-23 |
| | | | | | | | * this patches e774e55, make code easier to understanded * use data attribute to initialize content in container * add limitation on method replaceNode(), to prevent GeoLinks generated in pre/code/a element | ||
* | refactor: use MuationObserver to update contents | Hsieh Chin Fan | 2024-10-22 |
| | | | | | BREAKING CHANGE: * generateMaps no more called when content changes | ||
* | feat: remove block adding in generateMaps | Hsieh Chin Fan | 2024-10-20 |
| | |||
* | feat: show menu items only on map or dumby block | Hsieh Chin Fan | 2024-10-20 |
| | |||
* | refactor: move method about adding geoscheme into DunbyUtils | Hsieh Chin Fan | 2024-10-20 |
| | |||
* | feat: patch 1caf56d, change rules for adding blocks | Hsieh Chin Fan | 2024-10-19 |
| | |||
* | feat: add simple contextMenu and background script | Hsieh Chin Fan | 2024-10-19 |
| | |||
* | feat: patch f76555b to select htmlHolder | Hsieh Chin Fan | 2024-10-18 |
| | |||
* | feat: improve default selector for htmlHolder | Hsieh Chin Fan | 2024-10-18 |
| | |||
* | refactor: move logic about dragging GeoLink into DumbyUtils | Hsieh Chin Fan | 2024-10-18 |
| | |||
* | 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 | ||
* | fix: return type of default addBlocks | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | feat: option "autoMap" in case no valid render target in Semantic HTML | 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 |
| | |||
* | fix: misused for result of match | Hsieh Chin Fan | 2024-10-16 |
| | |||
* | fix: position of contextmenu | 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: don't allow coord separator include space | Hsieh Chin Fan | 2024-10-15 |
| | |||
* | fix: in case anchor element has no property href | Hsieh Chin Fan | 2024-10-15 |
| | |||
* | fix: missimg import | Hsieh Chin Fan | 2024-10-15 |
| | |||
* | feat: use article as method of default block generation | Hsieh Chin Fan | 2024-10-15 |
| |