Use Import Markdown with 3 how-to topics, including slash command import, top menu import, and drag-and-drop import; 3 items are available without membership and 0 items are membership-related.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Import Markdown with a slash command | Free |
| 2 | 2. Import Markdown from the top menu | Free |
| 3 | 3. Import Markdown by drag and drop | Free |
How-to Guide
1. Import Markdown with a slash command
Entry: document editing area → type / → select Import Markdown
- Open a smart document and place the cursor where you want to insert content.
- Type
/at the beginning of an empty paragraph. - Select Import Markdown from the quick menu, or type
/markdownto locate it faster. - In the file picker, select a local
.mdfile. - Confirm the import, and the Markdown content will be parsed and inserted at the current cursor position.
Success Criteria
- Interface result: imported headings, lists, or code blocks appear in the document.
- Next action available: you can continue editing, adding content, or sharing the imported result.
- No unwanted replacement: existing document content is not replaced as a whole; the imported content is inserted at the current cursor position.
Tips While Using
- Common mistake: if
/is not entered at the beginning of an empty paragraph, the quick menu may not appear as expected.- Environment note: slash-command import is not supported on mobile in this workflow, so Windows desktop is recommended.
2. Import Markdown from the top menu
Entry: top ribbon → Insert → Markdown Import
- Create or open the target smart document.
- Click Insert on the top ribbon.
- Select Markdown Import from the drop-down menu.
- In the file picker, find and select the local
.mdfile. - Click Open or confirm, and the system will parse the file content into the current document.
Success Criteria
- Interface result: the imported content appears in the document and keeps common Markdown structures.
- Next action available: you can continue adjusting formatting, adding text, or collaborating with others.
Tips While Using
- Common mistake: if you select a file that is not
.md, the import may not work as expected.- Environment note: make sure the document is open normally and is in an editable state first.
3. Import Markdown by drag and drop
Entry: local folder → drag a .md file into the document editing area
- Open the smart document editing interface.
- Find the
.mdfile you want to import in a local folder. - Drag the file into the document editing area.
- Release the mouse, and the system will start parsing and importing the Markdown content automatically.
- Check whether headings, lists, and code blocks display correctly after import.
Success Criteria
- Interface result: imported content appears in the document after the drag-and-drop action.
- Next action available: you can continue editing the imported result in the current document.
Tips While Using
- Common mistake: if you drop the file outside the editing area, the import may not start.
- Environment note: make sure the local file is accessible and the current window is the document editing interface.