Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Dec 27, 2023
1 parent 13ba335 commit 3f60b54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/skkeleton.jax
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,14 @@ userJisyo *skkeleton-config-userJisyo*
ユーザー辞書のパス
JavaScriptの制約によりエンコーディングはUTF-8限定になります。

databasePath *skkeleton-config-databasePath*
(デフォルト "")
データベースの保存先パスです。
空文字列でないときに有効になり、Deno KV を使って辞書をデータベース化し
ます。データベースの構築には通常の読み込みよりも時間がかかりますが、デ
ータベースはローカルなファイルに保存されるため、次回以降の起動は高速に
なります。

------------------------------------------------------------------------------
*skkeleton#register_kanatable()*
skkeleton#register_kanatable({tableName}, {table} [, {create}])
Expand Down

0 comments on commit 3f60b54

Please sign in to comment.