Allow notebook filters (ipynb-filters) as Quarto Extensions #5894
roberttorfason
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
@dragonstyle you added the extensions features. Do we do a allow extensions for notebook filters ? Is this not possible on purpose ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Is there a way to distribute notebook filters on a project level in the same/similar way as lua filters i.e. using
quarto add my_notebook_filter
?What I would like to achive is to create an extension that contributes a
ipynb-filters
e.g.However if I try this it complains with the error
ERROR: The extension My Notebook Filter is not valid- it does not contribute anything.
My current workaround is to just add a dummy lua filter to be able to install it and then refer to the filter using
But it would be great to be able to just refer to it by name in the same way you can do with lua filters e.g.
However as far as I can currently tell, the only way to distribute/reuse notebook filters is to copy paste the files to the project directory.
Is there a way to do this? If not, and there is interest I would be happy to take a shot at contributing to it.
Beta Was this translation helpful? Give feedback.
All reactions