---
title: "Additional app integrations"
html: Additional_Application_Support.html
---

# Additional app integrations

Marked works with many editors and writing apps. This page covers shared **settings**, the **clipboard preview**, pointers to **streaming preview**, and scripting resources. Detailed guides for popular apps live in their own help topics (see the **Supported Apps** section in the sidebar).

## Per-app guides

Start with [Live Markdown Preview on Mac](Live_Markdown_Preview_on_Mac.md) for the overall workflow. If you use Obsidian, see [Marked vs Obsidian Preview](Marked_vs_Obsidian_Preview.md) to decide when Marked adds value alongside Obsidian's built-in preview.

| Topic | Help page |
| :-- | :-- |
| **Bear** | [Bear](Bear.md) |
| **Curio** (streaming preview) | [Curio](Curio.md) |
| **Drafts** (streaming preview + actions) | [Drafts](Drafts.md) |
| **DEVONthink** (Script menu integration) | [DEVONthink](DEVONthink.md) |
| **Folder watching** (nvALT, nvUltra, etc.) | [Folder Watching](Folder_Watching.md) |
| **Highland** | [Highland](Highland.md) |
| **Hookmark** URL resolution | [Hookmark](Hookmark.md) |
| **iA Writer** | [iA Writer](iA_Writer.md) |
| **iThoughtsX** `.itmz` maps | [iThoughtsX](iThoughtsX.md) |
| **MarsEdit** live preview | [MarsEdit](MarsEdit.md) |
| **MindNode** | [MindNode](MindNode.md) |
| **MultiMarkdown Composer** | [MultiMarkdown Composer](MultiMarkdown_Composer.md) |
| **nvUltra** | [nvUltra](nvUltra.md) |
| **Obsidian** vaults & callouts | [Obsidian](Obsidian.md) |
| **OmniOutliner / OPML** | [OmniOutliner and OPML](OmniOutliner_and_OPML.md) |
| **RTF / RTFD** (Pages, TextEdit, etc.) | [RTF and RTFD Support](RTF_Support.md) |
| **PDF** | [PDF Support](PDF_Support.md) |
| **Scrivener 3** | [Scrivener 3 Support](Scrivener_Support.md) |
| **The Archive** streaming preview | [The Archive](The_Archive.md) |
| **Ulysses** export workflow | [Ulysses](Ulysses.md) |
| **Vim** (vim-marked plugin) | [Vim](Vim.md) |
| **VS Code** (Open in Marked extension) | [VS Code](VS_Code.md) |
| **VoodooPad** | [VoodooPad](VoodooPad.md) |
| **Xcode playgrounds** | [Xcode Playgrounds](Xcode_Playgrounds.md) |

## Application settings

I> Several integrations expose toggles inside Marked Settings > Apps pane and Marked Settings > Preview pane.

![Application Settings][appsettings]

Use these panes for wiki-link defaults, Scrivener hand-off, streamed clipboard settings, Mind Map embedding options for OPML/OmniOutliner, Obsidian integrations, or other processors that rely on cooperative editors.

## Clipboard Preview

![][ClipboardPreviewMenu]

Markdown (or compatible plain text) in the clipboard opens with File > New > Clipboard Preview (`⇧⌘V`). If the clipboard holds **HTML or RTF**, Marked converts it into Markdown-like source before preview&#8212;including rough heading detection when RTF paragraphs use large stylesheet font sizes.

## Streaming Preview

Bear, Curio, Drafts, The Archive, nvALT, nvUltra, and several other editors can push Markdown into Marked as you type via **Streaming Preview**. See [Streaming Preview](Streaming_Preview.md) for setup and troubleshooting.

## Scripts and Bonus Pack

Automations for BBEdit, TextMate, DEVONthink, Emacs, Vim, and more ship with the [Marked Bonus Pack][bonus]. Install or adapt those scripts when you want menu-bar or editor macros beyond the integrations listed above.

[appsettings]: images/screenshots/preferences-Apps.jpg @2x width=670px height=761px class=preferencepane
[ClipboardPreviewMenu]: images/ClipboardPreviewMenu.jpg @2x width=600px height=198px class=center
[bonus]: https://github.com/kotfu/marked-bonus-pack
