Help Center

Getting Started

What is Markmap AI?

Markmap AI is a suite of tools designed to transform Markdown content into visual formats like mind maps, knowledge cards, presentations, and more. Our tools use AI to enhance the conversion process and provide additional insights.

How do I create my first mind map?

  1. Navigate to the Markdown to Mindmap tool
  2. Enter your Markdown content in the editor or use our sample templates
  3. Your mind map will be generated automatically in real-time
  4. Adjust settings like layout, theme, and zoom as needed
  5. Export your mind map in various formats (SVG, PNG, PDF, HTML)

What Markdown syntax is supported?

Markmap AI supports standard Markdown syntax, including:

  • Headings (# Heading 1, ## Heading 2, etc.)
  • Lists (both ordered and unordered)
  • Bold and italic formatting
  • Links
  • Code blocks
  • Blockquotes

Keyboard Shortcuts

Speed up your workflow with these helpful keyboard shortcuts:

Ctrl+Z / ⌘+ZUndo
Ctrl+Y / ⌘+YRedo
Ctrl+S / ⌘+SSave
Ctrl+E / ⌘+EExport
Ctrl++ / ⌘++Zoom In
Ctrl+- / ⌘+-Zoom Out
Ctrl+0 / ⌘+0Reset Zoom
Ctrl+F / ⌘+FSearch

Video Tutorials

Getting Started with Markmap AI

Video Tutorial

A complete introduction to Markmap AI and its core features. Learn how to navigate the interface, create your first mind map, and customize it to your needs.

Advanced Mind Mapping Techniques

Video Tutorial

Take your mind maps to the next level with advanced features like custom themes, complex relationships, and integration with other tools.

Troubleshooting

Mind Map Not Rendering Correctly

If your mind map isn't displaying as expected:

  1. Check your Markdown syntax for any errors
  2. Ensure you're using supported formatting
  3. Try refreshing the page
  4. Clear your browser cache
  5. Try a different browser

Export Issues

If you're having problems exporting your mind map:

  • For large mind maps, try using the SVG or HTML export options
  • Ensure you have a stable internet connection
  • Make sure your mind map is fully loaded before exporting
  • If exporting to PDF, try adjusting the scaling options

Performance Tips

For the best experience with large mind maps:

  • Break very large documents into smaller sections
  • Use the "Simplify View" option for complex mind maps
  • Use a modern browser (Chrome, Firefox, or Edge)
  • Close unused tabs and applications to free up memory

API Documentation

Integrating with Markmap AI

For developers who want to integrate Markmap AI into their own applications, we offer a comprehensive API. Our API enables you to:

  • Convert Markdown to mind maps programmatically
  • Generate knowledge cards from your content
  • Create presentations automatically
  • Access AI-powered summarization

Sample API Request

// Convert Markdown to a mind map
fetch('https://api.markmapai.com/v1/convert', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer YOUR_API_KEY'
  },
  body: JSON.stringify({
    markdown: '# My Mind Map\n## Topic 1\n## Topic 2\n### Subtopic',
    format: 'svg'
  })
})
.then(response => response.json())
.then(data => console.log(data));

Frequently Asked Questions

Is Markmap AI free to use?

Yes, Markmap AI is currently completely free to use with full access to all features. In the future, we may introduce premium plans depending on operational costs, but we are committed to maintaining a generous free tier.

Can I save my work?

Yes, your work is automatically saved in your browser's local storage. If you create an account, you can save your projects to access them from any device and protect against browser data loss.

What file formats can I export?

Depending on the tool, you can export as SVG, PNG, PDF, HTML, Markdown, JSON, CSV, and other formats. Each tool has specific export options tailored to its output.

Is my data secure?

We take data security seriously. Your content is processed in your browser when possible, and we don't store your data unless you explicitly save it. Please see our Privacy Policy for more details.

Can I collaborate with others?

Yes, you can share your mind maps with others by generating a shareable link. They can view and interact with your visualizations. You can also export your visualizations and share them as files.

How does the AI enhancement work?

Our AI analyzes the structure and content of your Markdown to optimize the visual representation. It can suggest improvements, generate missing content, and provide insights based on your mind map.

Can I use Markmap AI offline?

Currently, Markmap AI requires an internet connection for most features, as it runs primarily in the web browser. However, you can export your mind maps as static files (SVG, PNG, PDF) for offline viewing and sharing.

Need More Help?

Contact Support

If you couldn't find answers to your questions, our support team is here to help.

Contact Support

Community Forum

Join our community forum to connect with other users, share tips, and get help.

Join Forum