aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* 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
* 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
|
* fix: Prevent editor cover screenHsieh Chin Fan2024-09-12
|
* fix: terra-draw display on leafletHsieh 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
|
* 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
* style: reformat codeHsieh Chin Fan2024-09-11
|
* feat: Use CSS selector on DocLinksHsieh Chin Fan2024-09-11
| | | | | | * Now module export method createDocLinks() * DocLink now decides target by CSS selector in title with prefix "=>", or just by doc fragment
* style: Reformat commentsHsieh Chin Fan2024-09-11
|
* fix: Shortcut for toggling map generationHsieh Chin Fan2024-09-11
|
* chore: Modify source of config fileHsieh Chin Fan2024-09-11
|
* chore: Remove unused CSSHsieh Chin Fan2024-09-11
|
* feat: Add autosaveHsieh Chin Fan2024-09-11
|
* refactor: Switch to EasyMDEHsieh Chin Fan2024-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()
* revert: Don't warn when save cancelsHsieh Chin Fan2024-09-10
|
* feat: Update editor content by hashHsieh Chin Fan2024-09-10
|
* fix: Apply style of codeblock anywayHsieh Chin Fan2024-09-10
|