A powerful plugin for managing DokuWiki websites directly from TypingMind. This plugin allows you to perform common DokuWiki operations such as reading and editing pages, managing media files, and searching content.
- Page Operations: Get, create, edit, and search wiki pages
- Media Operations: List, upload, download, and delete media files
- Information Retrieval: Get page history, metadata, and search content
- Secure Authentication: Basic authentication with your DokuWiki credentials
- Import the Plugin into your TypingMind workspace
- Configure the Plugin with your DokuWiki credentials:
- DokuWiki URL: The full URL to your DokuWiki instance (e.g.,
https://wiki.example.com
) - Username: Your DokuWiki username
- Password: Your DokuWiki password
- Default Namespace (optional): Default namespace for operations
- DokuWiki URL: The full URL to your DokuWiki instance (e.g.,
I need to see the content of the "start" page in my DokuWiki.
Update the page "project:roadmap" with this new content:
# Project Roadmap
## Phase 1
- Task 1
- Task 2
## Phase 2
- Task 3
- Task 4
Search my DokuWiki for all pages containing information about "python scripting"
Show me all media files in the "documentation" namespace of my DokuWiki
get_page
: Retrieve a wiki page's contentsave_page
: Create or update a wiki pageappend_page
: Append content to an existing wiki pagelist_pages
: List pages in a namespacesearch_pages
: Search pages by contentget_page_info
: Get metadata about a pageget_page_history
: Get revision history of a pagelist_media
: List media files in a namespaceget_media
: Download a media filesave_media
: Upload a media filedelete_media
: Delete a media file
- This plugin requires valid DokuWiki user credentials with appropriate permissions
- Operations are limited to the permissions of the provided user account
- Large media files may encounter issues with browser limitations
Your DokuWiki credentials are stored in your TypingMind account and are transmitted securely. However, always ensure you're using HTTPS for your DokuWiki instance to prevent credential interception.
- Authentication Errors: Verify your username and password
- Permission Errors: Ensure your user has the necessary permissions in DokuWiki
- Connection Errors: Verify the DokuWiki URL is correct and accessible
This project is licensed under the MIT License - see the LICENSE file for details.