Closed bwiernik closed 7 years ago
That would be terrific. Making the following change to processor source (as CSL
) before instantiation will toggle on capitalization of subtitles:
CSL.development_extensions.main_title_from_short_title = true;
CSL.development_extensions.uppercase_subtitles = true;
I submitted a pull request to merge the two versions with a toggle to change the settings. It currently requires a restart to change the setting.
Will get to it soon I hope!
On Aug 11, 2017 7:03 PM, "bwiernik" notifications@github.com wrote:
I submitted a pull request to merge the two versions with a toggle to change the settings. It currently requires a restart to change the setting.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Juris-M/propachi-vanilla/issues/1#issuecomment-321774134, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEmSvQiP2V1ReSy28iqgjrGoTEpIvHfks5sXCbZgaJpZM4L5WM- .
It would be nice to have the uppercase option as a toggle-able preference in a single Propachi plugin. I'd be happy to work on setting up a preference pane and such for that. Where in the two plugins' code is the difference and what is the flag in citeproc.js that controls which method is used?