×

Importing Libraries

In Jelly you can include libraries that contain function calls for other Shortcuts apps. The current list of supported lists is below

  1. Shortcuts
  2. An Otter RSS
  3. Actions
  4. Apollo
  5. a-Shell
  6. a-Shell mini
  7. CARROT Weather
  8. Data Jar
  9. Drafts
  10. Focused Work
  11. GizmoPack
  12. Jellycuts
  13. LinkBin
  14. Nudget
  15. Progress
  16. Recurrence
  17. Rubyist
  18. Scriptable
  19. The Wallpaper App
  20. Toolbox Pro
  21. WidgetPack

Importing a library into Jelly is super easy. Like other languages you can just place a simple import statement at the top of the file. An example of these looks like the following

import Shortcuts

Important Note

When you import a library into a Jellycut, it is available for the functions following it. So if you import a library halfway down a file it is only available after the import statement. It is recommended to just place imports at the top of a file.