Open tgourdel opened 6 months ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
This is related to Issue #406 also. We have added new file type handlers in the last few months, so the list now is:
SUPPORTED_EXTS = { ".py", ".md", ".R", ".Rmd", ".jl", ".sh", ".ipynb", ".js", ".ts", ".jsx", ".tsx", ".txt", ".html", ".pdf", ".tex",
@JasonWeill - maybe close #406 as this one supercedes it?
Problem
Today, the /learn command is constrained by the file types it supports. It would be great to be able to add custom file handlers to extend what the /learn command can actually learn.
Proposed Solution
The ability to create custom slash command works great so I'm wondering if the same could be possible for custom file types.
Thanks