CCALI / a2jauthor

CALI A2JAuthor document automation authoring and viewing platform
https://www.a2jauthor.org
Other
4 stars 1 forks source link

87 definemap about #108

Closed mikemitchel closed 3 years ago

mikemitchel commented 3 years ago

This upgrades the about tab and it's sub-tabs into CanJS components.

visible changes to authors: Revision history is now a text only input (previously ckeditor, but those features were unused) Global a2jPrefs are now a single json glob in localStorage and so any previous settings will be reset to defaults on first load

 localStorage.aj2Prefs: {
    warnHotDocsNameLength:: true,
    showJS: false,
    showLogic: 1 (show only active logic),
    showText: 1 (show only active text)
  }
mikemitchel commented 3 years ago

bugs/regressions @JessicaFrank :