Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | feat: use Escape and F1 to switch preview/editor | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | feat(CSS): add focus visual to editor and output | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | feat: add util "removeBlockFocus" | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | feat: add focusNextBlock util | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | feat: disable debounce temporarily to check performance | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | feat: remove keydown events from dumbymap | Hsieh Chin Fan | 2024-09-23 | |
| | | | | | | | | | | | | * events now handed by editor * this fix document.onkeydown reset when generatedMaps() called more than one time * apply "bind" to remove methods about user interaction from generateMaps() * refactor focusNextmap(), using array to store rendered maps BREAKING CHANGE: generateMaps() now return dumbymap Object, contains key elements and methods | |||
* | refactor: rename data attribute for editor | Hsieh Chin Fan | 2024-09-22 | |
| | | | | | | data-layout -> data-mode This prevents confusing with data-layout in dumbymap | |||
* | fix: apply new layout name in editor | Hsieh Chin Fan | 2024-09-21 | |
| | ||||
* | chore(release): update mapclay to 0.6.7 | Hsieh Chin Fan | 2024-09-21 | |
| | ||||
* | feat: move anchor to newline after doc separator completion | Hsieh Chin Fan | 2024-09-20 | |
| | ||||
* | fix: don't show suggestion list in case | Hsieh Chin Fan | 2024-09-19 | |
| | ||||
* | feat: swith focus map by tab key and click | Hsieh Chin Fan | 2024-09-18 | |
| | | | | | | | | | | * Use data-focus attribute and MutationObserver to move map-container between Sementic HTML and Showcase. * Currently set return value of docuement.onkeydown in editor, then reset onkeydown function in dumbymap. Maybe there is a better way? * CSS to make placeholder not so obvious | |||
* | fix: update text decoration properly | Hsieh Chin Fan | 2024-09-16 | |
| | ||||
* | fix: prevent autosave overrides content from hash | Hsieh Chin Fan | 2024-09-16 | |
| | ||||
* | feat: Set callback for click event | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | chore: eslint | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | style: Reformat code | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat: Render maps directly be debounce | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat: Switch layout by attribute | 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: More code blocks | Hsieh Chin Fan | 2024-09-13 | |
| | ||||
* | patch | 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 | |
| | ||||
* | chore: Fix warning from eslint | 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 | |
| | ||||
* | 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 | |
| | ||||
* | chore: Improve eslint | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | feat: Remove spellcheck better | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | feat: Don't add suggestions in cases | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | feat: Save content in hash | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | style: Improve code readability | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | refactor: Apply API name for new vesion of mapclay | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | chore: Improve comments | Hsieh Chin Fan | 2024-09-07 | |
| | ||||
* | Initial Commit | Hsieh Chin Fan | 2024-09-07 | |