aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript/formatters.texi (unfollow)
Commit message (Collapse)Author
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-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