A patch for Obsidian's built-in CodeMirror Editor to support Japanese word splitting
Obsidian内蔵のCodeMirrorエディタが日本語の単語分割をサポートするためのパッチ.
This plugin is based on the chs word splitting module by @linonetwo and modified to Japanese version.
For Japanese word segmentation, we used tiny-segmenter created by Taku Kudo.
Special Thanks to @linonetwo and Taku Kudo!
Obsidian's Default Word Splitting パッチを適用していない場合 |
Patched パッチを適用した場合 |
---|---|
![]() |
![]() |
The required API feature is only available for Obsidian v0.13.8+.
必要なAPI機能は,Obsidian v0.13.8+でのみ利用可能です.
- Open
Settings
>Community plugin
- Make sure Safe mode is off
- Click
Browse
inCommunity plugins
- Search for this plugin
- Click
Install
- Once installed, click
Enable
and the patch is ready to use.
設定
からコミュニティプラグイン
を開きます.- セーフモードがオフであることを確認します.
コミュニティプラグイン
の閲覧
をクリックします.- このプラグインを検索します.
インストール
をクリック- インストールが完了したら,
有効化
を押すことで,パッチは使用可能な状態になります.
- Download the Latest Release from the Releases section of the GitHub Repository
- Put files to your vault's plugins folder:
<vault>/.obsidian/plugins/japanese-word-splitter
- Reload Obsidian
- If prompted about Safe Mode, you can disable safe mode and enable the plugin. Otherwise head to Settings, third-party plugins, make sure safe mode is off and enable the plugin from there.
Note: The
.obsidian
folder may be hidden. On macOS you should be able to pressCommand+Shift+Dot
to show the folder in Finder.
- GitHubリポジトリのReleasesからLatest Releaseをダウンロードします.
- vaultのpluginsフォルダにファイルを配置します.
<vault>/.obsidian/plugins/japanese-word-splitter
にファイルを置きます. - Obsidianをリロードします.
- セーフモードについてプロンプトが表示されたら,セーフモードを無効にしてプラグインを有効にすることができます.それ以外の場合は,
設定
からコミュニティプラグイン
に移動し,セーフモードがオフになっていることを確認し,そこからプラグインを有効にしてください.
注意:
.obsidian
フォルダは隠されている可能性があります.macOSでは,Command+Shift+Dot
を押すと,Finderでフォルダを表示できるはずです.