Skip to content

Commit

Permalink
feat: add stackblitzrc
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Oct 16, 2024
1 parent f5657b2 commit 108ae02
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions .stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"installDependencies": false,
"startCommand": "pnpm install --prod && pnpm run dev",
"env": {
"NODE_ENV": "development"
}
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* `3.5.1`: update setting page modal by command
* `3.5.0`: move codemirror config page to tiddlywiki settings tab
* `3.4.0`: 修复zoomin 模式下,补全弹窗异常的问题
* `3.4.0`: 修复 zoomin 模式下,补全弹窗异常的问题
* `3.3.2`: 恢复空格高亮样式
* `3.3.1`: 优化文件类型补全
* `3.3.0`: 调整补全弹窗最大高度
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
> [!IMPORTANT]
> The tiddlywiki-codemirror-6 plugin has entered maintenance status. Next, we will mainly fix bugs and improve the compatibility of the plugin. No major changes will be made overall (2024-01-24). If you want to view the smallest version of tiddlywiki-codemirror-6 plugin, please check out the `basic` branch.
[stackblitz codemirror6 demo](https://stackblitz.com/~/github.com/oeyoews/tiddlywiki-codemirror6)

https://user-images.githubusercontent.com/72405338/294956491-948b791f-04e1-4447-a5d3-81ebb13619de.mp4

<img alt="Dynamic JSON Badge" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Foeyoews%2Ftiddlywiki-codemirror6%2Fmain%2Fpackage.json&query=version&style=flat-square&logo=Codemirror&logoColor=white&label=codemirror&labelColor=black&color=black">
Expand Down
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@
"engines": {
"node": ">=16"
},
"devDependencies": {
"@modern-js/eslint-config": "2.46.1",
"@modern-js/tsconfig": "2.46.1",
"@oeyoews/prettier-config": "^1.0.2",
"@types/node": "20.11.5",
"@uiw/codemirror-theme-github": "^4.23.0",
"rimraf": "5.0.7",
"terser": "5.27.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
},
"dependencies": {
"@codemirror/autocomplete": "^6.17.0",
"@codemirror/commands": "^6.6.0",
Expand All @@ -58,15 +47,24 @@
"@lezer/markdown": "^1.3.0",
"@oeyoews/codemirror-minimap": "^0.5.3",
"@oeyoews/tiddlywiki-plugin-dev": "^0.0.40",
"@replit/codemirror-emacs": "^6.0.1",
"@replit/codemirror-indentation-markers": "^6.5.2",
"@replit/codemirror-vim": "^6.2.1",
"@uiw/codemirror-extensions-color": "^4.23.0",
"lang-tiddlywiki": "workspace:^",
"tiddlywiki": "5.3.4"
},
"devDependencies": {
"@modern-js/eslint-config": "2.46.1",
"@modern-js/tsconfig": "2.46.1",
"@oeyoews/prettier-config": "^1.0.2",
"@types/node": "20.11.5",
"@uiw/codemirror-theme-github": "^4.23.0",
"rimraf": "5.0.7",
"terser": "5.27.0",
"ts-node": "10.9.2",
"prettier": "3.3.2",
"thememirror": "^2.0.1",
"tiddlywiki": "5.3.4",
"tw5-typed": "^0.5.12"
"tw5-typed": "^0.5.12",
"typescript": "5.5.3"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 108ae02

Please sign in to comment.