Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix: add class name for container | Hsieh Chin Fan | 2024-09-20 | |
| | ||||
* | feat: enable onscroll event from plain-draggable | Hsieh Chin Fan | 2024-09-20 | |
| | | | | | | | ref: https://github.com/anseki/plain-draggable/issues/148 * put CSS properties resize and overflow-y to content of draggable item * refine CSS for handle animation | |||
* | feat: draggable elements only appears in overlay layout | Hsieh Chin Fan | 2024-09-20 | |
| | ||||
* | feat: add throttle for DOMRect animation | Hsieh Chin Fan | 2024-09-20 | |
| | ||||
* | style: eslint | Hsieh Chin Fan | 2024-09-20 | |
| | ||||
* | refactor: move utils method to new module | Hsieh Chin Fan | 2024-09-20 | |
| | ||||
* | feat: animation for Showcase | Hsieh Chin Fan | 2024-09-20 | |
| | ||||
* | fix: do not change focus map when it is alone | Hsieh Chin Fan | 2024-09-19 | |
| | ||||
* | feat: swith focus map by tab key and click | Hsieh Chin Fan | 2024-09-18 | |
| | | | | | | | | | | * Use data-focus attribute and MutationObserver to move map-container between Sementic HTML and Showcase. * Currently set return value of docuement.onkeydown in editor, then reset onkeydown function in dumbymap. Maybe there is a better way? * CSS to make placeholder not so obvious | |||
* | fix: method call about geoLink | Hsieh Chin Fan | 2024-09-16 | |
| | ||||
* | feat: Add arg or callback for each map rendered | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | fix: Use correct way to set initial position of draggable blocks | Hsieh Chin Fan | 2024-09-15 | |
| | | | | | Otherwise, inline style 'transform' would be set to 0 when first-time dragging, 'left' and 'top' would affect draggable area. | |||
* | chore: eslint | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat(CSS): Make draggable blocks resizable | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat(markdown): Set line break valid by default | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | chore: eslint | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat: Improve draggable behavior in overlay layout | Hsieh Chin Fan | 2024-09-15 | |
| | | | | | | | * Set position=absolute on each block, so they won't affect each others' y value when display=none (about Block Formatting Context) * Add title tooltip for removing block * Simple logic to set initial position of block by their width | |||
* | feat: Set maps full-width by default | Hsieh Chin Fan | 2024-09-15 | |
| | | | | Use new API "renderWith" with converter | |||
* | feat: Add markers by API after map created | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | style: Reformat code | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | style: Reformat code | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | feat: export method createGeoLinks() | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | feat: Use CSS selector on DocLinks | Hsieh Chin Fan | 2024-09-11 | |
| | | | | | | * Now module export method createDocLinks() * DocLink now decides target by CSS selector in title with prefix "=>", or just by doc fragment | |||
* | refactor: Switch to EasyMDE | Hsieh Chin Fan | 2024-09-11 | |
| | | | | | | | | EasyMDE is based on codemirror, so completion and more features maybe applied later. * Now suggestions also works in EasyMDE * For preview, change return value of markdown2HTML() | |||
* | style: Add comments | Hsieh Chin Fan | 2024-09-10 | |
| | ||||
* | chore: Improve eslint | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | fix: Error message for rendering | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | style: Improve code readability | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | refactor: Apply API name for new vesion of mapclay | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | Initial Commit | Hsieh Chin Fan | 2024-09-07 | |