Skip to content

Releases: Yaozhuwa/easy-typing-obsidian

bug fix #63 #64 #65

05 Sep 14:36
Compare
Choose a tag to compare
  • V4.0.8 2022.09.05
    • Bug Fix
      • Auto-capitalization now work for cyrillic symbols #65
      • 调整了中文引号的自动补全 #64
      • 调整引号和其他区块的空格的特性。 #63

Fix Smart Space Between Text And Link

23 Aug 07:29
Compare
Choose a tag to compare
  • V4.0.7 2022.08.23
    • Bug Fix
      • Fix Smart Space between text and link. #60

bug fix and small improvemnt

27 Apr 13:45
Compare
Choose a tag to compare
  • V4.0.6 2022.04.27
    • Improvement
      • improve action when press 3 contiguous ·。连续三次·的处理得到增强
    • Bug fix
      • fix press { when something selected will cause duplication. 修复在选中文本时按{会产生重复文本的问题。 #40

Chinese symbol auto-pair

06 Apr 09:18
Compare
Choose a tag to compare
  • V4.0.5 2022.04.06
    • Improvement
      • 全角字符增强功能:增加了中文括号、书名号、引号的自动配对输入。 Chinese symbol auto-pair
      • 优化了插件设置面板. Optimize the input box of regexp in setting pane.

small bug fix for ubuntu

27 Mar 15:48
Compare
Choose a tag to compare
  • V4.0.4 2022.03.27
    • Bug fix
      • 修复在 Ubuntu 下,全角增强开启下两次不会变成:的 bug。

新增行模式 Add Line Mode

27 Mar 09:08
Compare
Choose a tag to compare
  • V4.0.3 2022.03.27
    • New Feature
      • 新增了行模式:只在一行输入结束,回车创建新行的时候,对该行进行格式化。可以在插件设置中打开(Add LineMode: Only formatting when line end. need to be activated in setting pane) 可用于部分解决 Live Preview 模式下输入法的问题
    • Improvement
      • 增加了格式化全文的命令(add command to foramt the whole article)
      • format-selection 命令在没有选中文本的情况下,格式化当前行。(format-selection command will format current line when there is no selection)
    • Bug fix
      • 修复了链接后面错误添加空格的 bug。(fix bug: sometime it mistakenly add space after link)
      • 修复全角增强功能在 linux 下两次 不会转换成 ; 的 bug
    • Others
      • 建议在插件设置中的正则表达式设置中添加两行正则:
        • \[\!.*?\][+-]{0,1} 用于排除对 Obsidian 0.14 版本后新增的 callout 类型的格式化
        • <.*?> 用于排除 Templater 插件特定语法的格式化。

增加表格竖线增强

21 Feb 02:35
Compare
Choose a tag to compare
  • V4.0.1 2022.02.21
    • Improvement
      • 全角字符增强,增加了对Mac系统下两次中文竖线变英文竖线的功能 #24
      • 全角字符增强,调整增强了对 》 以及 $ 的操作

Support Live Preview Mode!

09 Feb 12:46
Compare
Choose a tag to compare
  • V4.0.0 2022.02.09
    • (在 windows10 环境下开发/测试)
    • Improvement
      • 同时支持 live preview 模式 (Support Live preview) 和 legacy editor
      • 优化文本解析的时机和解析的范围,提升性能;在切换文档的时候重新解析文档。
      • 支持 Admonition 代码块内部文本自动格式化
      • 增加命令:格式化选中的文本
      • 增强了 链接与文本智能空格 的功能
      • 大大增强了 全角字符输入增强/辅助 功能
      • 回车后,对上一行文本进行格式化
    • Bug fix
      • 解决了某些情况下,格式化行时最终光标计算错误的 Bug。
      • 修复了解析全文时,在某些情况下在全文最后会多计算一行 undefined 的 Bug

small bug fix

18 Nov 04:50
Compare
Choose a tag to compare
  • v3.4.3 2021.11.18
    • Bug fix
      • fix that two successive will be converted to : not working in ubuntu;

Add new feature to full-width symbol enhancement.

17 Nov 17:09
Compare
Choose a tag to compare
  • v3.4.2 2021.11.18
    • New feature
      • Add new feature to full-width symbol enhancement. Two successive will be converted to :; two successive will be converted to >; two successive will be converted to .; two successive will be converted to /; two successive will be converted to (), and the cursor will be in the middle. It only works when you input, and it won't affect the existing context.
      • 为全角符号增强添加新功能。 两个连续的将被转换为:; 两个连续的将被转换为>; 两个连续的将被转换为.; 两个连续的将被转换为/; 两个连续的会被转换成(),光标会在中间。该功能只在你输入的时候触发,不会影响已经存在的文本。