Arun Sathiya
72cb6da810
ci: use GITHUB_OUTPUT envvar instead of set-output command ( #271 )
...
`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/ ).
This PR updates the usage of `::set-output` to `"$GITHUB_OUTPUT"`
Instructions for envvar usage from GitHub docs:
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
2024-01-20 16:55:49 +08:00
YangQi
6f572ba5f3
feat: optional edit area location ( #267 )
2024-01-09 19:43:31 +08:00
yanglbme
5767e384fb
docs: update user list
2023-12-18 10:56:06 +08:00
thinkasany
e4dceb6325
ci: add conditional restrictions ( #264 )
2023-12-15 20:32:18 +08:00
thinkasany
c2e5bec81e
ci: cli release ( #261 )
2023-12-07 11:44:52 +08:00
xw
5dec24f819
chore: upgrade md-cli to v0.0.6 ( #257 )
...
* fix: Update the command line parameter passing method
* chore: Upgrade mockm
* chore: Only use mockm with md-cli
* chore: Update the version number of md-cli
* feat: Optimize process management
* fix: Optimize space paths
2023-12-06 18:46:27 +08:00
dependabot[bot]
0af8054e9f
build(deps): bump axios from 0.27.2 to 1.6.0 ( #255 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-11 18:17:05 +08:00
YangQi
0fba96465a
fix: render katex ( #253 )
2023-11-08 08:49:41 +08:00
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
brzhang Group
806c4c086d
feat: support keyboard shortcuts on Mac ( #248 )
...
Co-authored-by: hoollyzhang <hoollyzhang@tencent.com>
2023-10-31 19:04:16 +08:00
dependabot[bot]
aed86de910
build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 ( #244 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YangQi <yangfong2022@qq.com>
2023-10-28 04:16:08 -05:00
dependabot[bot]
708679efe1
build(deps): bump crypto-js from 4.1.1 to 4.2.0 ( #245 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YangQi <yangfong2022@qq.com>
2023-10-28 04:12:49 -05:00
dependabot[bot]
ff5dd2f1a1
build(deps): bump browserify-sign from 4.2.1 to 4.2.2 ( #246 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YangQi <yangfong2022@qq.com>
2023-10-28 04:09:33 -05: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
YangFong
f7cdc8b9f9
fix: style of app
2023-08-27 17:25:00 +08:00
YangFong
2c9f31eeb0
chore: improve css import
...
- 公共样式放入顶层
- 合并 `<style>`
2023-08-26 19:20:03 +08:00
YangQi
8e2669788b
chore: migrate from Vuex to Pinia ( #236 )
2023-07-29 19:59:34 +08:00
YangQi
ae9f654d81
chore: remove vue-router ( #235 )
2023-07-29 17:00:48 +08:00
YangQi
6fde1c171a
chore: update dependencies ( #234 )
2023-07-29 16:36:10 +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
6847c50091
fix: unexpected token ( #232 )
2023-07-28 14:28:57 +08:00
Yang Libin
867771718e
docs: update user list ( #227 )
...
See discussion #5 for more details
2023-07-01 10:37:29 +08:00
dependabot[bot]
ada0c45a0c
build(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 ( #228 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.2.4 to 4.2.5.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.4...v4.2.5 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 10:32:50 +08:00
dependabot[bot]
108d39042c
build(deps): bump fast-xml-parser from 4.2.2 to 4.2.4 ( #222 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yang Libin <szuyanglb@outlook.com>
2023-07-01 10:27:53 +08:00
dependabot[bot]
f683da8a83
build(deps): bump vm2 from 3.9.17 to 3.9.19 ( #219 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.17 to 3.9.19.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.17...3.9.19 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 10:21:39 +08:00
RedCloud
f397d9184e
fix: not replace <pre> in list ( #226 )
2023-06-18 20:54:42 +08:00
dependabot[bot]
f6edf04dd6
build(deps): bump vm2 from 3.9.11 to 3.9.17 in /md-cli ( #213 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.11 to 3.9.17.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.11...3.9.17 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-10 20:04:42 +08:00
dependabot[bot]
65e3366ddd
build(deps): bump ansi-regex ( #212 )
...
Bumps and [ansi-regex](https://github.com/chalk/ansi-regex ). These dependencies needed to be updated together.
Updates `ansi-regex` from 3.0.0 to 5.0.1
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v5.0.1 )
Updates `ansi-regex` from 4.1.0 to 5.0.1
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-10 20:04:06 +08:00
Yang Libin
5c44562fe3
chore: upgrade actions version ( #211 )
2023-05-10 19:58:10 +08:00
Yang Libin
3a64245e8b
chore: upgrade node version ( #210 )
2023-05-10 17:54:48 +08:00
Yang Libin
b175b69b92
chore: upgrade node version ( #209 )
2023-05-10 17:23:23 +08:00
dependabot[bot]
6bcfea990e
build(deps): bump @xmldom/xmldom from 0.8.3 to 0.8.6 ( #200 )
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.3 to 0.8.6.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.3...0.8.6 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-09 11:02:37 +08:00
dependabot[bot]
af3d2cece3
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 ( #199 )
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-09 10:56:15 +08:00
dependabot[bot]
10ff84f2d0
build(deps): bump @xmldom/xmldom from 0.8.2 to 0.8.3 ( #194 )
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.2...0.8.3 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-12 10:22:03 +08:00
dependabot[bot]
c42509cb83
build(deps): bump vm2 from 3.9.10 to 3.9.11 ( #193 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.10 to 3.9.11.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.10...3.9.11 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-29 10:12:39 +08:00
dependabot[bot]
296dd404f3
build(deps): bump vm2 from 3.9.10 to 3.9.11 in /md-cli ( #192 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.10 to 3.9.11.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.10...3.9.11 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-29 10:12:15 +08:00
yanglbme
7488048052
chore: remove compress workflow
2022-09-14 10:39:50 +08:00
YangQi
b41f131f3a
refactor: convert menus to options ( #190 )
2022-08-23 22:22:01 +08:00
YangQi
f89d85cc4e
fix: abnormal hyperlink ( #189 )
...
修复在某种选中模式下,超链接格式逆位
2022-08-23 22:16:44 +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
yanglbme
9d27b1a8e1
chore: update compress workflow
2022-08-09 21:27:45 +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