Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | feat: patch 2c9ffa2 | Hsieh Chin Fan | 2024-10-15 |
| | | | | | | * addAnchorByPoint -> addMarkerByPoint just return newly created marker * Add pointByArrow as general element in container | ||
* | feat: improve GeoLink generation | Hsieh Chin Fan | 2024-10-14 |
| | | | | | | | * Stop searching pattern by linkify, Add links with geo URI scheme by async function instead * Search text nodes with patterns, and replace them with links * Add checker for valid degree/meter coordinated * Add query string "xy" anyway | ||
* | feat: migrate drag feature to dumbymap | Hsieh Chin Fan | 2024-10-14 |
| | |||
* | docs: jsdoc | Hsieh Chin Fan | 2024-10-14 |
| | |||
* | feat: use option to set blocks | Hsieh Chin Fan | 2024-10-14 |
| | |||
* | feat: remove trailing 0 in GeoLink | Hsieh Chin Fan | 2024-10-14 |
| | |||
* | fix: remove leader lines anyway | Hsieh Chin Fan | 2024-10-13 |
| | | | | in case content refresh when link is hovered | ||
* | refactor: add external class in generateMaps() | Hsieh Chin Fan | 2024-10-12 |
| | |||
* | feat: add query param for layout | Hsieh Chin Fan | 2024-10-12 |
| | |||
* | fix: cache map anyway when fulfilled | Hsieh Chin Fan | 2024-10-11 |
| | |||
* | feat: update tutorial content for adding GeoLink | Hsieh Chin Fan | 2024-10-11 |
| | | | | | * add new module for hoding contents * also add settings for linkify |