Skip to content

Releases: Yaozhuwa/easy-typing-obsidian

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.
      • 为全角符号增强添加新功能。 两个连续的将被转换为:; 两个连续的将被转换为>; 两个连续的将被转换为.; 两个连续的将被转换为/; 两个连续的会被转换成(),光标会在中间。该功能只在你输入的时候触发,不会影响已经存在的文本。

Be compatible with plugins: Obsidian Emoji Shortcodes.

16 Nov 17:54
Compare
Choose a tag to compare
  • v3.4.1 2021.11.17
    • Improvement for #20
      • Be compatible with plugins: Obsidian Emoji Shortcodes. 与插件 Obsidian Emoji Shortcodes 兼容。

add new feature to Full-width symbol enhancement switch

22 Oct 19:23
Compare
Choose a tag to compare
  • v3.4.0 2021.10.23
    • New feature
      • 全角字符增强功能增加了行首的自动转换成>,行首的自动转换成/(为了配合核心插件slash commands)。The full-width character enhancement has new feature: The at the beginning of the line is automatically converted to >, and the and at the beginning of the line are automatically converted to / (in order to cooperate with the core plug-in slash commands) #17
    • Bug fix
      • 修复了鼠标点击到新的空白行首再输入时,句首字母大写失效的问题。Fixed an issue where capitalizing the first letter of a sentence would not work when clicking on the beginning of a blank line.

new-feature

3.3.5 try to fix #17

20 Oct 06:09
Compare
Choose a tag to compare

Try to fix #17 which happened on MacOS: 2 can't convert to $$

Small improve for the URL recognization

29 Sep 11:34
Compare
Choose a tag to compare
  • v3.3.4 2021.9.29
    • Improvement
      • 提升了对链接的识别,不带https://www.开头的链接也能识别。Enhance the recognization for link, link not begin with https:// but begin with www. can be recognized.
    • Changes
      • 全角字符增强的功能不再将中文省略号(中文输入法下shift+6)自动转化成^。The enhanced function of full-width characters no longer automatically converts Chinese ellipsis (shift+6 under Chinese input method) into ^.

small change

21 Jun 18:37
Compare
Choose a tag to compare

2021.6.22

  • Change
    • 移除了分号后面的首字母大写,英文用法中分号后面不用大写。Remove capitalization after ";", for I had midsunderstood the use of ";" in English.

bug fix

20 Jun 05:53
Compare
Choose a tag to compare

2021.6.20

  • bug fix
    • 修复了首字母大写在某些情况失效的bug. Fixed a bug where initial capitalization failed in some cases.

首字母大写可撤销

18 Jun 20:08
Compare
Choose a tag to compare

2021.6.19

  • Shinny new things
    • 首字母大写可撤销 Feature of capitalizing the first letter of every sentence is revocable now.
    • 增加了[[wikilink]]的智能空格选项,可以根据其上下文决定是否加空格。 Add setting for smart spacing for [[wikilink]], which decide whether to add spaces from the context.
  • Bug fix
    • 解决了之前格式化一行文本的命令不生效的bug。Fixed a bug where formatting a line of text doesn't work

正则表达式修复

15 Jun 18:15
Compare
Choose a tag to compare

2021.6.16

  • Improvement
    • 增加了对错误的自定义正则的处理,修复了空字符串的正则导致软件卡死的bug, 正则表达式功能应该没问题了。
    • 修改了formatLine的方式,只对一行中需要格式化的部分进行replaceRange,解决了一行中如果有%`-时每次格式化都需要重新解析全文的问题,提升了性能。
    • 全角字符增强的功能增加了输入……(shift+6)转换为^的功能。issue #10.
    • 修改了很多if-else,改成switch,略微提升性能

small improve

09 Jun 21:20
Compare
Choose a tag to compare

2021.6.10

  • Improvement
    • 增加了连续三次键入·,会变成```