Movable Type の管理画面をカスタマイズしやすくする MTAppjQuery プラグインの v1.0.0 を Beta 版として公開します。
https://github.com/tinybeans/mt-plugin-MTAppjQuery/tree/release-1.0.0
v1.0.0 で追加された機能例、変更になった箇所例
- 管理画面で user.js、user.css をインストールして、インデックステンプレートとしてカスタマイズが可能になりました。
- プラグインの設定で user.js のURLを指定することで、共通のカスタマイズを適用したいブログで同じ物を読み込ませることが可能になりました。
- プラグインの設定で管理画面の色々な場所にコードを埋め込めることが可能になりました。
- 「user.jsを編集(追記)」メニューを使うことで、インデックステンプレートにインストールされた user.js に、ページを限定するための if 文が自動で挿入されるようになりました。
- mt-static/plugins/MTAppjQuery 内のディレクトリ構造を変更し、user.js 等が user-files ディレクトリにまとめました。これによりプラグインのアップデートが簡単になりました。
今月中には正式リリースの予定です。
正式版のリリースに合わせ、マニュアルを販売開始する予定です。
We released MTAppjQuery v1.0.0 beta, that help you customize Movable Type dashboard.
https://github.com/tinybeans/mt-plugin-MTAppjQuery/tree/release-1.0.0
Implemented features and Fixed Issues in v1.0.0
- In Dashboard, you can install user.js and user.css, and customize them as index template.
- When you set url of user.js in plugin settings of MTAppjQuery, you can customize some blogs the same.
- In plugin settings MTAppjQuery, you can insert some code into any location of dashboard's code.
- "Edit user.js(append)" menu insert conditional tag into user.js for dashboard.
- Changed directory in mt-static/plugins/MTAppjQuery. Files were in user-files directory.
We are going to release v.1.0.0 in this month.
And then we'll start selling document of MTAppjQuery.