aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* fix(CSS): selector for DocLink/GeoLinkHsieh Chin Fan2024-10-23
|
* feat(map): override code block CSS for mapsHsieh Chin Fan2024-10-23
|
* fix: syntax erorr about selector of DocLinkHsieh Chin Fan2024-10-22
|
* refactor: use MuationObserver to update contentsHsieh Chin Fan2024-10-22
| | | | | BREAKING CHANGE: * generateMaps no more called when content changes
* feat: remove block adding in generateMapsHsieh Chin Fan2024-10-20
|
* feat: show menu items only on map or dumby blockHsieh Chin Fan2024-10-20
|
* refactor: move method about adding geoscheme into DunbyUtilsHsieh Chin Fan2024-10-20
|
* feat: patch 1caf56d, change rules for adding blocksHsieh Chin Fan2024-10-19
|
* fix(CSS): display of utils in draggable-blockHsieh Chin Fan2024-10-19
| | | | | | * remove trivial implementation for case about font resizing, to make hover works * add rules for dragging
* refactor: use replaceWith() to swap elementsHsieh Chin Fan2024-10-19
|
* feat: add simple contextMenu and background scriptHsieh Chin Fan2024-10-19
|
* feat: animation for hiding leader-lineHsieh Chin Fan2024-10-19
|
* fix: check validity for DocLinkHsieh Chin Fan2024-10-19
|
* feat(CSS): move site-only rules into index.cssHsieh Chin Fan2024-10-19
|
* feat: patch f76555b to select htmlHolderHsieh Chin Fan2024-10-18
|
* feat: improve default selector for htmlHolderHsieh Chin Fan2024-10-18
|
* fix: visibility of overlay layoutHsieh Chin Fan2024-10-18
|
* feat: show label text of GeoLink by search param or text contentHsieh Chin Fan2024-10-18
|
* refactor: move logic about dragging GeoLink into DumbyUtilsHsieh Chin Fan2024-10-18
|
* feat(CSS): improve transition of draggable-utilsHsieh Chin Fan2024-10-18
|
* fix: patch 4dd0fa8Hsieh Chin Fan2024-10-18
|
* style: stylelintHsieh Chin Fan2024-10-17
|
* feat(CSS): move site-only rules into index.cssHsieh Chin Fan2024-10-17
|
* fix(lint): mutable variable in LayoutHsieh 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
* fix: return type of default addBlocksHsieh Chin Fan2024-10-17
|
* feat: set data attribute for editor to disable HTML updateHsieh Chin Fan2024-10-17
|
* feat: add utils for finding common ancestorHsieh Chin Fan2024-10-17
|
* feat: option "autoMap" in case no valid render target in Semantic HTMLHsieh 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
|
* fix: misused for result of matchHsieh Chin Fan2024-10-16
|
* feat(CSS): do not make GeoLink bolder while hoveringHsieh Chin Fan2024-10-16
|
* fix: prevent define web components twiceHsieh Chin Fan2024-10-16
|
* fix: position of contextmenuHsieh Chin Fan2024-10-16
|
* feat(CSS): dont't modify origin CSS unless layout is specifiedHsieh 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: don't allow coord separator include spaceHsieh Chin Fan2024-10-15
|
* fix: in case anchor element has no property hrefHsieh Chin Fan2024-10-15
|
* fix: apply unique element name for menu itemHsieh Chin Fan2024-10-15
|
* fix: missimg importHsieh Chin Fan2024-10-15
|
* feat: use article as method of default block generationHsieh Chin Fan2024-10-15
|
* feat: patch 2c9ffa2Hsieh Chin Fan2024-10-15
| | | | | | * addAnchorByPoint -> addMarkerByPoint just return newly created marker * Add pointByArrow as general element in container
* fix: only update scroll line by user inputHsieh Chin Fan2024-10-15
|
* chore: stylelintHsieh Chin Fan2024-10-15
|
* feat: improve GeoLink generationHsieh Chin Fan2024-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: remove left padding for special linksHsieh Chin Fan2024-10-14
|
* feat: migrate drag feature to dumbymapHsieh Chin Fan2024-10-14
|
* feat: add tooltip for GeoLinkHsieh Chin Fan2024-10-14
|