Usage ¶
Creating Content ¶
- Log in with admin credentials
- Use the "New" button to create a new document
- Write content using Markdown syntax
- Save your document
Organizing Content ¶
LeoMoon Wiki-Go allows you to organize content in a hierarchical structure:
- Create directories to group related documents
- Use the move/rename feature to reorganize content when in edit mode
- Navigate through your content using the sidebar or breadcrumbs
Using Kanban Boards ¶
LeoMoon Wiki-Go supports interactive Kanban boards for project management and task tracking. You can transform any document into a visual project board.
Creating a Kanban Board ¶
There are two ways to create a kanban board:
Method 1: Create New Kanban Document ¶
- Click the "New" button to create a new document
- In the document creation dialog, select "Kanban Board" as the document type
- Enter your document name and location
- The document will be automatically created with kanban layout and basic structure
Method 2: Convert Existing Document ¶
- Open an existing document and enter edit mode
- Position your cursor where you want the kanban board to be inserted
- Click the "Add Kanban" button in the editor toolbar
- The kanban frontmatter and basic board structure will be added at the cursor position
- Save the document to apply the kanban layout
Method 3: Manual Setup ¶
- Create a new document or edit an existing one
- Add the following frontmatter at the top of your document:
---
layout: kanban
---
- Structure your content using the following format:
# Your Project Title
#### Project Board Name (optional)
##### To Do
- [ ] Task 1
- [ ] Task 2 with **formatting**
- [ ] Task with [links](https://example.com)
##### In Progress
- [ ] Current task
- [ ] Another active task
- [ ] Sub-task 1
- [ ] Sub-task 2
##### Done
- [x] Completed task
- [x] Another finished task
Working with Kanban Boards ¶
- Drag and Drop: Click and drag tasks between columns to update their status
- Edit Tasks: Click on any task to edit its content inline
- Add Tasks: Use the "+" button in column headers to add new tasks
- Nested Tasks: Indent tasks with spaces to create sub-tasks
- Markdown Support: Tasks support full markdown formatting (bold, italic, links, code, etc.)
- Multiple Boards: Add multiple kanban boards in one document by repeating the H4/H5 structure
Managing Columns ¶
- Rename Columns: Click the pencil icon in column headers to rename
- Add Columns: Create new columns by adding H5 headers in your markdown or using the interface
- Delete Columns: Use the trash icon to remove empty columns
- Duplicate Names: Column names can be duplicated without data loss
Best Practices ¶
- Use descriptive column names that reflect your workflow (e.g., "Backlog", "In Review", "Testing")
- Keep task descriptions concise but informative
- Use sub-tasks for breaking down complex work
- Regularly review and update task status by moving them between columns
Attaching Files ¶
You can attach files to any document:
- Navigate to the document and enter edit mode
- Click the "Attachments"
- Upload files using the upload button
- Use "Files" tab to insert links to files in your document
The commenting system allows users to provide feedback and engage in discussions:
- Navigate to any document
- Scroll to the comments section at the bottom
- Authenticated users can add comments using Markdown syntax
- Administrators can delete any comments
- Comments can be disabled system-wide through the admin settings panel
Comments
Please login to leave a comment.
No comments yet. Be the first to comment!