Word Splitting for Japanese in Edit Mode

by sonarAIT
5
4
3
2
1
Score: 31/100

Description

Category: Coding & Technical Tools

The Word Splitting for Japanese in Edit Mode plugin is a game-changer for Obsidian users who work with Japanese text. This plugin allows you to split Japanese words correctly, making it easier to edit and organize your notes. With this plugin, you'll no longer have to worry about incorrect word splitting affecting your note-taking experience.

Reviews

No reviews yet.

Stats

27
stars
6,486
downloads
2
forks
1,546
days
1,546
days
1,546
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
2
total issues
2
open issues
0
closed issues
0
commits

Latest Version

4 years ago

Changelog

1.0.0(2022-02-14)

first release(f21e545)

README file from

Github

Word Splitting for Japanese in Edit Mode

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!

Demo

Obsidian's Default Word Splittingパッチを適用していない場合 Patchedパッチを適用した場合
ob-default-splitting ob-patched-splitting

Compatibility

The required API feature is only available for Obsidian v0.13.8+.
必要なAPI機能は,Obsidian v0.13.8+でのみ利用可能です.

Installation インストール方法

From Obsidian

  1. Open Settings > Community plugin
  2. Make sure Safe mode is off
  3. Click Browse in Community plugins
  4. Search for this plugin
  5. Click Install
  6. Once installed, click Enable and the patch is ready to use.

  1. 設定からコミュニティプラグインを開きます.
  2. セーフモードがオフであることを確認します.
  3. コミュニティプラグイン閲覧をクリックします.
  4. このプラグインを検索します.
  5. インストールをクリック
  6. インストールが完了したら,有効化を押すことで,パッチは使用可能な状態になります.

From GitHub

  1. Download the Latest Release from the Releases section of the GitHub Repository
  2. Put files to your vault's plugins folder: <vault>/.obsidian/plugins/japanese-word-splitter
  3. Reload Obsidian
  4. 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 press Command+Shift+Dot to show the folder in Finder.


  1. GitHubリポジトリのReleasesからLatest Releaseをダウンロードします.
  2. vaultのpluginsフォルダにファイルを配置します.<vault>/.obsidian/plugins/japanese-word-splitterにファイルを置きます.
  3. Obsidianをリロードします.
  4. セーフモードについてプロンプトが表示されたら,セーフモードを無効にしてプラグインを有効にすることができます.それ以外の場合は,設定からコミュニティプラグインに移動し,セーフモードがオフになっていることを確認し,そこからプラグインを有効にしてください.

注意: .obsidian フォルダは隠されている可能性があります.macOSでは,Command+Shift+Dotを押すと,Finderでフォルダを表示できるはずです.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.