Skip to content

Commit

Permalink
fix: add B站 autocorrect rules
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Dec 24, 2023
1 parent 8cb738f commit 666b3ed
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .autocorrectrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
created: 20230416134803647
creator: 马不前
modified: 20230425124054028
modifier: 马不前
tags: B 站直播 任务 done
title: in-Tag-tree-of 插件介绍
type: text/vnd.tiddlywiki
video-link: https://www.bilibili.com/video/BV14s4y1A7vH

这个插件应该比 kin 插件要快。目内容。
# yaml-language-server: $schema=https://huacnlee.github.io/autocorrect/schema.json
# Config rules
rules:
# Auto add spacing between CJK (Chinese, Japanese, Korean) and English words.
# 0 - off, 1 - error, 2 - warning
space-word: 1
# Add space between some punctuations.
space-punctuation: 1
# Add space between brackets (), [] when near the CJK.
space-bracket: 1
# Add space between ``, when near the CJK.
space-backticks: 1
# Add space between dash `-`
Expand All @@ -25,6 +25,9 @@ video-link: https://www.bilibili.com/video/BV14s4y1A7vH
# textRules:
fileTypes:
'.tid': 'markdown'
textRules:
B站直播: 0
B站: 0
spellcheck:
# Correct Words (Case insensitive) for by Spellcheck
words:
Expand Down

0 comments on commit 666b3ed

Please sign in to comment.