平滑光标是一个 Obsidian 插件,它可以让你的光标平滑地移动,而不是突然跳跃到目标位置。
该插件支持光标拖尾,在光标移动的时候显示移动的轨迹。
你可以设置是否开启拖尾。
你可以通过设置面板进行自定义,也可以通过修改 'styles.css' 文件进行自定义。css 文件修改需要重启 obsidian 才能生效。

Smooth Cursor is an Obsidian plugin that makes your cursor move smoothly instead of jumping abruptly to the target position.
This plugin supports cursor trails, displaying a motion trail as the cursor moves.
You can enable or disable the trail effect as needed.
You can customize it through the settings panel, or by modifying the 'styles.css' file.Css file modifications require a restart of Obsidian.

In Vim mode, when the cursor is positioned on a heading, it appears as a line cursor instead of a block cursor (since key events cannot be reliably detected during pure keyboard operation, making it difficult to accurately retrieve characters, a line cursor is used instead).
If a table cell contains non-plain text, it may be interpreted as a multi-cell selection, causing the cursor to be hidden.