MarkdownEditor 1.0.0 Released
Features
- Real-time markdown display
- Cloud starge and personal space
- Mermaid support
- Mobile support
What's Changed
- feat: add code block copy by @JunHaoShih in #14
- fix: save trashBinView after delete by @JunHaoShih in #15
- fix: add missing copy button if language not found by @JunHaoShih in #16
- Update firebase by @JunHaoShih in #17
- refactor: add builder function to dialog by @JunHaoShih in #18
- fix: remove unnecessary type assertion by @JunHaoShih in #19
- feat: add target blank to all links by @JunHaoShih in #21
- refactor: use better click event handling by @JunHaoShih in #22
- Svg by @JunHaoShih in #20
- fix: add padding to make button bigger by @JunHaoShih in #23
- feat: download md by @JunHaoShih in #24
- refactor: change store to composition api by @JunHaoShih in #25
- feat: add dark mode by @JunHaoShih in #26
- fix: md style break due to tailwind preflight by @JunHaoShih in #27
- Add rwd by @JunHaoShih in #28
- fix: markdown layout error by @JunHaoShih in #29
- Capacitor by @JunHaoShih in #30
- fix: capacitor local download by @JunHaoShih in #31
- fix: change default collapse boolean value by @JunHaoShih in #32
- feat: add emoji plugin on md by @JunHaoShih in #33
- feat: add footnote to md by @JunHaoShih in #34
- Update README.md by @JunHaoShih in #35
- feat: display loader when login by @JunHaoShih in #36
- feat: add local notification on capacitor mode by @JunHaoShih in #37
- chore: update ts config by @JunHaoShih in #38
- fix: change drawer title color on dark by @JunHaoShih in #39
- feat: make monaco editor loading async by @JunHaoShih in #40
- New icon by @JunHaoShih in #41
- feat: add local notification icon by @JunHaoShih in #42
- feat: add mermaid support by @JunHaoShih in #43
- Md viewer max width by @JunHaoShih in #44
- Store dark settins by @JunHaoShih in #45
- chore: remove unused field by @JunHaoShih in #46
- chore: upgrade electron by @JunHaoShih in #47
- feat: open browser on anchor clicked on Electron by @JunHaoShih in #48
- fix: update axios by @JunHaoShih in #49
- feat: add splash screen on Electron by @JunHaoShih in #50
- feat: add email verify by @JunHaoShih in #51
- feat: add title to code block by @JunHaoShih in #52
- Google register by @JunHaoShih in #53
- fix: google popup blocked by electron by @JunHaoShih in #54
- Fix capacitor google login by @JunHaoShih in #55
- fix: hide viewer when not needed by @JunHaoShih in #56
- fix: use scrollIntoView on Electron and Capacitor by @JunHaoShih in #57
- Add opened file list by @JunHaoShih in #58
- Update readme by @JunHaoShih in #59
Full Changelog: v0.2.0...v1.0.0