aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* fix: focus issue for editorHsieh Chin Fan2024-10-01
| | | | Now <ESC> and <F1> switch focus correctly
* style: reformat codeHsieh Chin Fan2024-10-01
|
* fix: patch 756a8b9, prevent affect elements in mapHsieh Chin Fan2024-10-01
|
* fix: keep data-mode=editing when HTML refreshHsieh Chin Fan2024-10-01
|
* fix: set menu position relative to clickHsieh Chin Fan2024-10-01
| | | | need to calculate offset of parent element
* style: prettierHsieh Chin Fan2024-10-01
|
* feat: beautify result reportHsieh Chin Fan2024-10-01
| | | | | | * add color for state string * align extra info to right * apply new mapclay rule, steps result about "prepare" has type="prepare"
* feat: show menu items in casesHsieh Chin Fan2024-10-01
| | | | | If click on map, only show focus/print-results items If not, show focus-block method and other menu-items
* feat: add menu-items for toggling focusHsieh Chin Fan2024-10-01
|
* refactor: menu-item only call methods from dumbymap.utilsHsieh Chin Fan2024-10-01
|
* style: change owner of [data-mode]Hsieh Chin Fan2024-10-01
|
* style: stylelintHsieh Chin Fan2024-10-01
|
* feat: print details of renderer result (finally)Hsieh Chin Fan2024-10-01
|
* feat: improve menu itemsHsieh Chin Fan2024-10-01
| | | | | | * fix editing mode, make it just like layout changes * add plain-modal for renderer results * check selection is within text range for geolink
* feat: patch 27feb13, use custom HTMLElementHsieh Chin Fan2024-10-01
|
* refactor: move menu feature from editor to dumbymapHsieh Chin Fan2024-10-01
|
* style: way to manage Element.childrenHsieh Chin Fan2024-10-01
|
* style: stylelintHsieh Chin Fan2024-09-30
|
* style: commentsHsieh Chin Fan2024-09-30
|
* feat: improve actions in sub-menuHsieh Chin Fan2024-09-30
| | | | | | * scroll to focus map/block * refactor methods in dumbyUtils * refactor MutationObserver for map
* feat(CSS): make step indicator smallerHsieh Chin Fan2024-09-30
|
* fix(CSS): sub-menu lookingHsieh Chin Fan2024-09-30
|
* fix: prevent redundant sub-menu generateHsieh Chin Fan2024-09-30
|
* feat: add submenu for map/block/layout switchingHsieh Chin Fan2024-09-29
| | | | | | | | | | | * Add general classes into MenuItem * Use MutationObserver for data-mode * Automatically unfocus other maps when one is focused TODO: * hover effect on submenu item doesn't work, why? * shorcuts hint in selector ".folder.menu-item" not looks great
* feat(editor): use unicode for action iconsHsieh Chin Fan2024-09-29
| | | | * remove some buttons for later
* style: prettierHsieh Chin Fan2024-09-29
|
* feat(mapclay): add callback to indicate rendering progressHsieh Chin Fan2024-09-29
|
* feat(CSS): add icon for external linkHsieh Chin Fan2024-09-29
|
* style: prettier for stylelintHsieh Chin Fan2024-09-28
|
* style: prettierHsieh Chin Fan2024-09-28
|
* fix: hide menu anyway when cursor changesHsieh Chin Fan2024-09-28
|
* refactor: mapclay v0.8.2Hsieh Chin Fan2024-09-28
| | | | | | | | | | * class name from 'map-container' -> 'mapclay' * Just append rendered element when semantic HTML is generated from markdown. Reuse logic is handed by mapclay * Move logic about geolinks into afterMapRendered for each rendering (afterEachMapLoaded -> afterMapRendered)
* feat: apply options for generateMaps()Hsieh Chin Fan2024-09-27
|
* refactor: rename classname by newer mapclayHsieh Chin Fan2024-09-27
|
* feat(CSS): add gray-out to non-focused blockHsieh Chin Fan2024-09-26
|
* feat(CSS): improve lookingHsieh Chin Fan2024-09-26
|
* feat: add menu items for dumbymap.utilsHsieh Chin Fan2024-09-26
|
* chore: style lintHsieh Chin Fan2024-09-26
|
* chore(CSS): improve lookingHsieh Chin Fan2024-09-26
|
* feat: add MenuItem for GeoLinkHsieh Chin Fan2024-09-26
|
* feat: close draggable block by middle clickHsieh Chin Fan2024-09-26
|
* feat: add menu item for adding Geo-LinkHsieh Chin Fan2024-09-26
|
* refactor: methods about creating geo/doc linksHsieh Chin Fan2024-09-25
| | | | change methods to only create a single link
* chore: CSS improveHsieh Chin Fan2024-09-25
|
* chore: reformat codeHsieh Chin Fan2024-09-25
|
* refactor: general menuHsieh Chin Fan2024-09-25
| | | | | * rename suggestionEle -> menu for general use cases * set Suggestion as module
* feat(CSS): prettify of draggable barHsieh Chin Fan2024-09-24
|
* feat: improve focus utilsHsieh Chin Fan2024-09-24
| | | | | | * use block height to determine behavior of scrollIntoView() * change color of indicator for focused block * make indicator always visible
* refactor: move utils about dumbymap into moduleHsieh Chin Fan2024-09-24
|
* fix(layout): position of scrollable barHsieh Chin Fan2024-09-24
|