how to export all the rss feeds address in zotero to an opml file

same as the title!
  • This is planned but isn't currently possible.

    You can get a list of all feed URLs by running this from Tools → Developer → Run JavaScript:

    Zotero.Feeds.getAll().map(x => x.url).join("\n")
Sign In or Register to comment.