aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/editor.mjs
Commit message (Collapse)AuthorAge
* refactor: method of setting context menuHsieh Chin Fan2024-10-08
|
* fix: do not add anchor when user input is nullHsieh Chin Fan2024-10-08
|
* chore: change text content of "add anchor" menu-itemHsieh Chin Fan2024-10-08
|
* feat: add menu item for append ref style link on selectionHsieh Chin Fan2024-10-08
|
* fix: only show "More" with renderer suggestions in menuHsieh Chin Fan2024-10-08
|
* fix: only show "More" with renderer suggestions in menuHsieh Chin Fan2024-10-08
|
* feat: patch 6d1d37dHsieh Chin Fan2024-10-08
| | | | also add marker on map
* chore: add default yml into assets/Hsieh Chin Fan2024-10-08
|
* feat: use CSS selector to get map on contextmenuHsieh Chin Fan2024-10-08
|
* style: code reformatHsieh Chin Fan2024-10-08
|
* feat: fix top padding of reference style linksHsieh Chin Fan2024-10-07
|
* style: reformat codeHsieh Chin Fan2024-10-07
|
* feat: add menu item for adding map anchorsHsieh Chin Fan2024-10-07
|
* feat: use dumbymap.utils to expose contenxtmenuHsieh Chin Fan2024-10-07
|
* feat: new default content for tutorialHsieh Chin Fan2024-10-07
|
* style: jsdocHsieh Chin Fan2024-10-06
|
* fix: patch 849a9edHsieh Chin Fan2024-10-06
| | | | fix logic about syncing by offset
* refactor: patch 8d1b346, set order correctlyHsieh Chin Fan2024-10-06
|
* feat: patch 8d1b346 for fixed width/heightHsieh Chin Fan2024-10-06
|
* feat: add editor action for exportHsieh Chin Fan2024-10-06
| | | | hash icon for URL hash, floppy disk icon for export
* docs: improve jsdocHsieh Chin Fan2024-10-06
|
* feat: set 'EDIT' menu item in editor.mjsHsieh Chin Fan2024-10-06
|
* feat: add "Roll for map" featureHsieh Chin Fan2024-10-05
|
* fix: remove redundant function callHsieh Chin Fan2024-10-05
|
* feat: add menu items for map managingHsieh Chin Fan2024-10-05
|
* style: reformat codeHsieh Chin Fan2024-10-05
| | | | remove mapCallback for now
* feat: sync srolling of editor and dumbymapHsieh Chin Fan2024-10-05
|
* feat: unicode chars for editor actionsHsieh Chin Fan2024-10-04
|
* docs: add jsdocHsieh Chin Fan2024-10-04
|
* feat: add more menu-item for renderer suggestionsHsieh Chin Fan2024-10-03
|
* refactor: set Suggestion as custom elementHsieh Chin Fan2024-10-03
|
* fix: set layout attribute wisely for observerHsieh Chin Fan2024-10-02
|
* style: switch to standardjsHsieh Chin Fan2024-10-02
|
* fix: focus issue for editorHsieh Chin Fan2024-10-01
| | | | Now <ESC> and <F1> switch focus correctly
* fix: keep data-mode=editing when HTML refreshHsieh Chin Fan2024-10-01
|
* style: prettierHsieh Chin Fan2024-10-01
|
* style: change owner of [data-mode]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
* refactor: move menu feature from editor to dumbymapHsieh Chin Fan2024-10-01
|
* 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
|
* style: prettierHsieh Chin Fan2024-09-28
|
* fix: hide menu anyway when cursor changesHsieh Chin Fan2024-09-28
|
* feat: add menu items for dumbymap.utilsHsieh Chin Fan2024-09-26
|
* feat: add MenuItem for GeoLinkHsieh 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: reformat codeHsieh Chin Fan2024-09-25
|
* refactor: general menuHsieh Chin Fan2024-09-25
| | | | | * rename suggestionEle -> menu for general use cases * set Suggestion as module