crossnote 0.8.16 → 0.8.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/out/cjs/index.cjs +147 -147
- package/out/dependencies/README.md +2 -2
- package/out/dependencies/katex/katex.min.css +1 -1
- package/out/dependencies/mermaid/mermaid.min.js +198 -199
- package/out/esm/index.mjs +144 -144
- package/out/styles/preview.css +1 -1
- package/out/styles/preview_theme/atom-dark.css +1 -1
- package/out/styles/preview_theme/atom-light.css +1 -1
- package/out/styles/preview_theme/atom-material.css +1 -1
- package/out/styles/preview_theme/github-dark.css +1 -1
- package/out/styles/preview_theme/github-light.css +1 -1
- package/out/styles/preview_theme/gothic.css +1 -1
- package/out/styles/preview_theme/medium.css +1 -1
- package/out/styles/preview_theme/monokai.css +1 -1
- package/out/styles/preview_theme/newsprint.css +1 -1
- package/out/styles/preview_theme/night.css +1 -1
- package/out/styles/preview_theme/one-dark.css +1 -1
- package/out/styles/preview_theme/one-light.css +1 -1
- package/out/styles/preview_theme/solarized-dark.css +1 -1
- package/out/styles/preview_theme/solarized-light.css +1 -1
- package/out/styles/preview_theme/vue.css +1 -1
- package/out/styles/prism_theme/github-dark.css +1 -1
- package/out/styles/style-template.css +1 -1
- package/out/types/src/custom-markdown-it-features/curly-bracket-attributes.d.ts +3 -0
- package/out/types/src/index.d.ts +1 -0
- package/out/types/src/notebook/types.d.ts +7 -0
- package/out/types/src/render-enhancers/resolved-image-paths.d.ts +1 -1
- package/out/types/src/utility.d.ts +2 -1
- package/out/types/src/webview/components/FloatingActions.d.ts +2 -0
- package/out/types/src/webview/components/MarkdownEditor.d.ts +2 -0
- package/out/types/src/webview/containers/preview.d.ts +7 -0
- package/out/types/test/markdown/transformer.test.d.ts +1 -0
- package/out/types/tsconfig.tsbuildinfo +1 -1
- package/out/webview/backlinks.css +1 -1
- package/out/webview/backlinks.js +8 -8
- package/out/webview/preview.css +1 -1
- package/out/webview/preview.js +2440 -11
- package/package.json +15 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crossnote",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.18",
|
|
4
4
|
"description": "A powerful markdown notebook tool",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown"
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"prepare": "husky install",
|
|
44
44
|
"prepublish": "npm run build",
|
|
45
45
|
"test": "jest --no-coverage",
|
|
46
|
-
"test:coverage": "jest"
|
|
46
|
+
"test:coverage": "jest",
|
|
47
|
+
"typedoc": "typedoc src/index.ts"
|
|
47
48
|
},
|
|
48
49
|
"lint-staged": {
|
|
49
50
|
"**/*.*": [
|
|
@@ -55,9 +56,12 @@
|
|
|
55
56
|
"@heroicons/react": "^2.0.18",
|
|
56
57
|
"@mdi/js": "^7.2.96",
|
|
57
58
|
"@mdi/react": "^1.6.1",
|
|
59
|
+
"@monaco-editor/react": "^4.5.2",
|
|
60
|
+
"@sanity/diff-match-patch": "^3.1.1",
|
|
58
61
|
"@viz-js/viz": "^3.1.0",
|
|
59
62
|
"async-mutex": "^0.4.0",
|
|
60
63
|
"bit-field": "^1.8.0",
|
|
64
|
+
"case-anything": "^2.1.13",
|
|
61
65
|
"cheerio": "^1.0.0-rc.12",
|
|
62
66
|
"chrome-paths": "^1.0.1",
|
|
63
67
|
"classnames": "^2.3.2",
|
|
@@ -70,7 +74,7 @@
|
|
|
70
74
|
"html-react-parser": "^4.2.2",
|
|
71
75
|
"imagemagick-cli": "^0.5.0",
|
|
72
76
|
"jquery": "^3.7.1",
|
|
73
|
-
"katex": "^0.16.
|
|
77
|
+
"katex": "^0.16.9",
|
|
74
78
|
"less": "^4.2.0",
|
|
75
79
|
"markdown-it": "^13.0.1",
|
|
76
80
|
"markdown-it-abbr": "^1.0.4",
|
|
@@ -85,6 +89,7 @@
|
|
|
85
89
|
"mermaid": "^10.4.0",
|
|
86
90
|
"minisearch": "^6.1.0",
|
|
87
91
|
"mkdirp": "^3.0.1",
|
|
92
|
+
"monaco-editor": "^0.43.0",
|
|
88
93
|
"object-hash": "^3.0.0",
|
|
89
94
|
"onml": "^2.1.0",
|
|
90
95
|
"pako": "^2.1.0",
|
|
@@ -95,10 +100,10 @@
|
|
|
95
100
|
"react": "^18.2.0",
|
|
96
101
|
"react-contexify": "^6.0.0",
|
|
97
102
|
"react-dom": "^18.2.0",
|
|
103
|
+
"reading-time": "^1.5.0",
|
|
98
104
|
"request": "^2.88.0",
|
|
99
105
|
"simple-icons": "^9.13.0",
|
|
100
106
|
"slash": "^5.1.0",
|
|
101
|
-
"snake-case": "^3.0.4",
|
|
102
107
|
"sval": "^0.4.8",
|
|
103
108
|
"temp": "^0.9.0",
|
|
104
109
|
"twemoji": "^13.1.0",
|
|
@@ -116,7 +121,7 @@
|
|
|
116
121
|
"@types/cheerio": "0.22.11",
|
|
117
122
|
"@types/crypto-js": "^4.1.1",
|
|
118
123
|
"@types/html-escaper": "^3.0.0",
|
|
119
|
-
"@types/jest": "^
|
|
124
|
+
"@types/jest": "^29.5.5",
|
|
120
125
|
"@types/jquery": "^3.3.29",
|
|
121
126
|
"@types/katex": "^0.16.2",
|
|
122
127
|
"@types/less": "^3.0.4",
|
|
@@ -145,13 +150,14 @@
|
|
|
145
150
|
"gulp-clean-css": "^4.3.0",
|
|
146
151
|
"gulp-less": "^5.0.0",
|
|
147
152
|
"husky": "^7.0.2",
|
|
148
|
-
"jest": "^
|
|
153
|
+
"jest": "^29.7.0",
|
|
149
154
|
"lint-staged": "^10.3.0",
|
|
150
155
|
"postcss": "^8.4.29",
|
|
151
|
-
"prettier": "^
|
|
152
|
-
"prettier-plugin-packagejson": "^2.
|
|
156
|
+
"prettier": "^3.0.3",
|
|
157
|
+
"prettier-plugin-packagejson": "^2.4.6",
|
|
153
158
|
"tailwindcss": "^3.3.3",
|
|
154
|
-
"ts-jest": "^
|
|
159
|
+
"ts-jest": "^29.1.1",
|
|
160
|
+
"typedoc": "^0.25.1",
|
|
155
161
|
"typescript": "^5.2.2"
|
|
156
162
|
}
|
|
157
163
|
}
|