內容簡介
TinyMCE SpellChecker API – 此外掛提供動作/過濾器鉤子,以方便自訂 TinyMCE 拼字檢查器。
此外掛的創建目的,在於解決在防火牆後無法使用 GoogleSpell 的問題。如需背景資訊,請參閱有關議題的討論:trac ticket #9798。此外掛的最終目標是合併至 WordPress 核心。
您需要此外掛,如果…
您想為 TinyMCE 拼字檢查器撰寫一個外掛程式。此外掛提供相對應的鉤子,讓您可以控制使用哪個拼字檢查器引擎、調整用於初始化引擎的配置,以及操控拼字檢查結果(和引擎無關)。
您被防火牆所限制,但想使用 Google 拼字檢查器。此外掛包含一個經過自訂的 GoogleSpell 版本,可使用 WordPress 2.8 中新增的 HTTP 傳輸方法完成所有外部請求的代理支援。
此外掛還包含一個名為「WP-SpellCheck Exceptions」的簡單子外掛程式,可讓您將自訂詞匯新增至拼字檢查詞典中。請注意,此外掛更像是概念驗證,而非完整的解決方案/功能齊全的工具。目前,它並沒有任何可視化管理選項,只將「WordPress」新增為例外詞匯。
外掛標籤
開發者團隊
原文外掛簡介
TinyMCE SpellChecker API – this plugin provides action/filter hooks to allow easy customisation of the TinyMCE SpellChecker.
This plugin was created to solve the problem of not being able to use GoogleSpell behind a firewall. For background information on the issue read the discussions on trac ticket #9798. The ultimate goal of this plugin is to be merged into WordPress Core.
You need this plugin if…
You want to write a plugin for the TinyMCE SpellChecker. This plugin will provide you with respective hooks that allow to control which SpellChecker Engine is used, adjust the configuration used for initialisation of the engine and manipulate spellchecking results (independent of engine).
You are behind a firewall and you’d like to use the Google Spellchecker. This plugin contains a customised version of GoogleSpell that uses the new Http Transportation methods added in WordPress 2.8 which include Proxy Support for all external requests.
This plugin also contains a simple sub-plugin called “WP-SpellCheck Exceptions” which allows you to add custom words to the spellchecking dictionary. Note that this plugin is more a proof of concept than a complete/full-fleged solution. (It does not have any kind of visual administration; it only adds “WordPress” as an exception at the moment).
