aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* fix: prevent autosave overrides content from hashHsieh Chin Fan2024-09-16
|
* chore(release): apply newer mapclay for user projectionHsieh Chin Fan2024-09-16
|
* chore(release): 0.2.5Hsieh 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(release): 0.2.4Hsieh Chin Fan2024-09-15
|
* chore: eslintHsieh Chin Fan2024-09-15
|
* chore: patch eefd82aHsieh Chin Fan2024-09-15
| | | | | | | | | Remove scroll event made by plain-draggable in build stage This change prevents inline style of draggable element got changed with ANY scroll event. (Especially width/height set by resize event) Ref: https://github.com/anseki/plain-draggable/issues/124
* feat(CSS): Set padding for each element in draggable blockHsieh Chin Fan2024-09-15
|
* feat(CSS): Make draggable blocks resizableHsieh Chin Fan2024-09-15
|
* fix: Remove soft link by mistakeHsieh 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
* chore(release): 0.2.3Hsieh Chin Fan2024-09-15
|
* 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
* style: Reformat codeHsieh Chin Fan2024-09-15
|
* style: More code blocksHsieh Chin Fan2024-09-13
|
* patchHsieh Chin Fan2024-09-13
|
* feat: Use monospace font in editorHsieh Chin Fan2024-09-13
|
* chore: Remove button of fullscreen modeHsieh Chin Fan2024-09-13
|
* fix: Logic about suggestionsHsieh Chin Fan2024-09-13
| | | | | * Switch to event 'onCursorActivity' for suggestions * Show suggestion about Renderer without case sensitive
* feat: Style code block even line is emptyHsieh Chin Fan2024-09-13
|
* chore: Update package dependenciesHsieh Chin Fan2024-09-12
|
* fix: Prevent editor cover screenHsieh Chin Fan2024-09-12
|
* fix: terra-draw display on leafletHsieh Chin Fan2024-09-12
|
* chore(release): 0.2.2Hsieh Chin Fan2024-09-12
|
* chore: Fix warning from eslintHsieh Chin Fan2024-09-12
|
* style: Reformat codeHsieh Chin Fan2024-09-12
|
* fix: Update class name for map showcaseHsieh Chin Fan2024-09-12
|
* chore: Quick way to evenly split layoutHsieh Chin Fan2024-09-12
|
* feat: export method createGeoLinks()Hsieh Chin Fan2024-09-12
|
* chore(release): 0.2.1Hsieh Chin Fan2024-09-11
|
* feat: Use Query Params to render mapsHsieh Chin Fan2024-09-11
|
* feat: Use object to store content in hashHsieh Chin Fan2024-09-11
| | | | Maybe can put more metadata inside object