-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Define custom code extractors in settings #1079
Comments
Sounds good to me. |
Cool. I'll take a look. Some more musings:
I think the idea would be that some py (but non-js) package could put something in the settings |
I was thinking that a new plugin would be good to have a new tab in settings too. |
7 tasks
Very WIP PR: #1080 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Elevator Pitch
Offer an appropriate place in settings to define new extractors via JSON schema.
Motivation
The existing hard-coded extractors are a fairly inflexible way to extend the system.
This would allow a non-TS system to extend
Design Ideas
RegExpForeignCodeExtractor.IOptions
(plus arank
) to the right plugin's settings schema:With an example:
represented as:
🏓 @tonyfast
The text was updated successfully, but these errors were encountered: