Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | style: reformat code | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: disable flex gap for bounce triggered by text selection | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: update default contents | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: also sync scroll when content changes | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: add editor action for default content | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | fix(CSS): padding of horizontal scroll in editor | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: sync selection from HTML to CodeMirror | Hsieh Chin Fan | 2024-10-08 | |
| | | | | This is for adding reference style links | |||
* | refactor: method of setting context menu | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | fix: border for single menu-item | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | fix: do not add anchor when user input is null | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: remove addGeoLink menu-item | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | chore: change text content of "add anchor" menu-item | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: remove leader line when GeoLink clicked | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: include map ids in marker title | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: add menu item for append ref style link on selection | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | fix: only show "More" with renderer suggestions in menu | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | fix: only show "More" with renderer suggestions in menu | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: patch 6d1d37d | Hsieh Chin Fan | 2024-10-08 | |
| | | | | also add marker on map | |||
* | chore: add default yml into assets/ | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | feat: use CSS selector to get map on contextmenu | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | fix: only remove map observer when html container is removed | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | style: code reformat | Hsieh Chin Fan | 2024-10-08 | |
| | ||||
* | fix: apply observer on cached maps | Hsieh Chin Fan | 2024-10-07 | |
| | ||||
* | feat: fix top padding of reference style links | Hsieh Chin Fan | 2024-10-07 | |
| | ||||
* | style: reformat code | Hsieh Chin Fan | 2024-10-07 | |
| | ||||
* | fix: pixel of click event for map | Hsieh Chin Fan | 2024-10-07 | |
| | ||||
* | feat: add menu item for adding map anchors | Hsieh Chin Fan | 2024-10-07 | |
| | ||||
* | feat: use dumbymap.utils to expose contenxtmenu | Hsieh Chin Fan | 2024-10-07 | |
| | ||||
* | feat: new default content for tutorial | Hsieh Chin Fan | 2024-10-07 | |
| | ||||
* | fix: logic about checking element inside | Hsieh Chin Fan | 2024-10-06 | |
| | ||||
* | style: jsdoc | Hsieh Chin Fan | 2024-10-06 | |
| | ||||
* | fix: patch 849a9ed | Hsieh Chin Fan | 2024-10-06 | |
| | | | | fix logic about syncing by offset | |||
* | feat(CSS): improve external link icon | Hsieh Chin Fan | 2024-10-06 | |
| | ||||
* | refactor: patch 8d1b346, set order correctly | Hsieh Chin Fan | 2024-10-06 | |
| | ||||
* | feat: patch 8d1b346 for fixed width/height | Hsieh Chin Fan | 2024-10-06 | |
| | ||||
* | feat: add editor action for export | Hsieh Chin Fan | 2024-10-06 | |
| | | | | hash icon for URL hash, floppy disk icon for export | |||
* | docs: improve jsdoc | Hsieh Chin Fan | 2024-10-06 | |
| | ||||
* | feat: set 'EDIT' menu item in editor.mjs | Hsieh Chin Fan | 2024-10-06 | |
| | ||||
* | fix: disable submenu offset in case | Hsieh Chin Fan | 2024-10-06 | |
| | ||||
* | feat: add "Roll for map" feature | Hsieh Chin Fan | 2024-10-05 | |
| | ||||
* | fix: remove redundant function call | Hsieh Chin Fan | 2024-10-05 | |
| | ||||
* | feat: add menu items for map managing | Hsieh Chin Fan | 2024-10-05 | |
| | ||||
* | fix: patch 9a0fdb9 | Hsieh Chin Fan | 2024-10-05 | |
| | | | | | * use attribute "xy" as title of marker * fix config for linkify | |||
* | style: reformat code | Hsieh Chin Fan | 2024-10-05 | |
| | | | | remove mapCallback for now | |||
* | feat: sync srolling of editor and dumbymap | Hsieh Chin Fan | 2024-10-05 | |
| | ||||
* | feat: remove toc in current stage | Hsieh Chin Fan | 2024-10-04 | |
| | ||||
* | feat(CSS): patch cb0056b | Hsieh Chin Fan | 2024-10-04 | |
| | ||||
* | feat(CSS): config for marker | Hsieh Chin Fan | 2024-10-04 | |
| | ||||
* | style: reformat code | Hsieh Chin Fan | 2024-10-04 | |
| | ||||
* | refactor: add GeoLinks | Hsieh Chin Fan | 2024-10-04 | |
| | | | | | * In current implementation, marks are generated in the first time link is hovered. This prevent complexity since rendering maps is async. |