內容簡介
ZLADNO 是一款獨立的看板外掛,無需頁面建構器或特定佈景主題,提供工作空間、看板、列表和卡片的管理功能,適合團隊協作與任務追蹤。
【主要功能】
• 提供工作空間、看板、列表與卡片管理
• 支援基本成員與團隊功能
• 可添加標籤、日期、檢查清單與附件
• 支援卡片評論與基本通知功能
• 提供搜尋與個人設定選項
• 支援淺色與深色主題
外掛標籤
開發者團隊
原文外掛簡介
ZLADNO provides a useful standalone board experience without requiring a page builder, a specific theme, a remote SaaS account or ZLADNO Pro.
The Free plugin includes:
Workspaces, boards, lists and cards.
Basic members and teams.
Labels, dates, checklists, attachments and covers.
Plain card comments and basic notifications.
Search, profile settings, light/dark themes, Ukrainian and English.
Optional ZLADNO Pro capabilities are delivered by a separate add-on. The Free application shows only working Free controls; add-on controls are supplied only while the add-on is active. Premium module code and editor vendor bundles are not included in this package. Existing add-on data is retained when the add-on is deactivated.
ZLADNO 2.0.11 keeps the SQL hardening from 2.0.10 and restores card-cover rendering inside the card modal, including a compact top-strip layout.
Development / Source Code
The human-readable Free browser source is included at src/board.js. The runtime file is assets/board.js; both files are intentionally unminified. No Pro implementation or Pro editor source is included in this package.
From the zladno plugin directory, reproduce the runtime asset with:
node tools/build-board.mjs
The command copies src/board.js to assets/board.js without minification or transformation, then verifies that both files are byte-identical. PHP and CSS are maintained directly in zladno.php, includes/, and assets/board.css; they require no build step.
