Skip to content

Releases: Yaozhuwa/easy-typing-obsidian

small bug fix

06 Nov 20:29
Compare
Choose a tag to compare
  • v5.0.10(5.0.11) 2022.11.07
    • bug fix
      • 修复转换规则在某些输入法下对中文符号 —— 不生效的 Bug。#96
    • enhancement
      • 增加行开头为有引号 “ 的文本的首字母大写。#97

Fix #93

30 Oct 06:46
Compare
Choose a tag to compare
  • v5.0.9 2022.10.29
    • Bug Fix
      • 修复回车换行时的自动格式化在该行是列表或Task时失效的问题
      • 修复链接右边的智能空格不正确的问题

bugs fix #90 #91 #92

29 Oct 15:37
Compare
Choose a tag to compare
  • v5.0.8 2022.10.29
    • Bug fix
      • 修复在关闭自动格式化时粘贴文本还会触发自动格式化的 Bug。Fix paste auto format when autoformat switch off
      • 尝试修复在某些输入法下,转换规则在输入全角字符时不生效的 Bug。Try to fix convert rule not work when input fullwidth symbol.
    • Inprovement
      • 现在选中替换规则的左右字符串可以为空。Now Selection Replace Rule's left and right char can be left blank.

Parser line with help of @codemirror/language SyntaxTree

16 Oct 08:31
Compare
Choose a tag to compare
  • V5.0.7 2022.10.16
    • 结合 @codemirror/language SyntaxTree 来解析行,行解析更准确。 #57 #84。 parser line with help of @codemirror/language SyntaxTree, make it more robust.

fix conflict with latex suite

15 Oct 16:46
Compare
Choose a tag to compare
  • V5.0.6 2022.10.15
    • 修复上个版本的小更新导致的和 Latex suite 冲突的问题。
    • 修改一些设置面板的描述,和文档更新。

Add Some Feature~

14 Oct 14:31
Compare
Choose a tag to compare
  • V5.0.5 2022.10.14
    • 自动格式化会忽略 frontmatter 区域。 autoformat ignore frontmatter
    • 设置中增加自动格式化忽略文件、文件夹。support exclude folder/files for autoformat
    • 增加粘贴内容时的自动格式化。support autoformat when paste.
    • 增加删除多余空白行的命令(选中文本情况下只删除选中区域的空白行,未选中文本情况下对全文删除空白行)。add command to delete blank lines
    • <> 符号不再自动配对,如有需要可以在设置自定义规则实现。
  • 增加了用户自定义正则区块的一些示例用法文档(https://github.com/Yaozhuwa/easy-typing-obsidian/blob/master/UserDefinedRegExp.md ),之后会不断更新该文档。

fix bug which cause conflict with obsidian-latex-suite

07 Oct 17:03
Compare
Choose a tag to compare

fix bug which cause conflict with obsidian-latex-suite #77

新增支持缩写识别;小bug 修复

05 Oct 15:55
Compare
Choose a tag to compare
  • V5.0.3 2022.10.05
    • 增加缩写的识别,缩写部分不被格式化(#48, #5)。 缩写指的是符合正则表达式 /([a-zA-Z]\.)+/ 的部分,如 i.e.
    • 修复代码区块和公式区块类型改变时却没触发文档重解析的 bug。

fix #41, now ~ * are considered as soft space

02 Oct 16:54
Compare
Choose a tag to compare

fix #41, now ~ * are considered as soft space

User defined conversion rules now support line breaking.

02 Oct 15:33
Compare
Choose a tag to compare

自定义转换规则支持换行
User defined conversion rules now support line breaking.