Commit Graph

49 Commits

Author SHA1 Message Date
yanglbme
474196e587 chore: change max size of image 2021-11-26 23:42:56 +08:00
wll8
69175a72f2 Merge branch 'main' of https://github.com/doocs/md 2021-11-24 19:10:10 +08:00
xw
1f5434fa07
feat: custom upload logic (#91)
* feat: Custom upload logic

* doc: update readme

* Update README.md
2021-11-24 14:31:19 +08:00
wll8
0f3813f646 refactor: Handle the default text to avoid unnecessary escaping in js 2021-11-24 13:35:35 +08:00
Yang Libin
4d24ca8161
feat: import markdown content (#89)
* feat: import markdown content

* feat: alert success msg

* feat: alert error msg
2021-11-23 21:45:53 +08:00
yanglbme
7e61fb3aa4 feat: support customize ext link style (#74)
close #74
2021-11-07 21:41:51 +08:00
yanglbme
51758190e5 fix: blank line in code (#75) 2021-11-07 21:08:51 +08:00
小树
150435efa2
fix: code style lost in downloaded html file (#73)
* fix: color of the html export button in dark mode

* fix: code style lost in downloaded html file

* fix: adjust for which span includes code

* fix #71
2021-10-30 22:54:41 +08:00
yanglbme
f0a45933c7 fix: inline style 2021-10-29 00:31:02 +08:00
yanglbme
55c9bc2c96 style: prettify code 2021-10-26 14:46:03 +00:00
yanglbme
865ec177dc feat: customize ul, ol style 2021-10-26 22:43:06 +08:00
小树
e15df5c6b6
feat: add charset and max width for exported HTML (#69)
* feat: add charset and max width for exported HTML
* fix: recovery format
2021-10-16 09:54:45 +08:00
yanglbme
6774cceb06 style: prettify code 2021-10-14 12:12:46 +00:00
小树
6e8763ff75
feat: export html page (#68) 2021-10-14 20:12:19 +08:00
JimQing
87b8e9ea09
style fix & add name (#59) 2021-03-07 23:59:00 +08:00
yanglbme
26edb6eb50 fix: code style 2021-03-03 22:53:04 +08:00
JimQing
b50ae32834
refactor: use uni-app framework (#55)
* update framework to uni-app

* fix: bug fix

* fix: bug fix

* 修改输出路径

* feat: publicPath

* feat: manifest update

* fix: cssEditor theme

* fix: style

* style: format code with prettier

* fix: table style & copy style on the night mode

* fix: upload image

* fix: style

Co-authored-by: yanglbme <szuyanglb@outlook.com>
2021-02-28 14:50:52 +08:00
yanglbme
c7eea12c2a feat: update wx renderer 2021-01-25 09:49:58 +08:00
yanglbme
00fc92833d fix: resolve upload error 2020-12-05 21:21:10 +08:00
yanglbme
186026afa1 refactor: update uploadImg component 2020-12-04 20:47:28 +08:00
yanglbme
71704264c5 refactor: update upload component 2020-12-04 00:57:46 +08:00
yanglbme
2f3bdeadbf chore: update formatter 2020-12-03 00:56:30 +08:00
yanglbme
88419529f8 style: update wx-renderer 2020-11-26 20:10:39 +08:00
yanglbme
8b9929f7db style: resolve lint warning 2020-11-22 22:36:35 +08:00
yanglbme
a54f55bbac style: prettify code 2020-11-21 01:34:46 +00:00
yanglbme
aee49b2d32 style: minor change in code doc 2020-11-21 09:33:45 +08:00
yanglbme
5f913d4b27 fix: update validateConfig func 2020-11-09 08:41:52 +08:00
yanglbme
3fac278a83 feat: support qiniu kodo 2020-11-08 21:36:41 +08:00
yanglbme
90d9b86fe6 docs: prettify code 2020-10-20 11:43:11 +00:00
JimQing
ed6d7f7bee update: format code 2020-10-13 00:07:14 +08:00
yanglbme
30fa4aef25 feat: support Tencent COS 2020-09-15 21:49:30 +08:00
yanglbme
d33412b75d feat: add aliOSS 2020-09-13 21:24:27 +08:00
yanglbme
b806fba293 Merge branch 'master' of github.com:doocs/md into feature-upload-config 2020-09-13 11:27:28 +08:00
JimQing
2abf62cec9 feat: update upload method 2020-09-12 20:25:14 +08:00
yanglbme
c2ed645ec6 fix: update wx-renderer 2020-09-11 20:35:35 +08:00
JimQing
f75a197d74 feat: upload config 2020-09-07 23:06:43 +08:00
yanglbme
e80b769e12 feat: update configuration 2020-08-31 20:48:22 +08:00
yanglbme
624a0d3307 fix: update date path 2020-08-30 09:43:05 +08:00
yanglbme
ec2ae4aa51 fix: update upload method 2020-08-29 19:13:52 +08:00
yanglbme
7e333ed54c fix: remove expired token 2020-08-29 16:21:03 +08:00
JimQing
2e6b0b00db feature: change pic repo 2020-08-29 11:55:16 +08:00
yanglbme
09bcae5349 fix: resolve images problem 2020-08-15 14:32:36 +08:00
yanglbme
7eb8e99be5 build: release v1.3.6
* 微信代码块CSS样式美化调整
* JavaScript代码优化
2020-07-29 22:37:44 +08:00
yanglbme
c5f570e391 style: remove code theme option 2020-07-28 20:51:27 +08:00
yanglbme
f81e392899 style: update code style and default value 2020-07-27 22:35:56 +08:00
JimQing
ae03343d27 feature: code theme free 2020-07-19 15:46:05 +08:00
JimQing
4de82b263e update: ImgUpload update 2020-07-13 20:58:38 +08:00
JimQing
326192edf0 add: add right-side menu 2020-07-13 00:26:29 +08:00
JimQing
ee71cb4abb fix: folder rebuild 2020-07-09 21:50:20 +08:00