Search multibyte characters by the first character of corresponding ASCII encoding of input method. For example, for Chinese, search by the first character of Pinyin.
The Vim Yank Highlight plugin is a game-changer for Obsidian users who prefer the Vim mode. This plugin adds a subtle animation to highlight yanked text, making it easier to track and visualize your edits. With this plugin, you'll never lose sight of what you've copied or cut again. Whether you're typing away at lightning speed or taking your time to craft the perfect sentence, Vim Yank Highlight keeps your focus on the content rather than wondering where that snippet went.
The Vimium plugin is a game-changer for Obsidian users who rely heavily on keyboard navigation. Inspired by the popular Chrome extension, this plugin brings Vimium-style shortcuts to your Obsidian experience. With Vimuim, you can easily click buttons and interact with clickable elements using custom keyboard shortcuts. The plugin allows you to customize CSS selectors to query specific elements, adjust font sizes for markers, and toggle marker visibility on demand. By simplifying navigation and reducing mouse usage, Vimium enhances your productivity and workflow in Obsidian.
The Vimrc Support plugin allows Obsidian users to load and persist Vim keybindings and configurations from a `.obsidian.vimrc` file. This enables users to customize and retain Vim key mappings, commands, and options across sessions. The plugin provides support for advanced Vim features like custom keymaps, Ex commands, and clipboard integration. Users can execute Obsidian commands directly from Vim commands, enabling seamless integration of Vim functionality with Obsidian's built-in features. Additional utilities include the ability to load JavaScript snippets, surround text, paste into selected text, and manage tab stops. The plugin also introduces support for fixed keyboard layouts and enhanced motion commands. With this, Vim enthusiasts can replicate their traditional Vim workflows within Obsidian, while also extending its functionality with Obsidian-specific commands and scripts.
The Vim Input Method Switch plugin enhances the experience of using Vim keybindings in Obsidian by automatically switching the system input method based on the current Vim mode. When switching to 'normal' mode, the plugin changes the input method to English, and when entering 'insert' or 'replace' mode, it switches to a user-defined input method, such as Chinese. This feature streamlines the workflow for users who frequently alternate between different languages while editing notes. The plugin relies on the `fcitx-remote` command for system input method control, with support for macOS, Linux, and Windows systems, making it accessible to a wide range of users.