Create Markdown Documents

Create and edit Markdown note documents directly in DoCube, using simple markup syntax to format text and focus on content creation.

Create New Document

Mac iPhone iPad

Navigate to note.text.badge.plus > Create > Markdown, click to create a new Markdown document and open it in a new tab.

Navigate to note.text.badge.plus > Create > Markdown, click to create a new Markdown document and open it in a new tab.

Navigate to ellipsis.circle > Create > Markdown, click to create a new Markdown document and open it in a new tab.

Using DoCube-Specific Links in Markdown

Document Links

DoCube generates unique document links for any position in imported documents. You can use these links in Markdown documents to reference other documents. Click the link button on the right side of the tab label, copy the document link, then paste it into your Markdown document to generate a link in the format [Document Title](docube://document/articleid).

Document links in DoCube can be used not only in DoCube but also in other applications that support Markdown syntax, such as Obsidian, Notion, etc.

Anchor Links

Anchor links add an anchor named anchor_1 using the syntax [Anchor]{anchor_1}, then you can link to the specified anchor by setting the URL part to # plus the anchor name.

Syntax Renders as Anchor [Image1]{anchor_1} Image1 Link Point See[Image One](#picture_1) SeeImage1
Anchor links are perfect for scenarios like jumping from image text to specific images as shown in the example above.