
Admin dashboard - Manage your documents
ToolDocs is a document management plugin for WordPress that lets you upload, organize, and share documents with your visitors through direct permalinks.
Key Features:
Shortcodes:
[tooldocs_file id="X"] – Display a single document download link with file type icon[tooldocs_category_files category_id="Y"] – Display all documents in a category, with optional modal popupHow It Works:
The admin interface is built with Vue.js. Source code is included in the admin/src/ directory.
Frontend JavaScript source is in front/.
To build the admin interface:
1. Navigate to the admin/ directory
2. Run npm install
3. Run npm run build
To build the frontend JavaScript:
1. Navigate to the front/ directory
2. Run npm install
3. Run npm run build