<aside> 🆕 The v3.2.0 update, gestures can be used.

</aside>

This time, CopySearch can be integrated into OhMyMN, thanks to the efficiency of gesture operation, and it is not easy to accidentally touch.

CopySearch now opens up MarginNote and all software that supports URL Scheme, exposing most of the content of the card, so that you can use URL Scheme to export to any software, including but not limited to Anki, Obsidian, Continental Dictionary, Flomo.

Customed Content

Use the same way as AutoComplete , {{variable name}}, use ((title: {{title}})) to bind other text and variables together, and the variables will disappear together if they have no value. Use \n for newlines.

Example:

  1. Commonly used links to copy Markdown format,[{{title}}]({{link}})

URL for custom search

Open the Show search engine option, you can modify all search engines, support URL Scheme. The searched content is replaced with {{keyword}}, which will be automatically replaced when searching.

For example:

  1. eudic://dict/{{keyword}}
  2. yddict://dict?q={{keyword}}

Specially leave the rest to you to customize the URL Scheme to do some tricky operations. Fill in {{keyword}} directly, then assemble the URL Scheme in the custom content, and use other search engines to search for the custom content when searching.

举两个例子:

  1. Flomo,add notes flomo://create?content={{allText}}
  2. Anki,add cardanki://x-callback-url/addnote?profile=账户1&type=ohmyanki&deck=test&fldTitle={{title_1}}&fldMNLink={{link}}((&tags={{tag}}))&x-success={{link}}