-
Notifications
You must be signed in to change notification settings - Fork 27
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
Customisable catalogue sort #36
base: main
Are you sure you want to change the base?
Conversation
Currently I have created:
To-do: Figure out how to allow hooking and transformation. |
We now have a fully working extendable sorting system for modules. I've included two examples of sorting functions that are enabled by default.
The two examples also show how you can sort at different levels, by either doing a deep sort (the entire AST) or you could do a shallow sort where you only do top-level (or really any level you would like). What was my motivation? |
Open the sorting functions to allow devs to choose how their navigation is structured.