Commit Graph

199 Commits

Author SHA1 Message Date
YangQi
effb43d7d9
feat: support for $ rendering katex (#251) 2023-11-07 07:35:15 +08:00
brzhang Group
192c7878f9
feat: support Mermaid and Katex (#250)
---------

Co-authored-by: hoollyzhang <hoollyzhang@tencent.com>
2023-11-04 11:40:39 +08:00
YangFong
5215234020 fix: formatting error 2023-10-28 16:59:33 +08:00
YangQi
3f50e98aa3
fix: localStorage of formQiniu (#240) 2023-08-28 07:56:23 +08:00
YangQi
8e2669788b
chore: migrate from Vuex to Pinia (#236) 2023-07-29 19:59:34 +08:00
YangQi
5f544291e5
fix: locate the bug (#233)
* fix: locate the bug

* fix: update regular expression

* fix #196
2023-07-29 12:17:46 +08:00
YangQi
b41f131f3a
refactor: convert menus to options (#190) 2022-08-23 22:22:01 +08:00
YangQi
32fb134675
perf: separation dialog component (#187)
- 分离组件
- 调整提示信息
2022-08-17 14:05:18 +08:00
YangQi
5df723f88c
chore: from value to visible (#186)
- 将 `value` 修改为 `visible`,并添加显式关闭方法
2022-08-17 14:00:46 +08:00
YangQi
99c0ce6a56
perf: separation of components (#185)
分离自定义 CSS 部分
2022-08-16 21:20:20 +08:00
YangQi
d5fdd04be9
feat: add Mac-style code block (#183)
close #168

Co-authored-by: yanglbme <szuyanglb@outlook.com>
2022-08-16 17:19:39 +08:00
YangQi
f5dd481425
fix: margin anomaly (#184) 2022-08-15 14:04:43 +08:00
YangQi
ab3ed9b128
feat: add <style-option-menu> component (#182) 2022-08-15 11:10:48 +08:00
YangQi
4c0b029430
perf: optimizing css (#180)
- 移除不会生效、无效的片段
- 调整部分属性的书写顺序
- 移除不再使用的图片
2022-08-09 20:13:40 +08:00
YangQi
aa7dbbd3e4
chore: remove size (#179)
`<i>` 并不支持 `size` 属性
2022-08-09 14:29:58 +08:00
YangQi
bbf47a5002
chore: migration rightClickMenuVisible (#178)
从 vuex 当中抽离 `rightClickMenuVisible`,该值并不需要放入 Vuex 当中共享
2022-08-09 14:25:40 +08:00
YangQi
0542f26d15
perf: simplified RunLoading structure (#177)
- 减少 HTML 结构
- 适配夜间模式
2022-08-09 10:31:23 +08:00
YangQi
2470c22d87
chore: rename component (#176)
- 命名风格统一大驼峰
- 统一组件风格,打开闭合标签
2022-08-08 19:08:42 +08:00
YangQi
7ea21044b0
fix: the lost animation (#175)
- 恢复移除的 css 代码,并将其并入 `<Loading>` 组件当中
- 动画控制迁移至 `<Loading>`
2022-08-08 17:30:41 +08:00
Yang Libin
ec7f1d5a18
chore: upgrade dependencies (#172) 2022-08-05 17:09:52 +08:00
YangQi
5c7e27d81f
pref: optimizing css (#171)
- 删除不会生效的 CSS
- 调整结构,减少不必要的标签
2022-08-04 19:06:43 +08:00
xw
ab21e0e73f
feat: The default url of the custom upload logic follows the current deployment path (#166) 2022-08-03 15:57:59 +08:00
YangQi
2b1fe2743a
chore: organize comments and formatting (#165)
- 提供公共函数 & 使用合适的参数名称
- 统一导出函数声明
- 优化部分 JSDoc 注解
2022-08-01 21:19:00 +08:00
YangQi
3d26b03430
perf: rearrange the top layout (#163)
* perf: rearrange the top layout

* chore: toggle selection style

* chore: remove default option

* chore: adjust the theme button position

* feat: the MD import function is added

* feat: add formatting function

* perf: improved color picker experience

* perf: added a format shortcut key

* chore: reduce the margin difference
2022-08-01 17:47:02 +08:00
YangQi
9c720a1662
perf: eliminate scroll bars (#162)
调整 CSS,使上传图片弹窗自适应居中
2022-07-28 14:03:50 +08:00
YangQi
64ead3b714
perf: more appropriate HTML structure (#159)
- 调整 HTML,使结构更贴合标签语义
- 移除部分不会生效的 CSS
2022-07-26 19:11:16 +08:00
yanglbme
48253ff7de feat: use aliyun oss 2022-05-27 22:20:17 +08:00
yanglbme
c0bca63ff1 chore: change cdn 2022-05-23 22:33:28 +08:00
Yang Libin
8e230984bc
chore: remove gitee image host (#146) 2022-03-27 19:45:14 +08:00
Yang Libin
bf3c6c4ec1
fix: update images path (#145) 2022-03-26 22:13:42 +08:00
xw
6202ad2ff0
style: Unified repository code style (#135) 2022-02-28 19:09:39 +08:00
xw
e23b354006
feat: Cooperate with third-party plug-ins to support direct publishing of articles (#134) 2022-02-28 12:34:47 +08:00
李寻欢
e6cc11d67b
feat: upload image by minio (#131) 2022-02-14 00:12:07 +08:00
miaogaolin
fe4d6b0324
feat: support custom code block theme (#112)
close #75
2021-12-03 14:35:25 +08:00
Yang Libin
050621ad71
chore: resolve switch problem and update doc (#110) 2021-11-30 23:50:35 +08:00
Yang Libin
bc4a629222
feat: reset style only (#108)
* reset style only
* close #107
2021-11-30 00:13:27 +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
544483c43c chore: remove unused import and upgrade version 2021-10-29 10:02:50 +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
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
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
2648c03b97 feat: update uploadImgDialog component 2020-12-01 21:06:42 +08:00
yanglbme
ba577270f4 build: release v1.4.4 2020-11-23 23:28:28 +08:00
yanglbme
8b9929f7db style: resolve lint warning 2020-11-22 22:36:35 +08:00
JimQing
eed30293d4 style: prettify code 2020-11-22 12:34:25 +00:00
jimqing
a70a6374dc feat: style fix 2020-11-22 20:33:04 +08:00
yanglbme
aee49b2d32 style: minor change in code doc 2020-11-21 09:33:45 +08:00
yanglbme
73b0f2ca5a feat: update component 2020-11-12 10:15:26 +08:00
yanglbme
c281093d59 style: prettify code 2020-11-12 01:50:47 +00:00
yanglbme
461cc47790 feat: support gitee uploader 2020-11-12 09:47:06 +08:00
yanglbme
faca068529 docs: prettify code 2020-11-09 00:43:19 +00: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
17f91e29ce docs: prettify code 2020-10-20 12:03:36 +00:00
yanglbme
9fbd02009c build: release v1.4.1 2020-10-15 09:35:56 +08:00
yanglbme
b344d67351 feat: update cdnHost 2020-10-15 09:22:56 +08:00
Jack
c3689883a7 希望支持aliyunOSS和tencentCos的自定义域名 #33 2020-10-14 22:47:08 +08:00
yanglbme
86e9effb18 feat: update uploadImgDialog component 2020-10-13 10:22:23 +08:00
JimQing
ed6d7f7bee update: format code 2020-10-13 00:07:14 +08:00
yanglbme
c3dc848b1a feat: update commit message
更新图片上传的 commit message
2020-10-02 14:49:20 +08:00
yanglbme
68ab146167 feat: update uploadImgDialog component
更新图床组件
2020-09-16 20:59:19 +08:00
yanglbme
16a64d2f27 fix: wrong assignment 2020-09-15 21:52:08 +08:00
yanglbme
30fa4aef25 feat: support Tencent COS 2020-09-15 21:49:30 +08:00
yanglbme
e79d219a39 fix: add v-model.trim for inputbox 2020-09-15 17:42:30 +08:00
yanglbme
761b2fc7b2 fix: update uploadImgDialog component 2020-09-13 21:36:51 +08:00
yanglbme
d33412b75d feat: add aliOSS 2020-09-13 21:24:27 +08:00
yanglbme
a17f6368e0 feat: update uploadImgDialog component 2020-09-13 16:09:31 +08:00
JimQing
f75a197d74 feat: upload config 2020-09-07 23:06:43 +08:00
yanglbme
c011860a61 feat: update uploadImgDialog component 2020-09-04 09:44:34 +08:00
yanglbme
a33b917b4a fix: resolve /deep/ combinator warning 2020-09-03 09:29:15 +08:00
JimQing
488a259950 feature: night theme for upload-image-dialog 2020-09-02 21:09:56 +08:00
yanglbme
eacc33c598 feat: update header and insertForm components 2020-09-02 20:39:47 +08:00
yanglbme
62565c1186 feat: update inputbox style 2020-09-02 19:54:39 +08:00
yanglbme
e80b769e12 feat: update configuration 2020-08-31 20:48:22 +08:00
yanglbme
f7e845be12 build: release v1.3.7 2020-08-31 19:45:29 +08:00
yanglbme
b0e07d9ab8 feat: add placeholder for inputBoxes 2020-08-31 16:14:14 +08:00
yanglbme
ed119cb4f9 fix: update upLoadImgDialog 2020-08-31 10:59:53 +08:00
yanglbme
d1ee063d6f style: update button type 2020-08-31 10:15:21 +08:00
hlw
f9c7d14a3f feat: allow custom img host 2020-08-30 20:21:15 +08:00
yanglbme
624a0d3307 fix: update date path 2020-08-30 09:43:05 +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
563c3855a6 refactor: temporarily remove images uploading feature 2020-08-03 23:44:11 +08:00
yanglbme
c5f570e391 style: remove code theme option 2020-07-28 20:51:27 +08:00
yanglbme
d42f98bcf1 fix: update code theme selector 2020-07-28 20:42:05 +08:00
yanglbme
f81e392899 style: update code style and default value 2020-07-27 22:35:56 +08:00
yanglbme
baf0f93fb7 Merge branch 'master' of github.com:doocs/md into feature-code-snippet 2020-07-27 09:23:30 +08:00
yanglbme
20118445a1 build: release v1.3.5 2020-07-26 23:27:42 +08:00
hlw
33252765a4 fix: menu close bug 2020-07-26 18:39:27 +08:00
hlwwlh
aade1445bc fix: right click menu visable bug 2020-07-19 13:54:11 +00:00
JimQing
ae03343d27 feature: code theme free 2020-07-19 15:46:05 +08:00
yanglbme
b92301c278 build: release v1.3.4
* 新增编辑器右键弹出功能菜单栏,操作更快捷
* 插入表格功能改进,更加人性化
* 项目结构调整,逻辑更清晰
2020-07-13 23:48:09 +08:00
JimQing
7f6459e5b4 fix: loading time 2020-07-13 23:35:46 +08:00