Espanso (text expander) Snippet Showcase

Copy clipboard to Obsidian (Markdown) code block

[x] Linux [x] MacOS [x] Windows

Just came up in the Discord again, so I checked what I use. It even hops back to the first three backticks so you can enter the codeblock language:

  # Paste clipboard unformatted as Markdown codeblock
  - trigger: "ccc"
    force_clipboard: true
    replace: "```$|$\n{{clipboard}}\n```\n"
    vars:
      - name: "clipboard"
        type: "clipboard"

You can, of course, change your trigger to anything else.

2 Likes