aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* style: add comment for animationHsieh Chin Fan2024-09-21
|
* style: definition of link methodsHsieh Chin Fan2024-09-21
|
* refactor: apply Layout ClassHsieh Chin Fan2024-09-21
| | | | | * Use {name, enterHandler, leaverHandler} for layout switch * Move "overlay" to another module
* feat: throttle for layout and map focusHsieh Chin Fan2024-09-21
| | | | | | * add throttle for layout switch * apply throttle for 'Tab' key (focus next map) * remove throttle from DOMRect animation
* refactor: setting draggable block in one placeHsieh Chin Fan2024-09-21
|
* fix: trivial case for DOMRect animationHsieh Chin Fan2024-09-21
|
* fix: trivial case for DOMRect animationHsieh Chin Fan2024-09-20
|
* fix: add class name for containerHsieh Chin Fan2024-09-20
|
* chore: remove static css from repoHsieh Chin Fan2024-09-20
|
* feat: add border line at bottom of draggable handleHsieh Chin Fan2024-09-20
|
* feat: move anchor to newline after doc separator completionHsieh Chin Fan2024-09-20
|
* chore: update CSS files by stylelintHsieh Chin Fan2024-09-20
|
* feat: enable onscroll event from plain-draggableHsieh Chin Fan2024-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 layoutHsieh Chin Fan2024-09-20
|
* feat: add throttle for DOMRect animationHsieh Chin Fan2024-09-20
|
* style: eslintHsieh Chin Fan2024-09-20
|
* refactor: move utils method to new moduleHsieh Chin Fan2024-09-20
|
* feat: animation for ShowcaseHsieh Chin Fan2024-09-20
|
* feat(CSS): set showcase display by each layoutHsieh Chin Fan2024-09-20
|
* fix: do not change focus map when it is aloneHsieh Chin Fan2024-09-19
|
* chore: fix error from stylelintHsieh Chin Fan2024-09-19
|
* fix: don't show suggestion list in caseHsieh Chin Fan2024-09-19
|
* feat: improve CSS for draggable blockHsieh Chin Fan2024-09-18
|
* feat: swith focus map by tab key and clickHsieh Chin Fan2024-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: update text decoration properlyHsieh Chin Fan2024-09-16
|
* fix: prevent autosave overrides content from hashHsieh Chin Fan2024-09-16
|
* fix(CSS): stick draggable handle by scrollHsieh Chin Fan2024-09-16
|
* fix: method call about geoLinkHsieh Chin Fan2024-09-16
|
* feat(CSS): draggable handleHsieh Chin Fan2024-09-16
| | | | | | | * Linear gradient for scroll-up contents * Set higer z-index to overlap elments like leaflets * Gray-out contents when interacting with handle * Set content padding only for direct children for block
* feat: Set callback for click eventHsieh Chin Fan2024-09-15
|
* feat: Add arg or callback for each map renderedHsieh Chin Fan2024-09-15
|
* fix: Use correct way to set initial position of draggable blocksHsieh Chin Fan2024-09-15
| | | | | Otherwise, inline style 'transform' would be set to 0 when first-time dragging, 'left' and 'top' would affect draggable area.
* feat(CSS): Make toolbar has general border styleHsieh Chin Fan2024-09-15
|
* chore: eslintHsieh Chin Fan2024-09-15
|
* feat(CSS): Set padding for each element in draggable blockHsieh Chin Fan2024-09-15
|
* feat(CSS): Make draggable blocks resizableHsieh Chin Fan2024-09-15
|
* feat(markdown): Set line break valid by defaultHsieh Chin Fan2024-09-15
|
* chore: eslintHsieh Chin Fan2024-09-15
|
* fix(CSS): Set html content full widthHsieh Chin Fan2024-09-15
|
* style: Reformat codeHsieh Chin Fan2024-09-15
|
* chore(CSS): Improve layout of DumbyMapHsieh Chin Fan2024-09-15
|
* fix(CSS): z-index of blocks as overlayHsieh Chin Fan2024-09-15
|
* feat: Improve draggable behavior in overlay layoutHsieh Chin Fan2024-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: Render maps directly be debounceHsieh Chin Fan2024-09-15
|
* feat: Set maps full-width by defaultHsieh Chin Fan2024-09-15
| | | | Use new API "renderWith" with converter
* feat: Switch layout by attributeHsieh Chin Fan2024-09-15
|
* feat: Add markers by API after map createdHsieh Chin Fan2024-09-15
|
* refactor(CSS): Rename class name for HTML holderHsieh Chin Fan2024-09-15
| | | | result-html => DumbyMap
* refactor: Use hidden element as anchor of suggestion listHsieh Chin Fan2024-09-15
| | | | | Since suggestion list is not widget anymore, it could be seen outside of editor
* feat: Completion for text sequenceHsieh Chin Fan2024-09-15
| | | | | | * Type "-" or "`", autocomplet for YMAL doc separator or code fence * Delete a char of YAML doc separator or code fence, auto empty current line * Prevent more content after YAML doc separator