-
Notifications
You must be signed in to change notification settings - Fork 4
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
Request: features #6
Comments
This is a great list of features!
As you can see, the standard I'll see what I can do regarding markdown, but that will probably be a part of a later release. I'd prefer to push out the subchange functionality for you before attempting any kind of custom formatting. Regarding the conversion utility: I've considered trying to make a seperate utility to automagically convert existing changelog files (in the form of markdown or text documents present in a mod's folders) into KCL config files. A conversion utility from config to HTML or markdown would most likely be separate, but implementing it right into KCL itself would remove the necessity to parse the config files seperately, as that functionality is already provided by KSP. For now, I'm just working on getting this initial update implementing the subchange feature in before meddling with any kind of conversion or formatting :) |
looks great. |
The way KSP works is that without knowledge of the ConfigNode itself, it's impossible to guarantee the order that the changes will show up if they're not grouped together like above. I will maintain backwards compatibility with previous changelog versions (meaning ungrouped |
I've completed my rewrite of KCL to its original form with commit 2405121, and I am beginning the addition of the features discussed above. |
Unity's Rich Text GUI style allows for several options that you've requested, with the exception of underlines and strike-throughs. Here is the manual for using Rich Text.
ONLY basic fields will support Rich Text! (This includes |
Will order of change fields be preserved if there is no CHANGE {} node? |
Appreciate this mod! 👏
I often have many changes in one version, especially when adopting. Things I would like to see added to KCL:
— or —
just thoughts
thank you!
The text was updated successfully, but these errors were encountered: