CHANGES 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Changes:
  2. __
  3. -- Nibis
  4. __
  5. -- Creta is now a abstraction of previous versión of Nibis editor.
  6. There are now two instances of creta, visual editor and code editor.
  7. -- Deleted undo and redo buttons. Use ctrl-z and ctrl-shift-z
  8. -- Bash script that lets you change default PDF generator api IP and minifies CSS and JS code.
  9. -- Split TogetherJS from Nibis, now is under js/togetherjs folder.
  10. -- Deleted PDF.JS, if browser has PDF viewer builtin uses it, if not download it. Thanks to PDFObject
  11. -- Avoid timestamp in API POST petition. Now it uses server timestamp, making documents name unknown from outside of API.
  12. -- Nibis tests
  13. -- Deleted JQuery dependency
  14. -- Solved all issues caused by PDF.JS in Nibis CSS.
  15. -- Icons folders merged (Also renamed some icons)
  16. -- Icon compatibility between browsers solved.
  17. -- Deleted editor_extras because Creta/Nibis code is split now.
  18. -- Together is not loaded until you select that option (Makes page lighter and usable in offline mode)
  19. -- Vars, functions and methods changed from camel case to underscore case.
  20. -- Readme issue with space in MD title.
  21. -- Changes in Spawn nodejs dependency affected api workflow.
  22. -- Template is saved in localStorage.
  23. -- Better title bookmarks.
  24. -- Autoupdate title bookmarks.
  25. -- Pass jshint.
  26. -- Folder tree update
  27. -- Template summary now uses HTML5 tag
  28. -- Reduce overhead of meta tags in index.html
  29. -- Autoload same site save files (always asking first)
  30. -- Bookmarks are updated in save interval.
  31. ,,
  32. -- Creta (WYSIWYG editor)
  33. __
  34. -- Split Nibis algorithm from Creta algorithm. Easier testing.
  35. -- OOP abstraction with Creta-core for algorithm and logical parts and Creta-ui for HTML elements.
  36. -- Modular abstraction to allow options to editor and select which buttons are enabled.
  37. -- Complete new shortcuts meant to be easier to remember than previous one.
  38. -- Code editor and visual editor uses same class, not a modified version. Easier to maintain.
  39. -- Prepare for conversion and for editor are smaller methods and avoid excessive replace.
  40. -- Creta tests
  41. ,,
  42. -- tedi converters
  43. __
  44. -- OOP version
  45. -- Abstraction with tedi2lang to make tedi conversions faster and easier
  46. -- Every tag is converted by a method.
  47. -- In order to convert unordered lists, there should be a start and end tag.
  48. -- Compatibility with CPP libraries (texdi libraries)
  49. -- Split tedi2lang from editor code.
  50. -- Converters tests
  51. -- Improved bidirectional conversion between tedi2html and html2tedi
  52. -- Strongly improved html2tedi with efficient algorithm
  53. -- Some changes can affect how files are converted from previous version
  54. ,,
  55. ,,