Enhance with Markdown
Quotion enhances Apple Notes by enabling markdown support. Write notes with markdown and export them as markdown files.
New to markdown? Check out GitHub markdown syntax.
Write Notes with Markdown
Markdown in Quotion offers:
- More formatting options than Apple Notes
- Callouts
- Code highlighting
Example
Rendered result:
Don’t mix Apple Notes formats with markdown in the same line.
But it’s safe to use markdown with Apple Notes in different lines, e.g. a title uses Apple Notes format, a body text uses markdown.
Callouts
Callout is used to highlight important information:
:::note
This is a note.
:::
:::tip
This is a tip.
:::
:::assert
This is an important information.
:::
:::warn
This is a warning.
:::
:::caution
This is a caution.
:::
Frontmatter
Quotion supports ===
frontmatter:
===
slug: my-post
publishAt: 2024-09-25T18:54:51+08:00
excerpt: My awesome post
===
- Place frontmatter at the top of the file. 2. Only
===
frontmatter is supported. YAML frontmatter---
is not supported.
Learn more:
- Schedule a post
- Hide a post from the site
- Disable search engine indexing
- Customize post slug
- Customize post excerpt
Partial HTML Support
Markdown supports basic HTML:
Details/Summary
<details>
<summary>Details</summary>
Hidden content here.
</details>
Rendered result:
Details
YouTube Embed
<!-- You can find the embed code when sharing the video -->
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/Qw1OSKGVeIQ?si=WvXs-YTySSnbUVgI"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
It’s rendered as below:
Scripts and styles are not available due to security risks. Use Quotion’s built-in JavaScript & CSS functionality instead.
Export Notes as Markdown
Export Apple Notes as markdown files:
- Log in to Quotion dashboard
- Create a site
- Share folder with
link@quotion.co
- Paste invitation URL to onboarding form
- Create notes in shared folder
- Share folder with
- Go to site dashboard
- Click download button for markdown file
Build your blog with Apple Notes in less than 5 minutes! Try Quotion for free!