Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Dec 31, 2023
1 parent a84254d commit 453f2d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tiddlywiki-codemirror-6/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"title": "$:/plugins/BTC/tiddlywiki-codemirror-6",
"name": "CodeMirror",
"description": "CodeMirror 6 editor with vim mode",
"version": "0.1.26",
"version": "0.1.27",
"list": "readme usage license"
}
1 change: 1 addition & 0 deletions src/tiddlywiki-codemirror-6/readme.tid
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ If you like the plugin, feel free to leave me a star on [ext[GitHub|https://gith
* subplugin for different language
* cm-gutter(s) 样式优先级不一致, 开发环境中正常, json plugin, 样式优先级不一致(或许是notebook-theme plus 导致的), color-expend styles.tid
* [ ] highlight: lang-tiddlywiki
* [ ] highlight widget
* [x] refactor engine.js to es6 class
- [ ] split to vim plugin: 由于使用到了 cm6的包作为依赖, 因此将其单独打包出去, 作为模块的形式加载不太可能
* 焦点残留问题
Expand Down
4 changes: 2 additions & 2 deletions src/tiddlywiki-codemirror-6/styles.tid
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ body {
}

.cm-gutters {
<!-- background-color: <<colour-extend cm-gutter-background>> !important; -->
background-color: transparent !important
<!-- bug -->
background-color: <<colour-extend cm-gutter-background>> !important;
color: <<colour-extend cm-gutter-foreground>> !important;
border: none !important;
}
Expand Down

0 comments on commit 453f2d8

Please sign in to comment.