Skip to content

Official Smart Plugins site

Smart Plugins are independent third-party plugins for Obsidian. Smart Connections is the flagship plugin.

Smart Context Clipboard

You are about to send context to an AI, but you want it clean, predictable, and reusable. Smart Context Clipboard is the fast lane for that moment.

Clipboard loop
  1. Pick a source or surface.
  2. If that surface supports it, choose link depth and backlink mode.
  3. Copy as text, or use an Pro media-capable surface where available.
  4. Paste into your AI tool or draft note.

Smart Context Clipboard gives you a few different export paths, and they do not all behave the same way.

Some entry points open a depth chooser before copying.
Other entry points copy the current selection immediately.

Use the matrix below to pick the right surface for the job.

Who this helps


Ways to copy context

Smart Context currently has two clipboard patterns:

Pattern What happens
Modal copy Builds a linked context first, then lets you choose depth and backlink mode before copying.
Direct copy Copies the current selection or current context immediately, with no depth chooser.

Command and surface matrix

Flow Surface Edition Output Depth chooser Current behavior
Current note Command / ribbon Core text Yes Builds a linked context from the active note, then opens CopyContextModal.
Current note Command / ribbon Pro text or text + compiled image Yes Uses the same modal flow, with separate media-capable and text-only commands.
Named context Command Both text Yes Select a named context, build a temporary linked copy context, then open CopyContextModal.
Selected notes File navigator multi-select Both text No Copies selected markdown notes immediately.
Selected folders File navigator multi-select Both text No Expands selected folders to Smart Sources, then copies immediately.
Single folder Folder context menu or folder-picker command Both text No Copies folder contents immediately.
Current Builder context Context Builder / Context Selector actions bar Core text No Copies the current SmartContext as-is.
Current Builder context Context Builder / Context Selector actions bar Pro text or text + compiled image No Buttons are Copy text and Copy media.
Current codeblock context Codeblock toolbar / codeblock menu Both text No Copies the current codeblock SmartContext as-is.
Saved named context row Named Contexts dashboard row menu Both text No Copies the saved named context as-is.

If you need a reusable saved set, use Smart Context Builder.
If you need a tree export instead of bundle text, use one of the separate link-tree copy actions.


Copy the current note as context

Run one of these commands:

Edition Command
Core Copy current to clipboard (choose link depth)
Pro Copy current with media to clipboard (choose link depth)
Pro Copy current text only to clipboard (choose link depth)

This is the main modal-based clipboard flow.

What happens:

  1. Smart Context builds a linked context from the active note.
  2. Any codeblock context items in that same note are merged in at depth 0.
  3. CopyContextModal opens and groups suggestions by depth.
  4. You choose:
    • depth
    • outlinks-only or include-backlinks
  5. The selected row copies the filtered result.

What the modal currently shows per row:

What the final copy notice currently shows:

The final notice does not currently show:

Copy a named context

Run the command:

This flow is also modal-based, but it starts from a saved named context instead of the current note.

What happens:

  1. NamedContextSelectModal lets you pick the named context.
  2. Smart Context builds a temporary linked copy context from that saved set.
  3. CopyContextModal opens so you can choose depth and backlink mode.
  4. The saved named context stays unchanged.

Current implementation notes:

Pick a link depth

Link depth currently applies to the modal-based flows:

It does not currently apply to:

Depth meaning

Depth What is included
0 Only the starting note or starting context items. Embedded links in the starting note are treated as depth 0. Bases embeds in the starting note are also treated as depth 0.
1 Directly linked notes from the starting note or root items.
2 Links of links.
3+ Deeper hops when available in that flow.

Link direction rows

Each depth is shown twice in the chooser:

Row type What it means
Outlinks only Only outgoing links are included.
Include backlinks Incoming links are also included.

Current limits

Flow Current linked depth built before the chooser
Current note up to 5
Named context up to 3

Current stats behavior

The chooser currently shows:

The chooser does not currently show:


Copy multiple selected notes

When you want a small hand-picked bundle, use file navigator multi-select.

Selection Menu action Output Current behavior
2+ notes Copy selected notes as context text Copies immediately. No depth chooser.
2+ folders Copy selected folders as context text Expands selected folders, then copies immediately. No depth chooser.

This is ideal for direct "just these notes" workflows:

If you need depth control, start from a current note or named context instead.


Copy an entire folder

If your project already lives in one folder, folder copy is the fastest direct-copy path.

You can start it from either surface:

Surface Action Output Current behavior
Folder context menu Copy folder contents to clipboard text Copies immediately. No depth chooser.
Command + folder picker Copy entire folder to clipboard text Opens a folder picker, then copies immediately. No depth chooser.

Folder export is best when you want a quick project snapshot and you already know the folder boundary is the right scope.

Tip

Folder copy can get large quickly.

If you need tighter control, use:

  • a smaller file-nav selection, or
  • the current-note / named-context modal flows, which support link depth

Copy as text vs copy with media (Pro)

The Copy flow can offer two export modes:

This is useful when your reasoning depends on visuals: diagrams, screenshots, UI mockups, slide snapshots, PDFs, etc.

How media handling works

When you choose Copy with media, Smart Context compiles supported visuals into a single image to make pasting easier alongside the text context.

What this means in practice:

Media inclusion rules

Note

"With media" is meant for tools that accept pasted images.
If your target tool is text-only, use Copy as text.


Copy context with media (Pro)

Copy with media is for the cases where the "why" lives in the visuals:

Instead of pasting a bunch of separate images (and hoping you did not miss one), Smart Context compiles the relevant visuals into a single image and puts it on your clipboard alongside the text context.

The recording above shows the full loop end-to-end.

1) Prepare the note (make the media reachable)

Put the media you want the model to see inside your context graph:

Practical pattern: add an "Attachments" section near the top of your note and put the key images/PDFs there, so you can quickly sanity-check what will be included.

2) Copy with media

  1. Open the Smart Context clipboard flow (current note, selected notes, or folder).
  2. In the Copy to clipboard modal, choose a link depth.
    • Use the item count + size estimate to pick the smallest depth that still includes the visuals you need.
  3. Click Copy with media (Pro).

You should see a confirmation like:

That file count is a quick sanity check that your attachments were picked up (note(s) + linked/embedded media).

3) Paste into your chat (text + image together)

  1. Go to your chat tool (Smart Chat, ChatGPT, Claude, etc.).
  2. Click into the message box.
  3. Paste (Ctrl+V / Cmd+V).

What you should see:

Send the message like you normally would.

What "compiled media" means

When you choose Copy with media, Smart Context creates a single collage-style image that contains:

The compiled image is labeled with source filenames (and PDF page numbers) so the visuals stay attributable and easy to reference in follow-up prompts.


Customize what gets copied

Clipboard exports use the Smart Context templates you configure in settings.

That means you can standardize things like:

If you want your clipboard output to match your preferred prompt format, adjust templates in Smart Context settings.


Workflows to try

Use these to turn clipboard exports into repeatable outcomes.

1) Depth-0 decision draft

2) Linked-notes brief (Depth 1)

3) Folder pulse check

4) Visual review (Pro)


Troubleshooting

"My paste is too large"

"Token estimate does not match my AI tool"

Tokenization differs across models and vendors. Treat the estimate as directional.

"Images/PDFs did not paste"

Use Copy with media (Pro) and confirm your target tool supports pasted images. If it is text-only, use Copy as text.
If attachments are missing, embed them in the starting note for Depth 0 or increase link depth so linked media is included.
using ChatGPT? Sometimes images aren't pasted into the chat if there is already existing text. Try pasting after removing all text from the input box.

Related pages