Skip to content

Commit

Permalink
fix: revert highwhitespace style
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Oct 10, 2024
1 parent fac2cb1 commit e8e39ea
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@ public-dist
# for TiddlyWiki
dist/
output/
wiki/tiddlers/
Draft**
\$__StoryList.tid
\$__palette.tid
\$__Import.tid
\$__DefaultTiddlers.tid

!wiki\tiddlers/\$__plugins_oeyoews_neotw-vconsole.json
wiki/tiddlers/
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<h2> Changelog </h2>

* `3.3.2`: 恢复空格高亮样式
* `3.3.1`: 优化文件类型补全
* `3.3.0`: 调整补全弹窗最大高度
* `3.2.0`: 支持高亮显示回车换行符号
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"version": "3.3.2",
"version": "3.3.3",
"packageManager": "pnpm@9.0.6",
"scripts": {
"update:config": " pnpm ts-node scripts/generateConfig.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lang-tiddlywiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lang-tiddlywiki",
"version": "3.3.2",
"version": "3.3.3",
"description": "",
"scripts": {
"build": "cm-buildhelper src/tiddlywiki.ts"
Expand Down
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,7 +2,7 @@
"title": "$:/plugins/oeyoews/tiddlywiki-codemirror-6",
"name": "CodeMirror6",
"description": "CodeMirror 6 editor",
"version": "3.3.2",
"version": "3.3.3",
"core-version": ">=5.3.4",
"list": "readme changelog"
}
6 changes: 4 additions & 2 deletions src/tiddlywiki-codemirror-6/tiddlers/styles/styles.tid
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,12 @@ input.btc-search-input:focus {
border-radius: 3px;
padding: 0 2px;
opacity: 0;
scale: 0.8;
}
li[aria-selected] {
.cm-autocomplete-tab {
opacity: 1;

}
}

Expand All @@ -499,10 +501,10 @@ li[aria-selected] {
}
} -->
<!-- https://github.com/oeyoews/nvim/blob/5a4acb60ec224242e89bbf42cf88d9ae58d392e3/lua/core/options.lua#L100 -->
.cm-highlightSpace:before {
<!-- .cm-highlightSpace:before {
content: "␣" !important;
opacity: 0.3 !important;
}
} -->
.cm-highlightTab {
opacity: 0.3 !important;
}
Expand Down

0 comments on commit e8e39ea

Please sign in to comment.