Import / Export

Go to Quotes → Import / Export to bulk-manage your quote library.

Export

Click Export to download all published quotes as a JSON file. The file contains an array of objects with the fields textauthor, and extra.

Import

Prepare a JSON file in this format:

[
  {
    "text": "It does not matter how slowly you go as long as you do not stop.",
    "author": "Confucius",
    "extra": "Philosopher, ~500 BC"
  },
  {
    "text": "In the middle of every difficulty lies opportunity.",
    "author": "Albert Einstein",
    "extra": "Physicist, 1935"
  }
]

Upload the file on the Import / Export page and click Import. Duplicate quotes — identified by matching text — are automatically skipped.

The plugin supports up to 5,000 published quotes. There is no practical limit for everyday use.