Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to do recursive loading #94

Merged
merged 3 commits into from
Oct 19, 2024
Merged

Conversation

i404788
Copy link
Contributor

@i404788 i404788 commented Oct 2, 2024

This will automatically load any identifiable schematic file recursively. It supports a custom resolver for kicanvas-embed webcomponent which allows the user to specify where to find other files.

A working example exists at https://git.devdroplets.com/Ryan/violent-scripts/-/blob/master/scripts/kicanvas-gitlab/kicanvas-gitlab.ts ; a user-script which adds KiCanvas to gitlabs file preview page

(this should resolve #77 at least partially)

@theacodes
Copy link
Owner

Interesting, thank you for doing this! I'm out of office for a bit but I'll take a closer look next week. :)

@theacodes
Copy link
Owner

This mostly looks good, but it looks like there's a lint failure. Could you get that addressed?

@i404788
Copy link
Contributor Author

i404788 commented Oct 17, 2024

Yes, I believe that should do it.

@i404788
Copy link
Contributor Author

i404788 commented Oct 18, 2024

Just got the pipeline message, didn't realize there were multiple linters, I'll check more thoroughly.

@theacodes
Copy link
Owner

Looks like prettier is still unhappy. If you don't wanna fight with it just lmk and I can handle getting it mergeable from here.

@i404788
Copy link
Contributor Author

i404788 commented Oct 19, 2024

Yep format was only thing needed, should be okay now

@theacodes theacodes merged commit e61fc66 into theacodes:main Oct 19, 2024
2 checks passed
@theacodes
Copy link
Owner

Rad, thank you for doing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[HOW] Hierarchical schematics
2 participants