summaryrefslogtreecommitdiff
path: root/packages/frontend/src/plugin.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: lintMarie2024-09-161-1/+1
|
* upd: prompt for confirmation on external linksMarie2024-09-161-0/+1
|
* upd: Prompt for confirmation when Plugin:open_url is usedMarie2024-09-151-3/+11
|
* revert AiScript hack for pluginsdakkar2024-08-031-25/+4
| | | | | aiscript 0.19 should have fixed the problem, and no longer `abort` when an error gets handled (or, in this case, logged)
* ugly work-around to prevent plugins from breaking timelinesdakkar2024-06-201-4/+25
| | | | | | | | as the comment says, this is a complicated interaction that must be fixed upstream (I'm not going to fork aiscript for this!) but at least this stops errors in plugins from completely breaking Sharkey's frontend
* プラグインの簡易的なログを表示する機能 (#13564)FineArchs2024-03-131-8/+17
| | | | | | | | | * add plugin logging * change variable name * Update plugin.ts * Update CHANGELOG.md
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* Fix: AiScriptのreadlineの修正をPlay以外にも適用 (#12841)FineArchs2024-01-041-14/+2
| | | | | | | | | | | | | | | | | | | * add AiScriptReadline() in api.ts * apply AiScriptReadline on flash.vue * AiScriptReadline → aiScriptReadline * Update flash.vue * Update scratchpad.vue * Update WidgetAiscript.vue * Update WidgetAiscriptApp.vue * Update WidgetButton.vue * Update plugin.ts
* enhance(frontend): ↵まっちゃとーにゅ2023-12-081-1/+1
| | | | window.openやaタグにnoopenerオプションをつける (MisskeyIO#283)
* enhance(frontend): improve aiscript plugin error handlingsyuilo2023-11-061-3/+9
|
* refactor(frontend): use ESMsyuilo2023-09-191-3/+3
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix #10261 (#10323)タービン2023-03-151-1/+16
|
* refactor: plugin.tsの型を修正する (#10027)KokiSakano2023-03-011-20/+50
| | | | | | | | | | | | | | | | | * refactor:plugin内のすべての関数にreturn typeを設定 * fix:pluginContextsから取得できない場合は早期リターンする * fix:valueがstring以外の時は早期リターンする * fix:valueが取得できる時以外は早期リターンする * fix:pluginに型をつける * fix:絞り込みをassertStringに変更 * fix:修正漏れ * fix:valToJsからvalueを取得するように変更
* fix(client): validate input response in aiscriptsyuilo2023-02-051-1/+5
|
* update AiScript to 0.12.0syuilo2023-01-031-7/+8
|
* rename: client -> frontendsyuilo2022-12-271-0/+123