
內容簡介
TekMedia 是一款強大的 WordPress 外掛,提供媒體庫的組織與清理工具,讓使用者能夠輕鬆管理媒體檔案,而無需學習新的介面。它的操作與 wp-admin 完全一致,提升了使用體驗。
【主要功能】
• 無限層級的資料夾,支援拖放排序
• 全庫或單一資料夾內搜尋功能
• 批次選擇檔案進行移動或刪除
• 替換檔案時保留 URL 和附件 ID
• 安全掃描未被引用的檔案
• 可恢復的垃圾桶功能
外掛標籤
開發者團隊
原文外掛簡介
TekMedia adds the organisation and cleanup tools the WordPress media library is missing, without asking you to learn a second interface. It looks and behaves like wp-admin, because it is wp-admin.
Organise
Unlimited nested folders with drag-and-drop reordering
Search across your whole library or inside one folder
Select many files at once to move or delete them
Replace a file while keeping its URL and attachment ID, so every post using it updates automatically
Clean up safely
Scan for files that no post, page, featured image or widget references
Nothing is ever deleted without a confirmation that states the consequence in plain numbers
A recoverable trash: trashed files keep working on your site until you empty it
Source Code
The complete human-readable source code for this plugin, together with every build tool used to produce it, is publicly available at:
https://github.com/tarikulalways/tekmedia
The compiled bundle shipped as assets/build/index.js and assets/build/index.css is generated from the JavaScript and stylesheet sources in assets/src/, which are present in that repository. The build uses webpack through @wordpress/scripts, with Tailwind CSS and PostCSS.
To regenerate the compiled assets from a checkout:
npm install
npm run build
npm run start rebuilds on change while developing. The build configuration lives in webpack.config.js, tailwind.config.js and postcss.config.js in the repository root.
No Composer packages are required at run time. composer install installs the PHP coding standards and test suite only, which is why vendor/ is not part of the distributed plugin.
