-
The extension social-share by @schochastics depends on Font Awesome. How can we achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There are purposely not cross extension dependencies so that we don't need to implement a package manager / solver) to manage version conflicts (imagine your extension installs an update of fontawesome that breaks the user's existing version!). If you want to "depend on" another extension's functionality you need to embed its source code. Note that formats often want to embed filters/shortcodes so we do have a special utility for that (the version used in the format is private and won't overwrite other versions of the same extension in use): https://quarto.org/docs/extensions/formats.html#extension-embedding |
Beta Was this translation helpful? Give feedback.
There are purposely not cross extension dependencies so that we don't need to implement a package manager / solver) to manage version conflicts (imagine your extension installs an update of fontawesome that breaks the user's existing version!). If you want to "depend on" another extension's functionality you need to embed its source code.
Note that formats often want to embed filters/shortcodes so we do have a special utility for that (the version used in the format is private and won't overwrite other versions of the same extension in use): https://quarto.org/docs/extensions/formats.html#extension-embedding