aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript (unfollow)
Commit message (Collapse)Author
2023-09-05Move JS documentation into the JS-code.Hugo Hörnquist
Texinfo was a bad match for how TypeScript is structured. This also allows generation of jsdoc pages, which can be nice. Another large win is that this opens up for the texinfo pages to replace the Guile heading with different subheadings, including - external library - internal library - C library - ...
2022-07-10Change JS formatters interface.Hugo Hörnquist
Now the application of formatters are centralized. It also allowed me to easily suround stuff in try-catch, since I otherwise had problems with formatters failing, and nothing showing up.
2022-07-07Extend javascript formatters to also take VEvent.Hugo Hörnquist
2022-06-16Change to proper javascript privates.Hugo Hörnquist
2022-06-12Fix spelling of aria-labelledby.Hugo Hörnquist
2022-03-28Minor texi fixups.Hugo Hörnquist
2022-03-15Introduce user-additions in frontend.Hugo Hörnquist
Along with an initial example of their use.
2022-03-15Introduce concept of VEvent formatters in frontend.Hugo Hörnquist
2021-12-13Add documenttation for javascript rewrite.Hugo Hörnquist
2021-05-17Rework date-time input to be cleaner + work again.Hugo Hörnquist
2021-02-01Clarify javascript parseDate.Hugo Hörnquist
2021-01-13Wrote binders.texi.Hugo Hörnquist
2021-01-13Move javascript doc down one level.Hugo Hörnquist
2021-01-13Doc work.Hugo Hörnquist
2021-01-06Split javascript doc into multiple files.Hugo Hörnquist