#language-support2 plugins

Obsidian plugins tagged with #language-support. There are 2 plugins in this collection.

  1. Rank 1
    4 years ago by kometenstaub
    Coding & Technical Tools#vim#multibyte#search

    The Vim Multibyte Char Search plugin enhances Obsidian's Vim experience by simplifying the search for multibyte characters like Chinese without the need to switch input modes. Using input method encodings, users can search for characters like '用来' by typing its corresponding pinyin 'yl'. This feature integrates with the Vim mode in Obsidian, allowing users to search multibyte characters more efficiently. It also supports advanced functionality with the 'obsidian-vimrc-support' plugin, enabling quick search triggers and enhanced search patterns. For users looking to add support for other languages, the plugin allows for easy dictionary customization. This tool is ideal for anyone working with multibyte languages within Obsidian.

  2. Rank 2

    Bamboo

    Plugin35
    2 months ago by Alexis C

    The Bamboo plugin fixes a specific editing problem for people who write in Chinese, Japanese or Korean by improving how the editor detects word boundaries inside CodeMirror. That changes basic actions that depend on word splits, so cursor movement and text selection feel more natural instead of breaking characters in awkward places. It handles traditional and simplified Chinese, Japanese and Korean, and it only steps in when nearby text is CJK, leaving English and code behaviour alone. The plugin relies on Intl.Segmenter when the browser supports it and falls back to rule based segmentation otherwise. Its scope is narrow but the benefit is immediate if your notes regularly mix CJK text with other writing.