dumbymap

Generate interactive maps from Semantic HTML
git clone git://git.topo.tw/dumbymap
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-11-09 09:49chore: remove extra line in addon scriptHsieh Chin Fan1+0-1
2024-11-08 15:16fix: shift context menu in proper timeHsieh Chin Fan1+1-2
2024-11-08 13:05docs: update guide for dependenciesHsieh Chin Fan1+4-0
2024-11-08 13:02chore: update mapclay version to 0.9.3Hsieh Chin Fan1+1-1
2024-11-08 12:55Merge branch addonHsieh Chin Fan12+28-38
2024-11-08 12:41chore(addon): set version to 0.1.1Hsieh Chin Fan1+1-1
2024-11-08 12:32docs: update DEVELOPING.mdHsieh Chin Fan1+6-6
2024-11-08 09:40fix: redeclaration, use IIFE to load modulesHsieh Chin Fan11+21-31
2024-11-07 11:51chore: rename script for local serverHsieh Chin Fan1+1-1
2024-11-05 03:20feat: add OSM for diary pageHsieh Chin Fan2+3-1
2024-11-04 15:17Merge branch 'addon'Hsieh Chin Fan18+164-94
2024-11-03 16:51feat: add DEVELOPING.md for developersHsieh Chin Fan2+54-0
2024-11-03 16:20refactor(build): update build script for addonHsieh Chin Fan11+108-94
2024-11-03 12:30fix: classname for GeoLink from textHsieh Chin Fan1+1-1
2024-11-03 12:29feat: add png files for iconHsieh Chin Fan4+0-0
2024-11-03 09:14chore: zip script to submit addonHsieh Chin Fan2+2-0
2024-11-03 06:45docs: js-docHsieh Chin Fan1+5-0
2024-11-03 06:37chore(release): 0.9.2Hsieh Chin Fan1+1-1
2024-11-03 05:58feat: use bbox to update camera for result of GeocodingHsieh Chin Fan4+53-17
2024-11-03 06:00style: standardjsHsieh Chin Fan1+6-0
2024-10-31 09:11feat: patch 7ee1ad6Hsieh Chin Fan3+86-20
2024-10-31 09:09refactor: getMarkersFromMapsHsieh Chin Fan3+39-27
2024-10-31 03:27feat: add menu-item for GeocodingHsieh Chin Fan4+57-3
2024-10-31 03:34Merge branch 'addon'Hsieh Chin Fan3+29-5
2024-10-30 15:00fix: typo for mutation observerHsieh Chin Fan1+1-1
2024-10-30 15:03feat: add context menu-item to disable custom menuHsieh Chin Fan3+29-5
2024-10-30 12:53chore(build): add scripts/build.sh for buildHsieh Chin Fan2+19-6
2024-10-30 10:23feat: add dms support when parsing coordinatesHsieh Chin Fan1+23-3
2024-10-30 09:00refactor: remove custom elementsHsieh Chin Fan3+112-131
2024-10-30 03:46refactor: use globalThis to hold methodsHsieh Chin Fan2+5-5
2024-10-28 14:36chore: update alises for use in default yaml fileHsieh Chin Fan1+3-3
2024-10-28 11:32feat: add menu-folder for editing map optionsHsieh Chin Fan2+73-16
2024-10-28 11:28docs: jsdocHsieh Chin Fan2+13-11
2024-10-28 04:33feat: add menu-item for map idHsieh Chin Fan2+6-0
2024-10-28 04:23feat: add menu-item for edit map without editorHsieh Chin Fan4+71-11
2024-10-28 02:42feat: set marker title by textContent or optionHsieh Chin Fan3+4-7
2024-10-28 02:41chore: remove unused option by latest mapclay APIHsieh Chin Fan1+0-3
2024-10-28 02:41fix: initilization for blocksHsieh Chin Fan1+2-3
2024-10-27 15:48feat: add menu item for add markerHsieh Chin Fan3+68-28
2024-10-27 15:15feat: add id option for Menu-itemHsieh Chin Fan1+5-3
2024-10-27 14:16docs: improve jsdocHsieh Chin Fan1+5-5
2024-10-27 14:10refactor: rename setGeoSchemeByCRS -> updateGeoSchemeByCRSHsieh Chin Fan2+2-3
2024-10-27 09:39style: stylelintHsieh Chin Fan1+2-1
2024-10-27 09:38chore(release): 0.9.1Hsieh Chin Fan1+1-1
2024-10-27 09:34style: standardjsHsieh Chin Fan2+6-1
2024-10-27 06:00Merge branch addonHsieh Chin Fan2+9-2
2024-10-27 05:52fix: enable fetch tiles from any URLHsieh Chin Fan1+1-2
2024-10-27 05:52feat: put menu-item for line path at bottomHsieh Chin Fan1+8-8
2024-10-27 05:46feat: add browser action buttonHsieh Chin Fan2+8-0
2024-10-27 05:51chore(CSS): text in plain modalHsieh Chin Fan1+1-0
2024-10-27 05:51chore: title of GeoLinkHsieh Chin Fan1+1-1
2024-10-26 07:15fix: title of menu itemHsieh Chin Fan1+1-1
2024-10-26 07:15fix: menu offsetHsieh Chin Fan1+2-2
2024-10-25 16:30chore: looking of GeoLinkHsieh Chin Fan1+5-3
2024-10-25 16:30feat: add menu item to change path of leader-lineHsieh Chin Fan3+26-1
2024-10-25 15:46refactor: patch 1dd8064, remove classes for GeoLink/DocLinkHsieh Chin Fan4+188-196
2024-10-25 04:37style: patch 1dd8064 for refactorHsieh Chin Fan2+1-2
2024-10-25 04:10chore: improve scripts for gh-pagesHsieh Chin Fan1+3-1
2024-10-24 16:27chore(release): 0.9.0Hsieh Chin Fan1+1-1
2024-10-24 16:23style: standardjsHsieh Chin Fan3+8-4
2024-10-24 13:41feat: patch 14f1398, more marker typeHsieh Chin Fan4+161-10
2024-10-24 09:39refactor: add module 'Link' for GeoLink and DocLinkHsieh Chin Fan4+288-267
2024-10-24 06:07docs: jsdocHsieh Chin Fan1+3-3
2024-10-24 09:41Merge branch 'menu'Hsieh Chin Fan4+78-16
2024-10-24 04:14feat: add menu items for setting marker typeHsieh Chin Fan3+47-4
2024-10-24 02:38feat: add menu item for deleting GeoLink from raw textHsieh Chin Fan2+20-3
2024-10-23 17:02feat: improve menu elementHsieh Chin Fan2+12-10
2024-10-23 15:52Merge branch 'addon'Hsieh Chin Fan1+0-1
2024-10-23 15:52feat: use normal layout by defaultHsieh Chin Fan1+0-1
2024-10-23 15:47fix: renderMap with debounceHsieh Chin Fan1+1-1
2024-10-23 15:47feat: add menu/end-of-leader-line dynamicallyHsieh Chin Fan2+21-19
2024-10-23 15:46fix: reference for htmlHolderHsieh Chin Fan1+1-1
2024-10-23 12:32style: standardjsHsieh Chin Fan3+1-13
2024-10-23 09:19feat: add support for full-width digitsHsieh Chin Fan2+22-3
2024-10-23 08:50feat: patch 5cb442c, observer for layoutHsieh Chin Fan2+93-59
2024-10-23 08:35feat(leader-line): patch 5cb442cHsieh Chin Fan1+1-2
2024-10-23 04:45refactor: set observers for charactorData/childList separatelyHsieh Chin Fan4+119-145
2024-10-23 04:44fix(CSS): selector for DocLink/GeoLinkHsieh Chin Fan1+1-1
2024-10-22 11:47feat(map): override code block CSS for mapsHsieh Chin Fan1+4-0
2024-10-22 04:11feat: set dumbymap just onceHsieh Chin Fan1+19-29
2024-10-21 16:06fix: syntax erorr about selector of DocLinkHsieh Chin Fan1+1-1
2024-10-21 12:50refactor: use MuationObserver to update contentsHsieh Chin Fan5+192-144
2024-10-20 13:09feat: remove block adding in generateMapsHsieh Chin Fan1+3-30
2024-10-20 12:45feat: show menu items only on map or dumby blockHsieh Chin Fan1+42-38
2024-10-20 12:44refactor: move method about adding geoscheme into DunbyUtilsHsieh Chin Fan2+17-18
2024-10-20 12:43Merge branch 'addon'Hsieh Chin Fan3+18-6
2024-10-20 12:42fix: script about css file generationHsieh Chin Fan1+1-1
2024-10-20 12:42feat: add menu itemsHsieh Chin Fan2+17-5
2024-10-19 12:53chore(release): 0.8.1Hsieh Chin Fan1+1-1
2024-10-19 12:52chore: update dependenciesHsieh Chin Fan1+3-3
2024-10-19 12:50feat: patch 1caf56d, change rules for adding blocksHsieh Chin Fan1+1-1
2024-10-19 12:45fix(CSS): display of utils in draggable-blockHsieh Chin Fan2+10-27
2024-10-19 11:28refactor: use replaceWith() to swap elementsHsieh Chin Fan1+2-2
2024-10-19 11:28Merge branch 'addon'Hsieh Chin Fan5+74-39
2024-10-19 09:08feat: add simple contextMenu and background scriptHsieh Chin Fan5+74-39
2024-10-19 05:39feat: add script for addon devHsieh Chin Fan1+2-1
2024-10-19 02:29feat: animation for hiding leader-lineHsieh Chin Fan1+6-1
2024-10-18 16:42fix: check validity for DocLinkHsieh Chin Fan1+4-2
2024-10-18 16:40feat(CSS): move site-only rules into index.cssHsieh Chin Fan2+51-51
2024-10-18 09:48chore(build): watch script for addonHsieh Chin Fan1+1-1
2024-10-18 07:17Merge branch 'addon'Hsieh Chin Fan1+1-1
2024-10-18 07:12feat: patch f76555b to select htmlHolderHsieh Chin Fan1+1-1
2024-10-18 05:12Merge branch addonHsieh Chin Fan4+7-5
2024-10-18 04:24feat: improve default selector for htmlHolderHsieh Chin Fan1+2-2
2024-10-18 04:23fix: visibility of overlay layoutHsieh Chin Fan1+2-2
2024-10-18 04:23feat: test on prosemirror.netHsieh Chin Fan2+3-1
2024-10-18 04:22feat: show label text of GeoLink by search param or text contentHsieh Chin Fan1+2-1
2024-10-18 04:21refactor: move logic about dragging GeoLink into DumbyUtilsHsieh Chin Fan2+70-47
2024-10-17 16:07feat(CSS): improve transition of draggable-utilsHsieh Chin Fan1+8-3
2024-10-17 16:04fix: patch 4dd0fa8Hsieh Chin Fan1+1-1
2024-10-17 15:49style: stylelintHsieh Chin Fan1+136-137
2024-10-17 15:38feat(CSS): move site-only rules into index.cssHsieh Chin Fan2+62-60
2024-10-17 15:38fix(lint): mutable variable in LayoutHsieh Chin Fan1+1-1
2024-10-17 15:22Merge branch from "addon"Hsieh Chin Fan3+12-8
2024-10-17 15:21feat: enable JS/CSS file from jsdeliverHsieh Chin Fan1+2-1
2024-10-17 15:20fix: don't apply dumbymap twiceHsieh Chin Fan2+17-6
2024-10-17 04:40feat: set "sticky" as one of default layoutsHsieh Chin Fan5+155-102
2024-10-17 03:15fix: return type of default addBlocksHsieh Chin Fan1+1-1
2024-10-17 02:39feat: set data attribute for editor to disable HTML updateHsieh Chin Fan1+5-1
2024-10-17 02:38Merge branch "addon"Hsieh Chin Fan9+243-76
2024-10-17 02:31feat: add utils for finding common ancestorHsieh Chin Fan1+32-0
2024-10-17 02:31style: standardjsHsieh Chin Fan1+2-1
2024-10-17 02:28feat: option "autoMap" in case no valid render target in Semantic HTMLHsieh Chin Fan2+9-6
2024-10-17 02:27feat: add other default renderersHsieh Chin Fan1+1-1
2024-10-17 02:26feat: more precise way to get htmlHolder and blocksHsieh Chin Fan2+28-2
2024-10-17 02:19fix: CRS for addonHsieh Chin Fan3+7-6
2024-10-16 12:45fix: misused for result of matchHsieh Chin Fan1+2-5
2024-10-16 12:44feat: include more domains for addonHsieh Chin Fan1+2-1
2024-10-16 10:57feat(CSS): do not make GeoLink bolder while hoveringHsieh Chin Fan1+1-1
2024-10-16 10:56fix: prevent define web components twiceHsieh Chin Fan1+9-3
2024-10-16 09:04feat: add npm script for addonHsieh Chin Fan2+5-1
2024-10-16 08:59fix: position of contextmenuHsieh Chin Fan1+1-1
2024-10-16 08:58feat(CSS): dont't modify origin CSS unless layout is specifiedHsieh Chin Fan1+1-1
2024-10-16 08:57feat: add simple script to test mapclayHsieh Chin Fan4+153-57
2024-10-15 12:38feat: add addon folderHsieh Chin Fan2+27-0
2024-10-15 12:00feat: don't allow coord separator include spaceHsieh Chin Fan1+1-1
2024-10-15 11:59fix: in case anchor element has no property hrefHsieh Chin Fan1+1-1
2024-10-15 11:58fix: apply unique element name for menu itemHsieh Chin Fan1+1-1
2024-10-15 11:57fix: missimg importHsieh Chin Fan1+1-1
2024-10-15 07:57feat: use article as method of default block generationHsieh Chin Fan1+9-6
2024-10-14 16:10feat: patch 2c9ffa2Hsieh Chin Fan4+74-70
2024-10-15 03:27fix: only update scroll line by user inputHsieh Chin Fan1+6-5
2024-10-14 16:11chore: build scriptHsieh Chin Fan1+1-1
2024-10-14 08:25chore(release): 0.8.0Hsieh Chin Fan1+1-1
2024-10-14 09:00chore: stylelintHsieh Chin Fan1+20-18
2024-10-14 08:24chore: improve scripts about buildHsieh Chin Fan2+2-2
2024-10-14 06:47feat: improve GeoLink generationHsieh Chin Fan4+121-53
2024-10-14 06:50feat: remove left padding for special linksHsieh Chin Fan1+1-1
2024-10-13 13:30feat: migrate drag feature to dumbymapHsieh Chin Fan3+98-89
2024-10-13 13:31feat: add tooltip for GeoLinkHsieh Chin Fan1+1-0
2024-10-13 11:39feat: rename element for menu itemHsieh Chin Fan1+1-1
2024-10-11 13:30docs: jsdocHsieh Chin Fan5+40-34
2024-10-13 10:58feat: use option to set blocksHsieh Chin Fan1+6-8
2024-10-13 08:03refactor: add <main> for contentsHsieh Chin Fan3+47-41
2024-10-13 05:20feat: remove trailing 0 in GeoLinkHsieh Chin Fan2+3-3
2024-10-13 05:08refactor: find marker by "data-xy"Hsieh Chin Fan1+12-6
2024-10-14 08:33chore: update mapclayHsieh Chin Fan1+1-1
2024-10-13 03:08chore: add scripts for gh-pagesHsieh Chin Fan1+9-0
2024-10-12 16:04fix: compare anchor name by lower-caseHsieh Chin Fan1+1-1
2024-10-12 15:17feat: use middle click to remove markerHsieh Chin Fan1+12-1
2024-10-12 12:28refactor: don't re-render HTML by draggingHsieh Chin Fan2+15-9
2024-10-12 13:04fix: sync scroll from HTML to CodeMirrorHsieh Chin Fan1+8-7
2024-10-12 08:38fix: remove leader lines anywayHsieh Chin Fan2+6-1
2024-10-12 08:26docs: update tutorialsHsieh Chin Fan1+5-4
2024-10-12 07:51feat: highlight targets when hovering DocLinkHsieh Chin Fan1+20-2
2024-10-12 07:46feat: use selection as default name of anchorHsieh Chin Fan2+8-2
2024-10-12 07:46refactor: add external class in generateMaps()Hsieh Chin Fan2+11-4
2024-10-12 06:24feat: add color to <code>Hsieh Chin Fan1+1-1
2024-10-11 16:36feat: add prefix for refLink option about DocLinkHsieh Chin Fan1+18-12
2024-10-11 13:30feat(neat): set blocks visible anyway in overlay layoutHsieh Chin Fan1+5-0
2024-10-11 12:40feat: add query param for layoutHsieh Chin Fan2+32-17
2024-10-11 09:35chore(relase): 0.7.6Hsieh Chin Fan1+1-1
2024-10-11 09:27feat: set cursor at begining when reset by tutorialHsieh Chin Fan1+3-2
2024-10-11 09:19fix: cache map anyway when fulfilledHsieh Chin Fan1+1-1
2024-10-11 09:13docs: add doc pageHsieh Chin Fan1+6-4
2024-10-11 09:12feat: update tutorial content for adding GeoLinkHsieh Chin Fan4+74-67
2024-10-11 07:26chore(relase): 0.7.5Hsieh Chin Fan1+1-1
2024-10-11 07:18Merge branch 'crs'Hsieh Chin Fan5+97-24
2024-10-11 07:17feat: add handler for invlid coordinatesHsieh Chin Fan3+19-2
2024-10-11 07:01feat: implement crs in GeoLinkHsieh Chin Fan3+62-19
2024-10-11 07:00feat: add query params for crsHsieh Chin Fan2+18-5
2024-10-10 16:12refactor: remove unnecessary name of Layout ClassHsieh Chin Fan1+0-10
2024-10-10 15:58chore(CSS): remove unused rule for <nav>Hsieh Chin Fan1+0-26
2024-10-10 15:41[WIP] jsdocHsieh Chin Fan1+1-1
2024-10-10 10:49feat(CSS): add transition of draggable blocksHsieh Chin Fan1+9-6
2024-10-10 10:26feat: only show map id when select manuallyHsieh Chin Fan4+17-7
2024-10-10 10:24chore: fix scripts for build and docsHsieh Chin Fan1+2-2
2024-10-10 08:40chore(relase): 0.7.4Hsieh Chin Fan1+1-1
2024-10-10 08:19docs: fix typo in READMEHsieh Chin Fan1+2-2
2024-10-10 08:13fix: the way check scroll line is clearHsieh Chin Fan1+4-4
2024-10-10 05:18chore: update metadata for OGPHsieh Chin Fan2+7-1
2024-10-10 03:51docs(jsdoc): update jsdocHsieh Chin Fan5+105-40
2024-10-10 04:32docs(jsdoc): add configuration into scripts/Hsieh Chin Fan2+10-0
2024-10-10 04:45chore: move config files about dev into scripts/Hsieh Chin Fan7+68-76
2024-10-10 03:51chore: update gitignoreHsieh Chin Fan1+0-1
2024-10-10 02:33fix: href pattern for GeoLinkHsieh Chin Fan1+2-3
2024-10-09 18:19chore(relase): 0.7.3Hsieh Chin Fan1+1-1
2024-10-09 18:13fix: null check for config.idHsieh Chin Fan1+1-1
2024-10-09 17:39chore(relase): 0.7.2Hsieh Chin Fan1+1-1
2024-10-09 17:40chore: remove stadia from default yaml configHsieh Chin Fan1+0-4
2024-10-09 17:39fix: set config id with snake_caseHsieh Chin Fan1+3-2
2024-10-09 17:13chore(relase): 0.7.1Hsieh Chin Fan1+1-1
2024-10-09 17:18chore: style lintHsieh Chin Fan1+23-21
2024-10-09 17:13chore: update to mapclay 0.8.12Hsieh Chin Fan1+1-1
2024-10-09 16:20chore: remove not-working tile servicesHsieh Chin Fan1+0-7
2024-10-09 16:20feat: only style details in dumby blockHsieh Chin Fan2+19-17
2024-10-09 15:51chore(relase): 0.7.0Hsieh Chin Fan1+1-1
2024-10-09 15:50docs: update READMEHsieh Chin Fan1+18-7
2024-10-09 15:48feat: use "type" to decide marker appearance for GeoLinkHsieh Chin Fan2+5-3
2024-10-09 13:37feat: use "title" to set leader-line label for GeoLinkHsieh Chin Fan2+14-12
2024-10-09 13:14docs: update example of custom layoutsHsieh Chin Fan4+29-7
2024-10-09 12:49refactor: Attribute -> datasetHsieh Chin Fan4+33-30
2024-10-09 12:34fix: patch a11cbe8Hsieh Chin Fan2+4-4
2024-10-09 10:53chore(relase): 0.6.7Hsieh Chin Fan1+1-1
2024-10-09 10:52feat: add new option for custom layoutHsieh Chin Fan2+4-4
2024-10-09 10:52docs: add example about new layoutHsieh Chin Fan2+30-6
2024-10-09 10:36chore(relase): 0.6.6Hsieh Chin Fan1+1-1
2024-10-09 10:31feat: update yaml file for tile servicesHsieh Chin Fan1+11-15
2024-10-09 10:31fix: path for default yaml fileHsieh Chin Fan1+1-1
2024-10-09 10:00feat: update default contents and used CSSHsieh Chin Fan2+55-13
2024-10-09 09:20chore(relase): 0.6.5Hsieh Chin Fan1+1-1
2024-10-09 09:20chore: update mapclay to 0.8.11Hsieh Chin Fan1+1-2
2024-10-09 08:29feat: patch 5aede26Hsieh Chin Fan2+27-8
2024-10-09 09:05fix: text format breaks reference-style-linkHsieh Chin Fan1+1-1
2024-10-09 08:28style: add jsdoc for expressionsHsieh Chin Fan1+38-30
2024-10-09 07:06fix: proper timing to adjust scroll of HTML contentsHsieh Chin Fan1+2-1
2024-10-08 09:33chore: apply standardjs with trailing commaHsieh Chin Fan9+154-207
2024-10-09 04:35feat: patch 5aede26, set crosshair for mapsHsieh Chin Fan1+2-0
2024-10-08 09:33fix: title for markerHsieh Chin Fan1+2-2
2024-10-08 09:32feat: create GeoLink by drag/dropHsieh Chin Fan4+92-27
2024-10-08 08:47refactor: move addAnchorByEvent into dumbyUtilsHsieh Chin Fan2+58-35
2024-10-08 04:57chore(relase): 0.6.4Hsieh Chin Fan1+1-1
2024-10-08 04:55fix: path of resources for gh-pagesHsieh Chin Fan2+2-2
2024-10-08 04:50chore(relase): 0.6.3Hsieh Chin Fan1+1-1
2024-10-08 04:49style: code reformatHsieh Chin Fan1+1-0
2024-10-08 04:49fix: typo in 283b2c9Hsieh Chin Fan1+1-1
2024-10-08 04:38chore(relase): 0.6.2Hsieh Chin Fan1+1-1
2024-10-08 04:35feat: add search params 'content' for tutorialHsieh Chin Fan1+10-6
2024-10-08 03:37chore(relase): 0.6.1Hsieh Chin Fan1+1-1
2024-10-08 04:04fix: don't show 'Add Link' when no range selectoinHsieh Chin Fan1+1-1
2024-10-08 03:56feat: dress menu item for anchorHsieh Chin Fan1+4-2
2024-10-08 03:50style: reformat codeHsieh Chin Fan1+9-9
2024-10-08 03:50feat: disable flex gap for bounce triggered by text selectionHsieh Chin Fan1+1-1
2024-10-08 03:37feat: update default contentsHsieh Chin Fan1+8-6
2024-10-08 03:32feat: also sync scroll when content changesHsieh Chin Fan1+8-4
2024-10-08 03:32feat: add editor action for default contentHsieh Chin Fan1+10-0
2024-10-08 03:32fix(CSS): padding of horizontal scroll in editorHsieh Chin Fan1+11-0
2024-10-07 16:59feat: sync selection from HTML to CodeMirrorHsieh Chin Fan1+56-1
2024-10-08 02:37chore: update mapclay to 0.8.10Hsieh Chin Fan1+1-1
2024-10-07 16:59refactor: method of setting context menuHsieh Chin Fan2+2-4
2024-10-07 16:58fix: border for single menu-itemHsieh Chin Fan1+4-2
2024-10-07 11:44fix: do not add anchor when user input is nullHsieh Chin Fan1+4-3
2024-10-07 09:48feat: remove addGeoLink menu-itemHsieh Chin Fan1+0-7
2024-10-07 09:49chore: change text content of "add anchor" menu-itemHsieh Chin Fan1+1-1
2024-10-07 09:47feat: remove leader line when GeoLink clickedHsieh Chin Fan1+1-0
2024-10-07 09:46feat: include map ids in marker titleHsieh Chin Fan1+3-2
2024-10-07 09:46feat: add menu item for append ref style link on selectionHsieh Chin Fan2+35-0
2024-10-08 02:27fix: only show "More" with renderer suggestions in menuHsieh Chin Fan1+10-11
2024-10-07 09:44fix: only show "More" with renderer suggestions in menuHsieh Chin Fan1+10-8
2024-10-07 09:43feat: patch 6d1d37dHsieh Chin Fan1+4-1
2024-10-07 09:34chore: add default yml into assets/Hsieh Chin Fan3+120-2
2024-10-07 08:40feat: use CSS selector to get map on contextmenuHsieh Chin Fan2+1-2
2024-10-07 08:37fix: only remove map observer when html container is removedHsieh Chin Fan1+3-1
2024-10-07 08:12style: code reformatHsieh Chin Fan2+4-5
2024-10-07 08:04fix: apply observer on cached mapsHsieh Chin Fan1+9-6
2024-10-06 13:11feat: fix top padding of reference style linksHsieh Chin Fan1+8-2
2024-10-06 12:06style: reformat codeHsieh Chin Fan1+2-25
2024-10-06 12:06fix: pixel of click event for mapHsieh Chin Fan1+4-2
2024-10-06 12:05feat: add menu item for adding map anchorsHsieh Chin Fan1+27-0
2024-10-06 12:05feat: use dumbymap.utils to expose contenxtmenuHsieh Chin Fan2+43-0
2024-10-06 06:12feat: new default content for tutorialHsieh Chin Fan1+46-3
2024-10-06 07:29fix: logic about checking element insideHsieh Chin Fan1+5-5
2024-10-06 07:14style: jsdocHsieh Chin Fan1+6-0
2024-10-06 07:13fix: patch 849a9edHsieh Chin Fan1+13-10
2024-10-06 06:11feat(CSS): improve external link iconHsieh Chin Fan1+5-4
2024-10-06 04:24chore: update mapclayHsieh Chin Fan1+1-1
2024-10-05 17:04refactor: patch 8d1b346, set order correctlyHsieh Chin Fan1+20-8
2024-10-05 16:43feat: patch 8d1b346 for fixed width/heightHsieh Chin Fan1+5-3
2024-10-05 16:13feat: add editor action for exportHsieh Chin Fan1+12-3
2024-10-05 16:13docs: improve jsdocHsieh Chin Fan1+2-2
2024-10-05 16:13feat: set 'EDIT' menu item in editor.mjsHsieh Chin Fan3+20-5
2024-10-05 16:12fix: disable submenu offset in caseHsieh Chin Fan1+2-1
2024-10-05 13:14chore(relase): 0.6.0Hsieh Chin Fan1+1-1
2024-10-05 13:13chore: update dependenciesHsieh Chin Fan1+2-2
2024-10-05 12:56feat: add "Roll for map" featureHsieh Chin Fan1+43-6
2024-10-05 12:56fix: remove redundant function callHsieh Chin Fan1+1-4
2024-10-05 09:00feat: add menu items for map managingHsieh Chin Fan3+32-1
2024-10-05 08:39fix: patch 9a0fdb9Hsieh Chin Fan2+7-9
2024-10-05 06:58style: reformat codeHsieh Chin Fan3+14-23
2024-10-05 06:40feat: sync srolling of editor and dumbymapHsieh Chin Fan4+95-12
2024-10-04 15:13feat: remove toc in current stageHsieh Chin Fan1+1-5
2024-10-04 15:13feat(CSS): patch cb0056bHsieh Chin Fan1+5-0
2024-10-04 15:12feat(CSS): config for markerHsieh Chin Fan1+5-0
2024-10-04 15:12style: reformat codeHsieh Chin Fan4+11-12
2024-10-04 13:17refactor: add GeoLinksHsieh Chin Fan3+161-123
2024-10-04 11:37feat: unicode chars for editor actionsHsieh Chin Fan1+4-4
2024-10-04 08:01docs: update READMEHsieh Chin Fan2+119-13
2024-10-04 05:38docs: add jsdocHsieh Chin Fan6+255-14
2024-10-04 05:21fix: show pick-map menu item in caseHsieh Chin Fan1+3-1
2024-10-04 02:51fix: prevent potential error break setting for rendered mapsHsieh Chin Fan1+10-9
2024-10-04 02:41feat: remove menu in case for UXHsieh Chin Fan1+4-0
2024-10-03 14:19feat: don't do things on fail-to-render mapHsieh Chin Fan1+2-0
2024-10-03 14:18feat: set fail-to-render map semi-transparentHsieh Chin Fan1+2-0
2024-10-03 13:45feat: add linkify for geo linkHsieh Chin Fan1+21-3
2024-10-03 08:19chore: update dependenciesHsieh Chin Fan1+2-2
2024-10-03 08:18feat: comment out LOC in reportHsieh Chin Fan1+3-3
2024-10-03 08:02feat: add sourcemapHsieh Chin Fan1+2-1
2024-10-03 07:48chore: modify color of result reportHsieh Chin Fan1+1-1
2024-10-03 05:34feat: add more menu-item for renderer suggestionsHsieh Chin Fan2+10-3
2024-10-03 00:59refactor: set Suggestion as custom elementHsieh Chin Fan3+31-37
2024-10-03 00:13feat(CSS) reduce font-size in editorHsieh Chin Fan1+12-0
2024-10-03 00:13feat(CSS): add border for unfulfilled mapHsieh Chin Fan1+4-0
2024-10-02 15:59chore: make functions from mapclay readableHsieh Chin Fan1+3-1
2024-10-02 13:41fix(061a9e7): do not set z-index for focused draggable blockHsieh Chin Fan1+0-1
2024-10-02 13:33chore(relase): 0.5.3Hsieh Chin Fan1+1-1
2024-10-02 13:30style: reformat codeHsieh Chin Fan1+3-4
2024-10-02 13:30feat: prevent render indicator appears ageinHsieh Chin Fan1+5-3
2024-10-02 13:29feat: use order to sort rendered mapsHsieh Chin Fan1+19-8
2024-10-02 11:49feat(CSS): set min-width for componentsHsieh Chin Fan1+10-8
2024-10-02 11:32fix: set layout attribute wisely for observerHsieh Chin Fan2+8-7
2024-10-02 11:04chore(relase): 0.5.2Hsieh Chin Fan1+1-1
2024-10-02 11:49style: stylelintHsieh Chin Fan1+2-0
2024-10-02 11:49feat: add checked/unchecked state for block menu itemHsieh Chin Fan1+0-2
2024-10-02 09:43feat: add checked/unchecked state for block menu itemHsieh Chin Fan3+47-15
2024-10-02 07:07feat: prevent menu show outside of windowHsieh Chin Fan4+14-3
2024-10-02 06:12feat: use focus to decide display in overlay layoutHsieh Chin Fan2+6-12
2024-10-02 05:58fix: set default layout for dumbymapHsieh Chin Fan1+1-0
2024-10-02 05:57fix(CSS): border for mapsHsieh Chin Fan1+1-1
2024-10-02 02:12style: switch to standardjsHsieh Chin Fan9+895-902
2024-10-02 01:26feat: set menu-items by casesHsieh Chin Fan1+6-2
2024-10-02 01:12feat: remove submenu when mouseleaveHsieh Chin Fan1+1-0
2024-10-02 01:06feat: beautify menu-item for alignmentHsieh Chin Fan2+5-5
2024-10-02 00:32feat: add 'More' menu item for layoutsHsieh Chin Fan1+4-0
2024-10-02 00:32feat: customize inline style for Item instanceHsieh Chin Fan1+2-1
2024-10-02 00:31feat: well print Error object in modalHsieh Chin Fan1+28-13
2024-10-01 15:57chore(CSS): beautify content of menu itemHsieh Chin Fan1+6-2
2024-10-01 15:37fix: apply different style on menusHsieh Chin Fan1+6-2
2024-10-01 15:36refactor: style for menu itemHsieh Chin Fan2+5-7
2024-10-01 15:35feat: add source code link on top of modalHsieh Chin Fan1+3-0
2024-10-01 13:56fix: redundant content for modalHsieh Chin Fan1+1-0
2024-10-01 12:59chore(relase): 0.5.1Hsieh Chin Fan1+1-1
2024-10-01 12:27chore(relase): 0.5.0Hsieh Chin Fan1+2-2
2024-10-01 12:18fix: focus issue for editorHsieh Chin Fan1+2-4
2024-10-01 12:06style: reformat codeHsieh Chin Fan1+1-1
2024-10-01 11:38fix: patch 756a8b9, prevent affect elements in mapHsieh Chin Fan2+12-12
2024-10-01 08:42fix: keep data-mode=editing when HTML refreshHsieh Chin Fan3+17-15
2024-10-01 08:31fix: set menu position relative to clickHsieh Chin Fan3+134-119
2024-10-01 07:42style: prettierHsieh Chin Fan1+2-1
2024-10-01 05:12feat: beautify result reportHsieh Chin Fan3+42-7
2024-10-01 04:29feat: show menu items in casesHsieh Chin Fan1+13-9
2024-10-01 04:28feat: add menu-items for toggling focusHsieh Chin Fan1+12-0
2024-10-01 04:27refactor: menu-item only call methods from dumbymap.utilsHsieh Chin Fan3+108-125
2024-10-01 03:33style: change owner of [data-mode]Hsieh Chin Fan1+2-2
2024-10-01 03:31style: stylelintHsieh Chin Fan4+15-13
2024-10-01 03:30chore: npm updateHsieh Chin Fan1+8-9
2024-10-01 03:25feat: print details of renderer result (finally)Hsieh Chin Fan3+82-15
2024-09-30 15:00feat: improve menu itemsHsieh Chin Fan4+53-29
2024-09-30 11:08feat: patch 27feb13, use custom HTMLElementHsieh Chin Fan1+34-39
2024-09-30 09:59refactor: move menu feature from editor to dumbymapHsieh Chin Fan5+123-103
2024-09-30 07:19style: way to manage Element.childrenHsieh Chin Fan2+2-2
2024-09-30 07:01chore(build): add bundle stat for devHsieh Chin Fan3+4-0
2024-09-30 04:22style: stylelintHsieh Chin Fan3+15-11
2024-09-30 04:12style: commentsHsieh Chin Fan1+2-1
2024-09-30 04:09feat: improve actions in sub-menuHsieh Chin Fan3+47-47
2024-09-29 16:34feat(CSS): make step indicator smallerHsieh Chin Fan1+1-1
2024-09-29 16:27fix(CSS): sub-menu lookingHsieh Chin Fan1+2-1
2024-09-29 16:27fix: prevent redundant sub-menu generateHsieh Chin Fan1+1-0
2024-09-29 13:01feat: add submenu for map/block/layout switchingHsieh Chin Fan5+151-49
2024-09-29 08:20chore(release): 0.4.4Hsieh Chin Fan1+1-1
2024-09-29 04:09feat(editor): use unicode for action iconsHsieh Chin Fan1+51-19
2024-09-29 06:30style: update stylelintHsieh Chin Fan1+12-2
2024-09-29 07:06style: prettierHsieh Chin Fan9+266-263
2024-09-29 06:12feat(mapclay): add callback to indicate rendering progressHsieh Chin Fan3+75-11
2024-09-29 04:10feat: add faviconHsieh Chin Fan2+1-1
2024-09-29 03:30feat(CSS): add icon for external linkHsieh Chin Fan1+14-1
2024-09-28 14:44chore(relase): 0.4.3Hsieh Chin Fan1+1-1
2024-09-28 14:58chore: add lint for jsdocHsieh Chin Fan2+12-1
2024-09-28 14:40style: prettier for stylelintHsieh Chin Fan4+103-94
2024-09-28 12:26chore(build): update rollup for watching local mapclayHsieh Chin Fan1+13-0
2024-09-28 09:47style: prettierHsieh Chin Fan10+983-869
2024-09-28 09:46fix: hide menu anyway when cursor changesHsieh Chin Fan1+1-0
2024-09-28 09:42refactor: mapclay v0.8.2Hsieh Chin Fan3+53-52
2024-09-27 09:15feat: apply options for generateMaps()Hsieh Chin Fan1+2-2
2024-09-27 09:14refactor: rename classname by newer mapclayHsieh Chin Fan1+5-5
2024-09-27 09:13docs: Update READMEHsieh Chin Fan1+4-1
2024-09-26 11:22fix: self-close tag in main pageHsieh Chin Fan1+7-7
2024-09-25 09:01feat(CSS): add gray-out to non-focused blockHsieh Chin Fan1+8-0
2024-09-25 08:56feat(CSS): improve lookingHsieh Chin Fan2+3-4
2024-09-25 08:56feat: add menu items for dumbymap.utilsHsieh Chin Fan3+56-11
2024-09-25 07:37chore(relase): 0.4.2Hsieh Chin Fan1+1-1
2024-09-25 07:35chore: style lintHsieh Chin Fan4+13-4
2024-09-25 03:40chore(CSS): improve lookingHsieh Chin Fan3+97-32
2024-09-25 06:55feat: add MenuItem for GeoLinkHsieh Chin Fan3+49-28
2024-09-25 03:40feat: close draggable block by middle clickHsieh Chin Fan1+7-7
2024-09-24 18:05feat: add menu item for adding Geo-LinkHsieh Chin Fan1+50-1
2024-09-24 15:16refactor: methods about creating geo/doc linksHsieh Chin Fan2+66-65
2024-09-24 14:49chore: CSS improveHsieh Chin Fan1+23-18
2024-09-24 12:08chore: reformat codeHsieh Chin Fan4+16-11
2024-09-24 12:07refactor: general menuHsieh Chin Fan3+58-52
2024-09-24 10:59feat(CSS): prettify of draggable barHsieh Chin Fan1+1-1
2024-09-24 10:44feat: improve focus utilsHsieh Chin Fan2+14-6
2024-09-24 09:28refactor: move utils about dumbymap into moduleHsieh Chin Fan3+73-67
2024-09-24 08:52fix(layout): position of scrollable barHsieh Chin Fan1+1-0
2024-09-24 08:40feat: use Escape and F1 to switch preview/editorHsieh Chin Fan1+5-2
2024-09-24 07:50feat(CSS): add focus visual to editor and outputHsieh Chin Fan2+19-0
2024-09-24 07:28chore: reformat codeHsieh Chin Fan1+5-5
2024-09-24 06:08feat: add block indicator by peudo elementHsieh Chin Fan2+33-4
2024-09-24 04:56feat(CSS): universal margin for <p>Hsieh Chin Fan2+6-4
2024-09-24 04:51feat(CSS): set hoverable area of utils smallerHsieh Chin Fan1+1-1
2024-09-24 04:51feat: add timer for z-index change of draggable blockHsieh Chin Fan1+8-2
2024-09-24 04:04feat: add util "removeBlockFocus"Hsieh Chin Fan2+9-0
2024-09-24 03:55chore: update stylelintHsieh Chin Fan2+6-4
2024-09-24 03:53feat(CSS): set indicator of dumby-blockHsieh Chin Fan1+57-26
2024-09-24 03:04feat(CSS): improve draggable block looking with focusHsieh Chin Fan1+2-1
2024-09-24 02:31feat(CSS): fix overflow of content of draggable blockHsieh Chin Fan1+3-2
2024-09-24 02:31patch blockHsieh Chin Fan1+4-0
2024-09-24 02:30feat: set focus state by CSSHsieh Chin Fan2+11-10
2024-09-24 02:29feat: add focusNextBlock utilHsieh Chin Fan2+26-1
2024-09-23 16:49feat: disable debounce temporarily to check performanceHsieh Chin Fan1+3-1
2024-09-23 16:21feat: add mapCache for rendered mapHsieh Chin Fan3+27-11
2024-09-23 09:38refactor: store maps as [HTMLElement, Promise]Hsieh Chin Fan1+31-33
2024-09-23 05:35feat: Hide draggable block when it is emptyHsieh Chin Fan1+4-0
2024-09-23 04:55feat: remove keydown events from dumbymapHsieh Chin Fan2+61-63
2024-09-22 16:51feat(layout): transition to reduce height of empty blockHsieh Chin Fan2+17-1
2024-09-22 12:20fix: typoHsieh Chin Fan1+0-2
2024-09-22 12:20fix: patch 516aab9, this is real Animaiton do nothingHsieh Chin Fan1+2-2
2024-09-22 11:34chore(relase): 0.4.0Hsieh Chin Fan1+1-1
2024-09-22 11:30chore: stylelintHsieh Chin Fan1+4-1
2024-09-22 11:15feat: make utils stable when user is managingHsieh Chin Fan2+71-50
2024-09-22 11:14refactor: logic about overlap of draggable blockHsieh Chin Fan1+8-5
2024-09-22 11:12feat: add padding for plus/minus buttonHsieh Chin Fan1+2-2
2024-09-22 09:54chore(lint): suppress return value of promiseHsieh Chin Fan1+1-2
2024-09-22 09:52feat: animation for creating draggable blockHsieh Chin Fan2+100-78
2024-09-22 09:51feat(utils): return empty Animation, not null for DOMRectHsieh Chin Fan2+8-11
2024-09-22 07:03feat(CSS): use class name to hide draggable blockHsieh Chin Fan2+5-5
2024-09-22 07:03feat(utils): allow rect transition based only on left/topHsieh Chin Fan1+2-2
2024-09-22 06:11feat(layout): remove unnecessary observerHsieh Chin Fan1+2-3
2024-09-22 06:11fix: unrenamed CSS selector for 42f7b2fHsieh Chin Fan1+1-1
2024-09-22 06:11refactor: remove inline style anyway when layer switchHsieh Chin Fan2+16-14
2024-09-22 04:56feat(layout): keep handle be active when on dragHsieh Chin Fan2+12-8
2024-09-22 04:17feat: add close button for draggable blockHsieh Chin Fan2+44-23
2024-09-22 03:42feat: remove onlick event for focusing mapHsieh Chin Fan1+0-6
2024-09-22 03:32fix(layout): cursor style on bar handleHsieh Chin Fan1+1-0
2024-09-22 03:31chore: update stylelint configHsieh Chin Fan1+6-5
2024-09-22 03:23refactor: class name for content containerHsieh Chin Fan3+5-5
2024-09-22 03:19refactor: rename data attribute for editorHsieh Chin Fan3+6-6
2024-09-21 16:59fix: focus a map after all renderedHsieh Chin Fan1+1-0
2024-09-21 16:40feat: add resize bar for side-by-side layoutHsieh Chin Fan3+119-32
2024-09-21 11:24chore(relase): 0.3.5Hsieh Chin Fan1+1-1
2024-09-21 11:11fix: 5d0a91d, should handle default aliases nowHsieh Chin Fan1+9-2
2024-09-21 10:41chore(release): 0.3.4Hsieh Chin Fan1+1-1
2024-09-21 10:40chore: npm script for local buildHsieh Chin Fan2+16-2
2024-09-21 10:39fix: apply new layout name in editorHsieh Chin Fan1+2-2
2024-09-21 10:21chore(release): 0.3.3Hsieh Chin Fan1+1-1
2024-09-21 10:21chore: npm script for publishHsieh Chin Fan3+9-2
2024-09-21 10:03chore(release): update mapclay to 0.6.7Hsieh Chin Fan2+4-4
2024-09-21 09:31style: reformat codeHsieh Chin Fan1+4-4
2024-09-21 09:05fix: middle click to hide draggable blockHsieh Chin Fan2+5-1
2024-09-21 08:57feat: improve CSS for layoutsHsieh Chin Fan1+14-27
2024-09-21 08:40refactor: layout classHsieh Chin Fan4+123-122
2024-09-21 06:49feat: add font-size plus/minus buttonHsieh Chin Fan2+92-21
2024-09-21 03:19feat: add throttle for next map by Showcase displayHsieh Chin Fan1+5-4
2024-09-21 03:19fix: typo for event APIHsieh Chin Fan1+1-1
2024-09-21 03:19feat: allow throttle set delays by functionHsieh Chin Fan1+6-3
2024-09-21 03:07style: add comment for animationHsieh Chin Fan1+4-1
2024-09-21 02:52style: definition of link methodsHsieh Chin Fan1+15-5
2024-09-21 02:50refactor: apply Layout ClassHsieh Chin Fan2+127-95
2024-09-20 15:51feat: throttle for layout and map focusHsieh Chin Fan1+40-30
2024-09-20 15:51refactor: setting draggable block in one placeHsieh Chin Fan1+44-35
2024-09-21 02:51fix: trivial case for DOMRect animationHsieh Chin Fan1+2-2
2024-09-20 15:49fix: trivial case for DOMRect animationHsieh Chin Fan1+1-1
2024-09-20 12:17fix: add class name for containerHsieh Chin Fan2+4-2
2024-09-20 12:17docs: add structure explainHsieh Chin Fan2+8-2
2024-09-20 09:31chore: remove static css from repoHsieh Chin Fan1+0-8
2024-09-20 09:31chore: update scripts about buildingHsieh Chin Fan1+4-3
2024-09-20 09:24chore(release): 0.3.2Hsieh Chin Fan1+1-1
2024-09-20 09:20feat: add border line at bottom of draggable handleHsieh Chin Fan1+2-0
2024-09-20 09:11feat: move anchor to newline after doc separator completionHsieh Chin Fan1+1-1
2024-09-20 09:11chore: update CSS files by stylelintHsieh Chin Fan3+138-77
2024-09-20 09:07chore: apply stylelint-orderHsieh Chin Fan2+110-3
2024-09-20 07:58feat: enable onscroll event from plain-draggableHsieh Chin Fan3+48-45
2024-09-20 07:03feat: draggable elements only appears in overlay layoutHsieh Chin Fan2+120-115
2024-09-20 05:22feat: add throttle for DOMRect animationHsieh Chin Fan2+67-20
2024-09-19 17:02chore(release): 0.3.1Hsieh Chin Fan1+1-1
2024-09-19 17:02style: eslintHsieh Chin Fan1+7-5
2024-09-19 16:51refactor: move utils method to new moduleHsieh Chin Fan2+49-45
2024-09-19 07:37feat: animation for ShowcaseHsieh Chin Fan3+83-18
2024-09-19 04:50feat(CSS): set showcase display by each layoutHsieh Chin Fan1+8-4
2024-09-19 04:50docs: update READMEHsieh Chin Fan1+14-4
2024-09-19 04:50fix: do not change focus map when it is aloneHsieh Chin Fan1+2-1
2024-09-19 04:49chore: fix error from stylelintHsieh Chin Fan1+36-34
2024-09-19 04:48test: add style lintHsieh Chin Fan2+9-1
2024-09-18 16:20fix: don't show suggestion list in caseHsieh Chin Fan1+3-0
2024-09-18 16:03chore(release): 0.3.0Hsieh Chin Fan1+1-1
2024-09-18 15:45feat: improve CSS for draggable blockHsieh Chin Fan2+30-33
2024-09-18 15:41feat: swith focus map by tab key and clickHsieh Chin Fan3+208-133
2024-09-16 14:36chore(release): 0.2.7Hsieh Chin Fan1+1-1
2024-09-16 14:28fix: update text decoration properlyHsieh Chin Fan1+14-6
2024-09-16 13:39fix: prevent autosave overrides content from hashHsieh Chin Fan1+29-21
2024-09-16 11:08chore(release): apply newer mapclay for user projectionHsieh Chin Fan1+2-2
2024-09-16 10:47chore(release): 0.2.5Hsieh Chin Fan1+2-3
2024-09-16 09:16fix(CSS): stick draggable handle by scrollHsieh Chin Fan1+1-0
2024-09-15 16:47fix: method call about geoLinkHsieh Chin Fan1+1-1
2024-09-15 16:31feat(CSS): draggable handleHsieh Chin Fan1+9-4
2024-09-15 10:10feat: Set callback for click eventHsieh Chin Fan1+9-1
2024-09-15 10:10feat: Add arg or callback for each map renderedHsieh Chin Fan1+46-42
2024-09-15 07:49fix: Use correct way to set initial position of draggable blocksHsieh Chin Fan1+4-5
2024-09-15 07:45feat(CSS): Make toolbar has general border styleHsieh Chin Fan1+3-5
2024-09-15 07:18chore(release): 0.2.4Hsieh Chin Fan1+1-1
2024-09-15 07:17chore: eslintHsieh Chin Fan1+2-2
2024-09-15 07:12chore: patch eefd82aHsieh Chin Fan1+10-0
2024-09-15 04:43feat(CSS): Set padding for each element in draggable blockHsieh Chin Fan1+10-6
2024-09-15 03:51feat(CSS): Make draggable blocks resizableHsieh Chin Fan2+10-5
2024-09-15 03:04fix: Remove soft link by mistakeHsieh Chin Fan2+1-3
2024-09-15 03:01feat(markdown): Set line break valid by defaultHsieh Chin Fan1+4-1
2024-09-15 03:01chore: eslintHsieh Chin Fan3+2-6
2024-09-15 03:00fix(CSS): Set html content full widthHsieh Chin Fan2+4-3
2024-09-14 16:25style: Reformat codeHsieh Chin Fan1+1-1
2024-09-14 16:25chore(CSS): Improve layout of DumbyMapHsieh Chin Fan2+13-6
2024-09-14 16:24fix(CSS): z-index of blocks as overlayHsieh Chin Fan1+1-0
2024-09-14 16:16feat: Improve draggable behavior in overlay layoutHsieh Chin Fan2+40-21
2024-09-14 11:31feat: Render maps directly be debounceHsieh Chin Fan1+22-2
2024-09-14 11:30feat: Set maps full-width by defaultHsieh Chin Fan2+3-2
2024-09-14 11:28feat: Switch layout by attributeHsieh Chin Fan4+52-34
2024-09-14 02:57feat: Add markers by API after map createdHsieh Chin Fan1+17-19
2024-09-14 02:56refactor(CSS): Rename class name for HTML holderHsieh Chin Fan4+7-7
2024-09-13 15:15refactor: Use hidden element as anchor of suggestion listHsieh Chin Fan1+7-4
2024-09-13 13:22chore(release): 0.2.3Hsieh Chin Fan1+1-1
2024-09-13 13:20feat: Completion for text sequenceHsieh Chin Fan1+66-21
2024-09-13 12:01style: Reformat codeHsieh Chin Fan1+5-3
2024-09-13 12:01style: More code blocksHsieh Chin Fan1+7-3
2024-09-13 11:10patchHsieh Chin Fan1+14-13
2024-09-13 10:54feat: Use monospace font in editorHsieh Chin Fan1+3-0
2024-09-13 10:53chore: Remove button of fullscreen modeHsieh Chin Fan1+1-1
2024-09-13 10:52fix: Logic about suggestionsHsieh Chin Fan1+35-24
2024-09-13 10:52feat: Style code block even line is emptyHsieh Chin Fan2+20-2
2024-09-12 11:10chore: Update package dependenciesHsieh Chin Fan1+2-2
2024-09-12 11:10fix: Prevent editor cover screenHsieh Chin Fan1+1-0
2024-09-12 10:51fix: terra-draw display on leafletHsieh Chin Fan1+0-1
2024-09-12 08:30chore(release): 0.2.2Hsieh Chin Fan1+1-1
2024-09-12 08:28chore: Fix warning from eslintHsieh Chin Fan2+9-3
2024-09-12 03:53style: Reformat codeHsieh Chin Fan1+11-12
2024-09-12 03:39fix: Update class name for map showcaseHsieh Chin Fan1+5-5
2024-09-12 03:38chore: Quick way to evenly split layoutHsieh Chin Fan1+7-4
2024-09-12 03:36feat: export method createGeoLinks()Hsieh Chin Fan1+37-32
2024-09-11 12:35chore(release): 0.2.1Hsieh Chin Fan1+1-1
2024-09-11 11:13feat: Use Query Params to render mapsHsieh Chin Fan1+5-0
2024-09-11 11:12feat: Use object to store content in hashHsieh Chin Fan1+16-8
2024-09-11 11:11style: reformat codeHsieh Chin Fan1+4-4
2024-09-11 10:21feat: Use CSS selector on DocLinksHsieh Chin Fan2+49-28
2024-09-11 10:20chore: Change title of editor pageHsieh Chin Fan1+1-1
2024-09-11 08:55style: Reformat commentsHsieh Chin Fan1+2-2
2024-09-11 07:44fix: Shortcut for toggling map generationHsieh Chin Fan1+1-1
2024-09-11 07:29chore: Modify source of config fileHsieh Chin Fan3+2-59
2024-09-11 06:53chore: Remove unused CSSHsieh Chin Fan1+0-1
2024-09-11 06:19chore(release): 0.2.0Hsieh Chin Fan1+1-1
2024-09-11 06:50docs: Update READMEHsieh Chin Fan1+28-0
2024-09-11 06:09feat: Add autosaveHsieh Chin Fan1+4-0
2024-09-10 11:46refactor: Switch to EasyMDEHsieh Chin Fan7+289-243
2024-09-09 07:00revert: Don't warn when save cancelsHsieh Chin Fan1+1-1
2024-09-09 07:00feat: Update editor content by hashHsieh Chin Fan1+8-3
2024-09-09 06:59fix: Apply style of codeblock anywayHsieh Chin Fan1+1-1
2024-09-09 06:59style: Add commentsHsieh Chin Fan2+2-2
2024-09-09 06:58docs: Update READMEHsieh Chin Fan1+6-1
2024-09-09 04:31chore(release): 0.1.1Hsieh Chin Fan1+1-1
2024-09-09 04:59chore: Add ignore for local mapclay dirHsieh Chin Fan2+3-0
2024-09-09 04:58chore: Improve eslintHsieh Chin Fan3+3-2
2024-09-09 04:27feat: Remove spellcheck betterHsieh Chin Fan1+8-7
2024-09-09 04:26feat: Don't add suggestions in casesHsieh Chin Fan1+13-1
2024-09-09 04:25feat: Save content in hashHsieh Chin Fan1+13-4
2024-09-09 04:25docs: Add READMEHsieh Chin Fan1+3-0
2024-09-09 04:24fix: Error message for renderingHsieh Chin Fan1+1-1
2024-09-09 04:23style: Improve code readabilityHsieh Chin Fan3+10-12
2024-09-09 04:22chore: Upgrade dependencies and package messageHsieh Chin Fan1+2-2
2024-09-09 04:21refactor: Apply API name for new vesion of mapclayHsieh Chin Fan3+10-12
2024-09-09 04:11chore: Remove useless CSSHsieh Chin Fan1+0-3
2024-09-07 14:26chore: Improve commentsHsieh Chin Fan1+10-8
2024-09-07 09:22fix: path of css and renderers from mapclayHsieh Chin Fan2+2-4
2024-08-13 15:58Initial CommitHsieh Chin Fan13+1404-0