citation-style-language / csl-editor

cslEditorLib - A HTML 5 library for searching and editing CSL styles
http://editor.citationstyles.org
MIT License
188 stars 34 forks source link

Move locale information after info section #193

Closed zuphilip closed 7 years ago

zuphilip commented 8 years ago

If one enter locale information such as terms then this will end up at the bottom of the style. But it is preferable to have these information after the info section. See e.g. https://github.com/citation-style-language/styles/pull/1913#discussion_r54357821

rmzelle commented 7 years ago

Looks like there is already very similar logic for this in place: https://github.com/citation-style-language/csl-editor/commit/c43cfe3c5b33da0c68839ccffce421ef6a434465

P.S. this logic is currently at https://github.com/citation-style-language/csl-editor/blob/dcb18a771b23b19e5089b4a280ed99cff14d69ba/src/addNodeDialog.js#L129