aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
Commit message (Collapse)AuthorAge
* refactor: use MuationObserver to update contentsHsieh Chin Fan2024-10-22
| | | | | BREAKING CHANGE: * generateMaps no more called when content changes
* refactor: add <main> for contentsHsieh Chin Fan2024-10-14
|
* chore: update metadata for OGPHsieh Chin Fan2024-10-10
|
* chore: move config files about dev into scripts/Hsieh Chin Fan2024-10-10
|
* fix: path of resources for gh-pagesHsieh Chin Fan2024-10-08
|
* feat: add faviconHsieh Chin Fan2024-09-29
|
* fix: self-close tag in main pageHsieh Chin Fan2024-09-26
|
* refactor: rename data attribute for editorHsieh Chin Fan2024-09-22
| | | | | | data-layout -> data-mode This prevents confusing with data-layout in dumbymap
* feat: Switch layout by attributeHsieh Chin Fan2024-09-15
|
* refactor(CSS): Rename class name for HTML holderHsieh Chin Fan2024-09-15
| | | | result-html => DumbyMap
* chore: Change title of editor pageHsieh Chin Fan2024-09-11
|
* refactor: Switch to EasyMDEHsieh Chin Fan2024-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()
* Initial CommitHsieh Chin Fan2024-09-07