From 6877bdd558cdf09408fe322e9b754d371bf07620 Mon Sep 17 00:00:00 2001 From: salano_ym <53254905+salano-ym@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:21:42 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=A9=E3=82=B0=E3=82=A4=E3=83=B3AP?= =?UTF-8?q?I=E3=83=AA=E3=83=95=E3=82=A1=E3=83=AC=E3=83=B3=E3=82=B9?= =?UTF-8?q?=E3=81=ABPlugin:register=5Fpage=5Fview=5Finterruptor=E3=81=AE?= =?UTF-8?q?=E8=AA=AC=E6=98=8E=E3=82=92=E8=BF=BD=E5=8A=A0=20(#141)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Plugin:register_page_view_interruptorの説明を追加(#140) * ローカライズ版の変更を差し戻し --- .../ja/docs/4.for-developers/plugin/plugin-api-reference.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/ja/docs/4.for-developers/plugin/plugin-api-reference.md b/content/ja/docs/4.for-developers/plugin/plugin-api-reference.md index afb25887..e728022f 100644 --- a/content/ja/docs/4.for-developers/plugin/plugin-api-reference.md +++ b/content/ja/docs/4.for-developers/plugin/plugin-api-reference.md @@ -42,6 +42,11 @@ UIに表示されるノート情報を書き換えます。\ コールバック関数には、第一引数に対象のノートオブジェクトが渡されます。\ コールバック関数の返り値でノートが書き換えられます。 +## `Plugin:register_page_view_interruptor(fn)` +Page閲覧時にPage情報を書き換えます。\ +コールバック関数には、第一引数に対象のPageオブジェクトが渡されます。\ +コールバック関数の返り値でPageが書き換えられます。 + ## `Plugin:open_url(url)` 第一引数に渡されたURLをブラウザの新しいタブで開きます。