Frequently Asked Questions (FAQ)
Answering your questions and sharing tips on writing, formatting, importing, and exporting in Muya Editor.
1. What file formats does the editor support for import?
Optimized natively for Markdown writing, the editor currently supports importing the following formats:
.mdfiles (Standard Markdown documents).markdownfiles (Extended Markdown documents from other platforms)
ðĄ Bulk Import Tip
You can click "Import File" in the sidebar and multi-select documents; or, simply drag and drop multiple.md or .markdown files from your local folders onto the left sidebar area to import them in batch.
2. Why is there no top toolbar? How to apply bold, italic, or insert tables?
Muya uses a modern WYSIWYG real-time rendering interaction, eliminating the cluttered top toolbar to give you a distraction-free writing space. It supports the following flexible interactions:
/ on a new line to trigger the block library autocomplete menu. From here, you can insert headings, task lists, tables, code blocks, math blocks, Mermaid diagrams, etc.
: followed by an English word to trigger the Emoji autocomplete. For instance, type :feather to insert ðŠķ.
3. What formats are supported for exporting?
Click "Export" in the header or in the document list actions to save your document to your device in various formats:
- Markdown Document (.md): Exports as standard Markdown source code, compatible with any offline Markdown editor.
- HTML Webpage (.html): Generates a standalone HTML webpage with styles and rendering assets embedded, ensuring offline availability of diagrams and formulas.
- High-Definition Image (.png / .jpg): Renders and exports a high-definition long image, ideal for sharing on social media or inserting into other documents.
- High-Quality PDF (.pdf): Perfectly preserves formulas, diagrams, and syntax highlighting in an elegant PDF document.
4. How to share Markdown documents smoothly with others?
Sending raw .md files directly to others (especially non-technical clients or managers) is often problematic because:
- The recipient's device usually lacks a Markdown parser or viewer, so double-clicking the file opens it in raw text, showing confusing symbols.
- Even with a viewer, compatibility issues might prevent math formulas or diagrams from rendering properly, leading to broken layouts.
ðĄ Best Sharing Solution: We highly recommend exporting your Markdown content to PDF or Image (PNG/JPG) before sharing. They provide a high-fidelity, cross-platform offline reading experience.
For more scenarios and details on generating elegant sharing layouts, view our guide: How to share Markdown files with others? â
5. How to bulk import Markdown files in it365 Editor?
To boost efficiency, it365 Markdown Editor provides two simple methods for bulk importing:
- Method 1: Multi-select import. Click "Import File" in the left sidebar. In the file picker dialog, hold down the
Ctrlkey (orCommandkey on Mac) to select multiple files, then click open to import them all. - Method 2: Drag and drop (Highly Recommended). Select multiple Markdown files on your device and drag and drop them directly onto the left sidebar area. The system will parse them instantly in batch.
6. Why do some Markdown editors fail to render diagrams and formulas?
This is mainly because different editors use different parsing engines and integrations. Standard syntax like bold text or headers are widely compatible, but advanced features vary:
- Math Formulas (LaTeX/KaTeX): Requires a built-in LaTeX engine. Without it, formulas are displayed as raw code wrapped in
$$, ruining readability. - Visual Diagrams (Mermaid flowcharts, Vega plots, etc.): Requires specific rendering components. Otherwise, they are displayed as plain code blocks instead of beautiful, interactive charts.
Many lightweight or traditional Markdown editors lack integration for these advanced features, which leads to rendering failures.
ðĄ Recommended Solution: Our tool (it365 Markdown Editor) natively integrates industry-leading engines like KaTeX, Mermaid, PlantUML, and Vega-Lite, adhering strictly to CommonMark and GFM standards. If you encounter issues rendering math and charts elsewhere, we highly recommend using this tool for a seamless reading and editing experience.
7. How to copy styles and formatting from Muya to other editors (e.g. Word, blogs, or newsletters)?
If you want to migrate formatted content to platforms like Word, blogs, or email newsletters without losing formatting, we recommend two solutions:
- Solution 1: Copy Rich Text (Recommended).
Click the Copy dropdown menu in the header and choose Copy Rich Text Content. The system will copy the formatted content with styles to your clipboard. Simply paste it (
Ctrl+VorCmd+V) into Word, blog publishers, or newsletter backends to preserve the layout and colors. - Solution 2: Export as High-Definition Image. If you worry about styles clashing or complex diagrams breaking, export the document as a PNG or JPG image. Then, simply insert the image into Word or your blog editor, securing 100% layout consistency.
8. What operating systems and devices does it365 Muya MD Editor support?
As a modern online Markdown editor, it365 Muya MD Editor runs across multiple platforms. Built on modern web standards, it requires no installation. Open a browser and use it on:
- Windows: Access via Chrome, Edge, or Firefox on Windows 10/11. Support keyboard shortcuts and drag-and-drop file import.
- macOS: Fully compatible with Safari and Chrome on Mac, supporting macOS-specific
Commandkey mapping. - Mobile (iOS / Android): Optimized with responsive layouts for iPhone and Android devices. View, edit, and export Markdown smoothly on mobile browsers.
- Tablets: Adaptive layout for iPad and tablets, supporting both touch interaction and external keyboards.
ðĄ Tip: To access the editor quickly next time, select "Add to Home Screen" on your mobile browser or bookmark the website on your computer.
9. Does Muya Markdown Editor have auto-save? Will I lose documents upon closing the browser?
Yes! The editor is equipped with a highly secure and smart auto-save mechanism. Your edits are safe even if you refresh, close the page, or lose network connection.
The data security protection logic is as follows:
- IndexedDB Local Database Storage: Documents are stored inside the browser's dedicated IndexedDB database rather than volatile RAM cache. This acts like a local drive; unless you clear browser data for this site, your documents remain permanently saved.
- Smart Auto-Save Algorithm (Debounce + Throttle): The editor monitors your typing status:
- Debounce Save (1.5s): When you stop typing for 1.5 seconds, the editor assumes you paused and saves content in the background.
- Throttle Save (10s): While typing continuously, the editor saves progress every 10 seconds to prevent data loss in case of crashes.
- Save Status Indicator: You will see a green "Saved" status indicator at the bottom status bar, which flashes silently upon saving, giving you peace of mind.
â ïļ Cross-device & Browser Note: Since data is stored locally in the specific browser, your documents will not sync automatically if you switch computers, use a different browser, or open the editor in Incognito/Private mode.
â Safe Actions: The following cleanups will NOT delete your notes
As long as the browser is not uninstalled, the following actions are completely safe:
- Clearing "Browsing history": Removes the records of visited websites without affecting IndexedDB storage.
- Clearing "Cached images and files": Frees up cache space; your documents remain completely intact.
- Restarting device or closing browser: Closing browser tabs or restarting your computer in normal mode will not affect your data.
ðĻ Dangerous Actions: The following will delete your local documents permanently
Since documents rely on browser storage, please be aware and avoid these actions:
- Clearing "Cookies and other site data": When clearing browsing data, checking this option formats and deletes all local storage, including IndexedDB.
- System cleaning tools / PC Managers: Cleaners checking "Browser Cookies/Site Data" will wipe out your local documents.
- Uninstalling the browser: Uninstalling the browser deletes its database directories, and all stored documents will be lost permanently.
ðĄ Best Practice: Please back up important notes regularly. Export them as .md files or click Batch Export to download a ZIP archive containing all documents to your local disk or cloud drive.