Skip to content

Commit 72e9bc4

Browse files
committed
docs: add JSR note
1 parent d270a3f commit 72e9bc4

File tree

4 files changed

+40
-8
lines changed

4 files changed

+40
-8
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<a><img src="https://img.shields.io/badge/A_world_of_difference_between-white?style=flat-square"></a> <a href="https://npmcharts.com/compare/json-editor-vue"><img alt="npm downloads" src="https://img.shields.io/npm/dt/json-editor-vue?logo=npm&color=cb3837"></a> <a><img src="https://img.shields.io/badge/and-white?style=flat-square"></a> <a href="https://github.com/cloydlau/json-editor-vue/stargazers"><img alt="github stars" src="https://img.shields.io/github/stars/cloydlau/json-editor-vue?color=eac54f&logo=github"></a> <a><img src="https://img.shields.io/badge/,_please_hit_the_Star_if_it_helps_🙏-white?style=flat-square"></a>
2828
</p>
2929

30-
<img width="48.5%" src="./docs/text-mode.png" alt="text mode">&nbsp;<img width="48.5%" src="./docs/tree-mode.png" alt="table mode">
30+
<img width="48.5%" src="./docs/text mode.png" alt="text mode">&nbsp;<img width="48.5%" src="./docs/tree mode.png" alt="table mode">
3131

3232
<br>
3333

@@ -48,6 +48,10 @@
4848

4949
## Install
5050

51+
> [!Note]
52+
>
53+
> Not yet published to JSR due to its instability.
54+
5155
### Dependencies
5256

5357
As of v0.11, it's no longer necessary to explicitly install [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor).
@@ -188,7 +192,11 @@ createApp()
188192

189193
#### CDN + IIFE
190194

191-
> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
195+
> [!Warning]
196+
>
197+
> Not yet supported because vanilla-jsoneditor does not export IIFE or UMD,
198+
>
199+
> please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
192200
193201
```html
194202
<!doctype html>
@@ -305,7 +313,11 @@ Vue.use(JsonEditorVue, {
305313

306314
#### CDN + IIFE
307315

308-
> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
316+
> [!Warning]
317+
>
318+
> Not yet supported because vanilla-jsoneditor does not export IIFE or UMD,
319+
>
320+
> please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
309321
310322
```html
311323
<!doctype html>
@@ -440,7 +452,11 @@ Vue.use(JsonEditorVue, {
440452

441453
#### CDN + IIFE
442454

443-
> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
455+
> [!Warning]
456+
>
457+
> Not yet supported because vanilla-jsoneditor does not export IIFE or UMD,
458+
>
459+
> please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
444460
445461
```html
446462
<!doctype html>

docs/README.zh-CN.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<a><img src="https://img.shields.io/badge/可能是整个开源世界-white?style=flat-square"></a> <a href="https://npmcharts.com/compare/json-editor-vue"><img alt="npm downloads" src="https://img.shields.io/npm/dt/json-editor-vue?logo=npm&color=cb3837"></a> <a><img src="https://img.shields.io/badge/与-white?style=flat-square"></a> <a href="https://github.com/cloydlau/json-editor-vue/stargazers"><img alt="github stars" src="https://img.shields.io/github/stars/cloydlau/json-editor-vue?color=eac54f&logo=github"></a> <a><img src="https://img.shields.io/badge/悬殊最大的仓库,如有帮助,点亮一下星星哦_🙏-white?style=flat-square"></a>
2828
</p>
2929

30-
<img width="48.5%" src="./text-mode.png" alt="text mode">&nbsp;<img width="48.5%" src="./tree-mode.png" alt="table mode">
30+
<img width="48.5%" src="./text mode.png" alt="text mode">&nbsp;<img width="48.5%" src="./tree mode.png" alt="table mode">
3131

3232
<br>
3333

@@ -48,6 +48,10 @@
4848

4949
## 安装
5050

51+
> [!Note]
52+
>
53+
> 由于 JSR 尚不稳定,暂未发布到 JSR。
54+
5155
### 依赖
5256

5357
从 v0.11 开始,不再需要显式安装 [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor)
@@ -186,7 +190,11 @@ createApp()
186190

187191
#### CDN + IIFE
188192

189-
> ⚠ 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
193+
> [!Warning]
194+
>
195+
> 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),
196+
>
197+
> 如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
190198
191199
```html
192200
<!doctype html>
@@ -303,7 +311,11 @@ Vue.use(JsonEditorVue, {
303311

304312
#### CDN + IIFE
305313

306-
> ⚠ 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
314+
> [!Warning]
315+
>
316+
> 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),
317+
>
318+
> 如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
307319
308320
```html
309321
<!doctype html>
@@ -438,7 +450,11 @@ Vue.use(JsonEditorVue, {
438450

439451
#### CDN + IIFE
440452

441-
> ⚠ 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
453+
> [!Warning]
454+
>
455+
> 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),
456+
>
457+
> 如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
442458
443459
```html
444460
<!doctype html>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)