Documentate es un plugin de WordPress para la generación de resoluciones oficiales con estructura de secciones y exportación a DOCX.
Try Documentate instantly in your browser using WordPress Playground! The demo includes sample data to help you explore the features. Note that all changes will be lost when you close the browser window, as everything runs locally in your browser.
Preview in WordPress Playground
- Customization: Adjustable settings available in the WordPress admin panel.
- Multisite Support: Fully compatible with WordPress multisite installations.
- WordPress Coding Standards Compliance: Adheres to WordPress Coding Standards for quality and security.
- Continuous Integration Pipeline: Set up for automated code verification and release generation on GitLab.
- Individual Calendar Feeds: Subscribe to event-type specific calendar URLs (Meeting, Absence, Warning and Alert).
- Download the latest release from the GitHub Releases page.
- Upload the downloaded ZIP file to your WordPress site via Plugins > Add New > Upload Plugin.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Configure the plugin under 'Settings' by providing the necessary Nextcloud API details.
For development, you can bring up a local WordPress environment with the plugin pre-installed by using the following command:
make upThis command will start a Dockerized WordPress instance accessible at http://localhost:8888 with the default admin username admin and password password.
Only users with administrator privileges can create, edit, or delete Document Types (templates). Non-admin users are blocked at the server level from accessing the Document Types admin screens, even if they try to access the URL directly. The Document Types menu item is also hidden from non-admin users.
Documents are filtered based on a per-user scope category assignment:
- Administrators see all documents regardless of scope.
- Non-admin users only see documents that are assigned to their scope category or any of its subcategories (hierarchical). If no scope is assigned, the user sees zero documents.
- Go to Users in the WordPress admin.
- Edit the desired user profile.
- Under the Documentate section, select a Scope category from the dropdown.
- Save the profile.
The dropdown lists all WordPress categories in hierarchical order. Only users who have permission to edit the profile (respecting edit_user capability) can change the scope assignment.