Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs:Cherry-markdown Competitor-Analysis #894

Closed
wants to merge 45 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
83cc504
1.0
Zerwolrod Sep 5, 2024
d67d696
1.0
Zerwolrod Sep 5, 2024
8fd807d
1.1
Zerwolrod Sep 5, 2024
25918a3
1.0
Zerwolrod Sep 5, 2024
7a68f2c
feat: pr-merge action execute limit repository
Jul 30, 2024
e27f372
fix: #858 修复漏洞
Jul 30, 2024
9ae59ac
feat: 预览区代码块支持展开收起功能和对应的配置 (#793)
huangqinxiong970822 Jul 31, 2024
7c0b1e1
style: 修改图标产生的冲突
sunsonliu Aug 1, 2024
9c73580
feat: #815 多文件上传 (#863)
Saraph1nes Aug 5, 2024
11a072b
fix: 修复代码块展开收起引入的bug,并优化展开收起的交互体验
sunsonliu Aug 8, 2024
e20a1a4
lint
sunsonliu Aug 8, 2024
6214241
lint
sunsonliu Aug 8, 2024
c8bb29b
fix: #866 修复draw.io在预览区无脑打开编辑框的问题
sunsonliu Aug 9, 2024
baf1602
feat: #813 增加对drawioIframe样式的配置
sunsonliu Aug 9, 2024
8cc2b64
feat: #822 增加代码块主题
sunsonliu Aug 9, 2024
b72b154
style: 暗黑主题优化 (#837)
plus7c Aug 9, 2024
6a1c8f1
style: 优化暗黑模式下的细节
sunsonliu Aug 12, 2024
f200911
style: 优化暗黑模式下的细节
sunsonliu Aug 12, 2024
d4098f4
chore(release): 0.8.46
sunsonliu Aug 12, 2024
927d77c
fix: Ensure target directories exist
Aug 12, 2024
99756a2
fix(type): type error in config (#839)
RSS1102 Aug 14, 2024
ccb0574
ADD: localization (Russian) (#875)
evgip Aug 20, 2024
debf3c6
fix(client): due to the proxy of the editor instance, data cannot be …
RSS1102 Aug 20, 2024
e3a3422
feat(client): add shortcut keys (#878)
RSS1102 Aug 21, 2024
3e667a9
#616 增加切换语言的工具栏按钮
sunsonliu Aug 22, 2024
4c9fe4c
#616 增加切换语言的回调事件
sunsonliu Aug 22, 2024
1a26dae
#616 增加切换语言的api
sunsonliu Aug 22, 2024
92ef8b4
feat: #874 优化主题、代码块主题的相关逻辑,便于做持久化,优先级:本地缓存>配置>默认配置
sunsonliu Aug 26, 2024
78af6c2
doc: 增加切换主题、代码块主题的api
sunsonliu Aug 26, 2024
788fb9b
demo: 增加自定义图标的例子,顺便修复下自定义图标时的一个bug
sunsonliu Aug 28, 2024
ca8e6bf
feat: #876 窗口浮动 (#884)
Saraph1nes Aug 29, 2024
f08c285
fix: #879 脚注跳转支持不更新location hash
sunsonliu Aug 29, 2024
0c2790f
feat: 浮动预览窗口优化
Aug 31, 2024
1fd6ee9
ci: 优化预览链接
Aug 31, 2024
cdd4e81
ci: test
Aug 31, 2024
4acc678
revert: test
Aug 31, 2024
c94d2ed
1. 修复codeblock 主题不存在问题
humyfred Sep 3, 2024
263dd4b
fix: #871 重做了下快捷键配置机制
sunsonliu Sep 3, 2024
2b71289
优化下demo
sunsonliu Sep 3, 2024
636dd24
fix: 注释掉config里的无用配置
sunsonliu Sep 3, 2024
0d2ea98
chore(release): 0.8.47
sunsonliu Sep 3, 2024
fd56227
1.0
Zerwolrod Sep 5, 2024
5eddb51
Modules 1 to 4 are preliminarily completed.
Zerwolrod Sep 6, 2024
b097215
Resolved merge conflicts in Competitor - Analysis.md
Zerwolrod Sep 6, 2024
67417ee
Update Competitor-Analysis.md
Zerwolrod Sep 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert: test
  • Loading branch information
Saraph1nes authored and Zerwolrod committed Sep 5, 2024
commit 4acc6787a5ca974fe9c3ca1245140e82636d8816
1 change: 0 additions & 1 deletion src/Cherry.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// 123
import mergeWith from 'lodash/mergeWith';
import Editor from './Editor';
import Engine from './Engine';
Expand Down