mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-21 00:48:49 +00:00
Remove support for browser-startup modules
Instead support startup modules that stipulate which platform they require. Also include docs updates and fixes to fullscreen plugin
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
title: $:/language/Docs/ModuleTypes/
|
||||
|
||||
animation: Animationen, die vom RevealWidget verwendet werden.
|
||||
browser-startup: Funktionen, die einmalig beim Browser start ausgeführt werden.
|
||||
command: Kommandozeilen Parameter, die mit node.js ausgeführt werden können.
|
||||
config: Daten, die in `$tw.config` eingefügt werden.
|
||||
filteroperator: Individuelle Filter Operator Funktionen.
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
title: $:/language/Docs/ModuleTypes/
|
||||
|
||||
animation: Animations pouvant être utilisées par le RevealWidget.
|
||||
browser-startup: Fonctions de démarrage exécutées dans le navigateur uniquement.
|
||||
command: Commandes qui peuvent être exécutées en mode Node.js.
|
||||
config: Données à inclure dans `$tw.config`.
|
||||
filteroperator: Méthodes d'opérateurs pour les filtres.
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
title: $:/language/Docs/ModuleTypes/
|
||||
|
||||
animation: Animazioni che possono essere utilizzate con RevealWidget.
|
||||
browser-startup: Funzioni di avvio che vengono eseguite solo nel browser.
|
||||
command: Comandi che possono essere eseguiti sotto Node.js.
|
||||
config: Data da inserire nel `$tw.config`.
|
||||
filteroperator: I singoli metodi degli operatori di filtro.
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
title: $:/language/Docs/ModuleTypes/
|
||||
|
||||
animation: アニメーション。通常は RevealWidget で使用されるモジュール。
|
||||
browser-startup: ブラウザから開いたときにのみ、初回に実行されるファンクションモジュール。
|
||||
command: Node.js で実行できるコマンド。
|
||||
config: `$tw.config` に格納されるデータ。
|
||||
filteroperator: 個々のフィルタ操作用メソッドモジュール。
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
title: $:/language/Docs/ModuleTypes/
|
||||
|
||||
animation: 动画模块包含可用于 RevealWidget 的动画。
|
||||
browser-startup: 仅可于浏览器中执行的启动功能函数。
|
||||
command: 可于 Node.js 执行的指令。
|
||||
config: 加入 `$tw.config` 的数据。
|
||||
filteroperator: 个别筛选器算子方法。
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
title: $:/language/Docs/ModuleTypes/
|
||||
|
||||
animation: 動畫模組包含可用於 RevealWidget 的動畫。
|
||||
browser-startup: 僅可於瀏覽器中執行的啟動功能函數。
|
||||
command: 可於 Node.js 執行的指令。
|
||||
config: 加入 `$tw.config` 的資料。
|
||||
filteroperator: 個別篩選器運算元方法。
|
||||
|
||||
Reference in New Issue
Block a user