Creating and Managing Posts
Learn how to get the most out of posts on Millhiore.
Creating a New Post
Basic Steps
- Click on “New Topic” in the sidebar
- Select the appropriate category
- Write a descriptive title
- Develop your content
- Add relevant tags
- Publish
Content Formatting
Millhiore supports Markdown to format your posts:
# Main Title
## Subtitle
**Bold text**
_Italic text_
- Bulleted list
- Another item
1. Numbered list
2. Second item
`inline code`
`javascript
// Code block
const hello = "world";
`
[Link](https://example.com)

Best Practices
Effective Titles
- Be specific and descriptive
- Include relevant keywords
- Avoid vague titles like “Help” or “Problem”
Bad example: “My code doesn’t work” Good example: “Syntax error in JavaScript async function”
Quality Content
- Provide sufficient context
- Include relevant code (if applicable)
- Describe what you’ve tried
- Be respectful and clear
Edit and Delete
Editing a Post
You can edit your posts at any time:
- Go to your post
- Click on the options menu (⋮)
- Select “Edit”
- Make your changes
- Save
Deleting a Post
⚠️ Warning: This action cannot be undone
You can only delete posts that have no replies. If your post has replies, contact a moderator.