zoteroRoam
Report an issueRoadmap
v0.7
v0.7
  • Introduction
  • โ–ถ๏ธDemo by Cortex Futura
  • ๐Ÿ”„Updating from older versions
  • ๐Ÿš€Changelog
  • ๐Ÿ†˜Help/Getting Support
  • ๐Ÿ Getting Started
    • Pre-requisites
    • Basic Setup
  • ๐ŸงชUsing the extension
    • The search panel
    • In-text references
    • Contextual menus
    • On-page menu
    • The dashboard
    • Web import
  • ๐Ÿ› ๏ธCustomizations
    • What's Available
    • Formatting metadata
      • SmartBlock templates
      • JavaScript templates
        • Helper functions
        • Nesting metadata
    • Formatting annotations
    • Formatting notes
    • Keyboard Shortcuts
    • CSS Themes
    • Other Settings
      • Autocomplete
      • Copy Settings
      • Page Menus
      • Scite Badge
      • Typemap
      • Web Import
      • Other
    • Advanced : Event Hooks
    • Advanced : Extension API
  • About the Zotero API
    • Zotero API Docs (v3)
  • Support the project
    • How to support/contribute
    • Buy a (virtual) coffee
    • Sponsor on GitHub
Powered by GitBook
On this page
  • Always Copy
  • Default Format
  • Override QuickCopy
  • Use Quick Copy (default)

Was this helpful?

  1. Customizations
  2. Other Settings

Copy Settings

A set of options related to copying items' references

Always Copy

This option applies to Library Search only. If toggled, when a search result is selected, its reference will be copied to the clipboard - even if Quick Copy isn't in use. The format used to copy the reference will be the default format (see below).

Default Format

This setting will determine the format used in Always Copy, Quick Copy, and the "Copy as default" button when viewing item metadata. You can use one of the presets, or create your own template.

Presets

// Citation
[Author et al. (2022)]([[@itemCitekey]])

// Citekey
@itemCitekey

// Page reference
[[@itemCitekey]]

// Raw
itemCitekey

// Tag
#[[@itemCitekey]]

Custom template

If the presets don't fit your needs, you can also specify a custom template. Here are the replacements you can use:

  • {{key}} - the item's citekey (itemCitekey)

  • {{authors}} - the item's creators summary (Author et al.)

  • {{title}} - the item's title

  • {{year}} - the item's year of publication, if available

// [{{authors}} ({{year}})]([[@{{key}}]])
[Author et al. (2022)]([[@itemCitekey]])

// {{=: {{authors}} ({{year}}) | {{embed: [[@{{key}}]] }} }}
{{=: Author et al. (2022) | {{embed: [[@itemCitekey]] }} }}

Override QuickCopy

If the specified key is pressed when selecting an item from Search results, the extension will always show the item's metadata - even if Quick Copy is enabled.

You can use this to occasionally override Quick Copy.

Use Quick Copy (default)

If toggled, Quick Copy will be enabled by default.

Last updated 2 years ago

Was this helpful?

๐Ÿ› ๏ธ