Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | style: standardjs | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | feat: add support for full-width digits | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | feat: patch 5cb442c, observer for layout | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | feat(leader-line): patch 5cb442c | 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 | ||
* | fix(CSS): selector for DocLink/GeoLink | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | feat(map): override code block CSS for maps | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | fix: syntax erorr about selector of DocLink | Hsieh Chin Fan | 2024-10-22 |
| | |||
* | 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 |
| | |||
* | fix(CSS): display of utils in draggable-block | Hsieh Chin Fan | 2024-10-19 |
| | | | | | | * remove trivial implementation for case about font resizing, to make hover works * add rules for dragging | ||
* | refactor: use replaceWith() to swap elements | Hsieh Chin Fan | 2024-10-19 |
| | |||
* | feat: add simple contextMenu and background script | Hsieh Chin Fan | 2024-10-19 |
| | |||
* | feat: animation for hiding leader-line | Hsieh Chin Fan | 2024-10-19 |
| | |||
* | fix: check validity for DocLink | Hsieh Chin Fan | 2024-10-19 |
| | |||
* | feat(CSS): move site-only rules into index.css | 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 |
| | |||
* | fix: visibility of overlay layout | Hsieh Chin Fan | 2024-10-18 |
| | |||
* | feat: show label text of GeoLink by search param or text content | Hsieh Chin Fan | 2024-10-18 |
| | |||
* | refactor: move logic about dragging GeoLink into DumbyUtils | Hsieh Chin Fan | 2024-10-18 |
| | |||
* | feat(CSS): improve transition of draggable-utils | Hsieh Chin Fan | 2024-10-18 |
| | |||
* | fix: patch 4dd0fa8 | Hsieh Chin Fan | 2024-10-18 |
| | |||
* | style: stylelint | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | feat(CSS): move site-only rules into index.css | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | fix(lint): mutable variable in Layout | 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 | ||
* | fix: return type of default addBlocks | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | feat: set data attribute for editor to disable HTML update | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | feat: add utils for finding common ancestor | 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 |
| | |||
* | feat(CSS): do not make GeoLink bolder while hovering | Hsieh Chin Fan | 2024-10-16 |
| | |||
* | fix: prevent define web components twice | Hsieh Chin Fan | 2024-10-16 |
| | |||
* | fix: position of contextmenu | Hsieh Chin Fan | 2024-10-16 |
| | |||
* | feat(CSS): dont't modify origin CSS unless layout is specified | 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 |