Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix: method call about geoLink | Hsieh Chin Fan | 2024-09-16 | |
| | ||||
* | feat(CSS): draggable handle | Hsieh Chin Fan | 2024-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 event | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | 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. | |||
* | feat(CSS): Make toolbar has general border style | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | chore: eslint | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat(CSS): Set padding for each element in draggable block | 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 | |
| | ||||
* | fix(CSS): Set html content full width | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | style: Reformat code | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | chore(CSS): Improve layout of DumbyMap | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | fix(CSS): z-index of blocks as overlay | 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: Render maps directly be debounce | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat: Set maps full-width by default | Hsieh Chin Fan | 2024-09-15 | |
| | | | | Use new API "renderWith" with converter | |||
* | feat: Switch layout by attribute | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat: Add markers by API after map created | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | refactor(CSS): Rename class name for HTML holder | Hsieh Chin Fan | 2024-09-15 | |
| | | | | result-html => DumbyMap | |||
* | refactor: Use hidden element as anchor of suggestion list | Hsieh Chin Fan | 2024-09-15 | |
| | | | | | Since suggestion list is not widget anymore, it could be seen outside of editor | |||
* | feat: Completion for text sequence | Hsieh Chin Fan | 2024-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 code | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | style: More code blocks | Hsieh Chin Fan | 2024-09-13 | |
| | ||||
* | patch | Hsieh Chin Fan | 2024-09-13 | |
| | ||||
* | feat: Use monospace font in editor | Hsieh Chin Fan | 2024-09-13 | |
| | ||||
* | chore: Remove button of fullscreen mode | Hsieh Chin Fan | 2024-09-13 | |
| | ||||
* | fix: Logic about suggestions | Hsieh Chin Fan | 2024-09-13 | |
| | | | | | * Switch to event 'onCursorActivity' for suggestions * Show suggestion about Renderer without case sensitive | |||
* | feat: Style code block even line is empty | Hsieh Chin Fan | 2024-09-13 | |
| | ||||
* | fix: Prevent editor cover screen | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | fix: terra-draw display on leaflet | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | chore: Fix warning from eslint | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | style: Reformat code | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | fix: Update class name for map showcase | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | chore: Quick way to evenly split layout | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | feat: export method createGeoLinks() | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | feat: Use Query Params to render maps | Hsieh Chin Fan | 2024-09-11 | |
| | ||||
* | feat: Use object to store content in hash | Hsieh Chin Fan | 2024-09-11 | |
| | | | | Maybe can put more metadata inside object | |||
* | style: reformat code | Hsieh Chin Fan | 2024-09-11 | |
| | ||||
* | 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 | |||
* | style: Reformat comments | Hsieh Chin Fan | 2024-09-11 | |
| | ||||
* | fix: Shortcut for toggling map generation | Hsieh Chin Fan | 2024-09-11 | |
| | ||||
* | chore: Modify source of config file | Hsieh Chin Fan | 2024-09-11 | |
| | ||||
* | chore: Remove unused CSS | Hsieh Chin Fan | 2024-09-11 | |
| | ||||
* | feat: Add autosave | Hsieh Chin Fan | 2024-09-11 | |
| | ||||
* | 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() | |||
* | revert: Don't warn when save cancels | Hsieh Chin Fan | 2024-09-10 | |
| | ||||
* | feat: Update editor content by hash | Hsieh Chin Fan | 2024-09-10 | |
| | ||||
* | fix: Apply style of codeblock anyway | Hsieh Chin Fan | 2024-09-10 | |
| |