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

chore(vscodePlugin):upgrade deps and rename extension name #1013

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion vscodePlugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"configuration": {
"title": "cherryMarkdown",
"title": "Cherry Markdown",
"properties": {
"cherryMarkdown.Usage": {
"type": "string",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vscodePlugin/web-resources/dist/cherry-markdown.core.js

Large diffs are not rendered by default.

104 changes: 78 additions & 26 deletions vscodePlugin/web-resources/dist/cherry-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -826,10 +826,6 @@ span.CodeMirror-selectedtext {
content: "\ea62";
}

.ch-icon-search:before {
content: "\ea63";
}

.ch-icon-tips:before {
content: "\ea64";
}
Expand Down Expand Up @@ -890,10 +886,6 @@ span.CodeMirror-selectedtext {
content: "\ea72";
}

.ch-icon-inlineCode:before {
content: "\ea73";
}

.ch-icon-codeBlock:before {
content: "\ea74";
}
Expand All @@ -914,6 +906,18 @@ span.CodeMirror-selectedtext {
content: "\ea78";
}

.ch-icon-keyboard:before {
content: "\ea79";
}

.ch-icon-command:before {
content: "\ea7a";
}

.ch-icon-search:before {
content: "\ea7b";
}

.cherry-markdown {
word-break: break-all;
/* Specify class=linenums on a pre to get line numbering */
Expand Down Expand Up @@ -1536,6 +1540,9 @@ div[data-type=codeBlock] .token.entity {
div[data-type=codeBlock] .token.inserted {
color: green;
}
div[data-code-wrap=wrap] div[data-type=codeBlock] code[class*=language-] {
white-space: pre-wrap;
}
[data-code-block-theme=default] div[data-type=codeBlock] {
/* PrismJS 1.23.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+abap+abnf+actionscript+ada+agda+al+antlr4+apacheconf+apex+apl+applescript+aql+arduino+arff+asciidoc+aspnet+asm6502+autohotkey+autoit+bash+basic+batch+bbcode+birb+bison+bnf+brainfuck+brightscript+bro+bsl+c+csharp+cpp+cfscript+chaiscript+cil+clojure+cmake+cobol+coffeescript+concurnas+csp+coq+crystal+css-extras+csv+cypher+d+dart+dataweave+dax+dhall+diff+django+dns-zone-file+docker+dot+ebnf+editorconfig+eiffel+ejs+elixir+elm+etlua+erb+erlang+excel-formula+fsharp+factor+false+firestore-security-rules+flow+fortran+ftl+gml+gcode+gdscript+gedcom+gherkin+git+glsl+go+graphql+groovy+haml+handlebars+haskell+haxe+hcl+hlsl+http+hpkp+hsts+ichigojam+icon+icu-message-format+idris+ignore+inform7+ini+io+j+java+javadoc+javadoclike+javastacktrace+jexl+jolie+jq+jsdoc+js-extras+json+json5+jsonp+jsstacktrace+js-templates+julia+keyman+kotlin+kumir+latex+latte+less+lilypond+liquid+lisp+livescript+llvm+log+lolcode+lua+makefile+markdown+markup-templating+matlab+mel+mizar+mongodb+monkey+moonscript+n1ql+n4js+nand2tetris-hdl+naniscript+nasm+neon+nevod+nginx+nim+nix+nsis+objectivec+ocaml+opencl+openqasm+oz+parigp+parser+pascal+pascaligo+psl+pcaxis+peoplecode+perl+php+phpdoc+php-extras+plsql+powerquery+powershell+processing+prolog+promql+properties+protobuf+pug+puppet+pure+purebasic+purescript+python+qsharp+q+qml+qore+r+racket+jsx+tsx+reason+regex+rego+renpy+rest+rip+roboconf+robotframework+ruby+rust+sas+sass+scss+scala+scheme+shell-session+smali+smalltalk+smarty+sml+solidity+solution-file+soy+sparql+splunk-spl+sqf+sql+squirrel+stan+iecst+stylus+swift+t4-templating+t4-cs+t4-vb+tap+tcl+tt2+textile+toml+turtle+twig+typescript+typoscript+unrealscript+uri+v+vala+vbnet+velocity+verilog+vhdl+vim+visual-basic+warpscript+wasm+wiki+wolfram+xeora+xml-doc+xojo+xquery+yaml+yang+zig */
Expand Down Expand Up @@ -3903,7 +3910,7 @@ div[data-type=codeBlock] .token.inserted {
border-color: #dae0e5;
background-color: #e2e6ea;
}
.cherry-insert-formula-wrappler .cherry-insert-formula-select .cherry-insert-formula-categary .cherry-insert-formula-categary__func .cherry-insert-formula-categary__func-item svg {
.cherry-insert-formula-wrappler .cherry-insert-formula-select .cherry-insert-formula-categary .cherry-insert-formula-categary__func .cherry-insert-formula-categary__func-item svg, .cherry-insert-formula-wrappler .cherry-insert-formula-select .cherry-insert-formula-categary .cherry-insert-formula-categary__func .cherry-insert-formula-categary__func-item img {
pointer-events: none;
}
.cherry-insert-formula-wrappler .cherry-insert-formula-select .cherry-insert-formula-categary .cherry-insert-formula-categary__func:hover {
Expand Down Expand Up @@ -4093,11 +4100,33 @@ div[data-type=codeBlock] .token.inserted {
.cherry-shortcut-key-config-panel-wrapper .shortcut-static .cherry-shortcut-key-config-panel-ul .shortcut-key-item .shortcut-key-config-panel-static .shortcut-split {
color: #aaa;
}
.cherry-shortcut-key-config-panel-wrapper .shortcut-panel-title {
.cherry-shortcut-key-config-panel-wrapper .shortcut-panel-title, .cherry-shortcut-key-config-panel-wrapper .shortcut-panel-settings {
font-size: 14px;
padding: 10px 15px;
background-color: #eee;
}
.cherry-shortcut-key-config-panel-wrapper .shortcut-panel-settings {
padding: 10px 15px;
font-size: 12px;
cursor: pointer;
user-select: none;
border-bottom: 1px solid #aaa;
justify-content: space-between;
display: flex;
}
.cherry-shortcut-key-config-panel-wrapper .shortcut-panel-settings .shortcut-settings-btn {
height: auto;
line-height: 1.2em;
}
.cherry-shortcut-key-config-panel-wrapper .shortcut-panel-settings .shortcut-settings-btn:hover {
color: rgb(255, 77, 79);
}
.cherry-shortcut-key-config-panel-wrapper.disable .cherry-shortcut-key-config-panel-ul {
opacity: 0.3;
}
.cherry-shortcut-key-config-panel-wrapper.disable .j-shortcut-settings-disable-btn {
color: rgb(255, 77, 79);
}

.cherry {
display: flex;
Expand Down Expand Up @@ -4243,9 +4272,10 @@ div[data-type=codeBlock] .token.inserted {
.cherry-toolbar {
position: relative;
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 0 20px;
height: 48px;
min-height: 48px;
font-size: 14px;
line-height: 2.8;
flex-basis: 100%;
Expand Down Expand Up @@ -4289,18 +4319,19 @@ div[data-type=codeBlock] .token.inserted {
.cherry-toolbar .toolbar-right {
display: flex;
align-items: center;
height: 48px;
overflow: hidden;
min-height: 48px;
flex-wrap: wrap;
flex: 1;
}
.cherry-toolbar .toolbar-left {
flex: 0 0 auto;
margin-right: 20px;
}
.cherry-toolbar .toolbar-right {
flex: 0 1 auto;
flex-direction: row-reverse;
margin-left: 10px;
box-sizing: border-box;
min-height: 0;
}
.cherry-toolbar.preview-only .cherry-toolbar-button {
display: none;
Expand Down Expand Up @@ -4623,6 +4654,7 @@ div[data-type=codeBlock] .token.inserted {
.cherry-editor .CodeMirror-lines {
padding: 15px 34px;
}
.cherry-editor .CodeMirror-lines .long-text,
.cherry-editor .CodeMirror-lines .drawio,
.cherry-editor .CodeMirror-lines .base64 {
display: inline-block;
Expand Down Expand Up @@ -4759,7 +4791,12 @@ div[data-type=codeBlock] .token.inserted {
.cherry-previewer-codeBlock-hover-handler {
z-index: 0;
position: absolute;
pointer-events: none;
}
.cherry-previewer-codeBlock-hover-handler * {
pointer-events: all;
}
.cherry-previewer-codeBlock-hover-handler .cherry-code-block-custom-btn,
.cherry-previewer-codeBlock-hover-handler .cherry-copy-code-block,
.cherry-previewer-codeBlock-hover-handler .cherry-unExpand-code-block,
.cherry-previewer-codeBlock-hover-handler .cherry-edit-code-block {
Expand All @@ -4772,13 +4809,15 @@ div[data-type=codeBlock] .token.inserted {
float: right;
top: 15px;
border-radius: 5px;
margin-left: -27px;
transition: all 0.3s;
z-index: 2;
color: #3582fb;
background-color: #eee;
border-color: #3582fb;
}
.cherry-previewer-codeBlock-hover-handler .cherry-code-block-custom-btn {
width: auto;
}
.cherry-previewer-codeBlock-hover-handler .cherry-expand-code-block {
position: absolute;
width: 25px;
Expand All @@ -4800,19 +4839,12 @@ div[data-type=codeBlock] .token.inserted {
right: 10px;
}
.cherry-previewer-codeBlock-hover-handler .cherry-unExpand-code-block {
right: 10px;
z-index: 12;
margin-top: 30px;
}
.cherry-previewer-codeBlock-hover-handler .cherry-unExpand-code-block.hidden {
display: none;
}
.cherry-previewer-codeBlock-hover-handler .cherry-copy-code-block {
right: 10px;
}
.cherry-previewer-codeBlock-hover-handler .cherry-edit-code-block {
right: 40px;
}
.cherry-previewer-codeBlock-hover-handler .cherry-code-block-custom-btn:hover,
.cherry-previewer-codeBlock-hover-handler .cherry-copy-code-block:hover,
.cherry-previewer-codeBlock-hover-handler .cherry-expand-code-block:hover,
.cherry-previewer-codeBlock-hover-handler .cherry-unExpand-code-block:hover,
Expand Down Expand Up @@ -4907,21 +4939,41 @@ div[data-type=codeBlock] .token.inserted {
.cherry-previewer .cherry-list__square {
list-style: square;
}
[data-code-block-theme=default] .cherry-previewer .cherry-code-block-custom-btn,
[data-code-block-theme=default] .cherry-previewer .cherry-copy-code-block,
[data-code-block-theme=default] .cherry-previewer .cherry-expand-code-block,
[data-code-block-theme=default] .cherry-previewer .cherry-unExpand-code-block,
[data-code-block-theme=default] .cherry-previewer .cherry-edit-code-block, [data-code-block-theme=funky] .cherry-previewer .cherry-copy-code-block,
[data-code-block-theme=default] .cherry-previewer .cherry-edit-code-block, [data-code-block-theme=funky] .cherry-previewer .cherry-code-block-custom-btn,
[data-code-block-theme=funky] .cherry-previewer .cherry-copy-code-block,
[data-code-block-theme=funky] .cherry-previewer .cherry-expand-code-block,
[data-code-block-theme=funky] .cherry-previewer .cherry-unExpand-code-block,
[data-code-block-theme=funky] .cherry-previewer .cherry-edit-code-block, [data-code-block-theme=solarized-light] .cherry-previewer .cherry-copy-code-block,
[data-code-block-theme=funky] .cherry-previewer .cherry-edit-code-block, [data-code-block-theme=solarized-light] .cherry-previewer .cherry-code-block-custom-btn,
[data-code-block-theme=solarized-light] .cherry-previewer .cherry-copy-code-block,
[data-code-block-theme=solarized-light] .cherry-previewer .cherry-expand-code-block,
[data-code-block-theme=solarized-light] .cherry-previewer .cherry-unExpand-code-block,
[data-code-block-theme=solarized-light] .cherry-previewer .cherry-edit-code-block, [data-code-block-theme=coy] .cherry-previewer .cherry-copy-code-block,
[data-code-block-theme=solarized-light] .cherry-previewer .cherry-edit-code-block, [data-code-block-theme=coy] .cherry-previewer .cherry-code-block-custom-btn,
[data-code-block-theme=coy] .cherry-previewer .cherry-copy-code-block,
[data-code-block-theme=coy] .cherry-previewer .cherry-expand-code-block,
[data-code-block-theme=coy] .cherry-previewer .cherry-unExpand-code-block,
[data-code-block-theme=coy] .cherry-previewer .cherry-edit-code-block {
background-color: #3582fb;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.cherry-previewer .cherry-flow-session-cursor {
background-color: rgba(53, 130, 251, 0.5333333333);
padding: 0 2.5px;
animation: blink 1s infinite;
}

.cherry-color-wrap {
display: none;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vscodePlugin/web-resources/dist/cherry-markdown.esm.js

Large diffs are not rendered by default.

Loading
Loading