aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm (unfollow)
Commit message (Collapse)Author
2020-04-07Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist
2020-04-05Update JS to only try to mark today if posible.Hugo Hörnquist
2020-04-05Fix JS for current time.Hugo Hörnquist
2020-04-04Add header for month layout.Hugo Hörnquist
2020-04-04Move nav buttons away from smallcal.Hugo Hörnquist
2020-04-03Add responsivnes, major rework on css.Hugo Hörnquist
Primary page layout is now changed from being flexbox based to being grid based. This allows a much simpler complete rearangement of the elements to a tall view for narrow screens. A few other minor changes might also have slipped in.
2020-04-03Add string tilecase to some date outputs.Hugo Hörnquist
2020-04-02Remove ensure? for configs, built in instead.Hugo Hörnquist
2020-04-01Update remaining code to use new config scheme.Hugo Hörnquist
2020-03-31Attempt at decentralized configuration system.Hugo Hörnquist
Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
2020-03-31Add toggles between week and month view for HTML.Hugo Hörnquist
2020-03-31Update HTML /static links to be absolute.Hugo Hörnquist
2020-03-31Change html-generate to take everything as kv-args.Hugo Hörnquist
2020-03-31Fix unnamed calendars for table view.Hugo Hörnquist
2020-03-30Fixed minor errors in HTML output.Hugo Hörnquist
2020-03-25Improve *->decimal-hour procedures.Hugo Hörnquist
2020-03-24Move some datetime procedures to propper modules.Hugo Hörnquist
2020-03-24Add comment about DST and create-top-block.Hugo Hörnquist
2020-03-24Allow nameless calendars again.Hugo Hörnquist
2020-03-24Add datetime->decimal-hour.Hugo Hörnquist
2020-03-24Change date{,time}-difference to hopefully sensible types.Hugo Hörnquist
2020-03-23Fix time span formatting for HTML descriptions.Hugo Hörnquist
2020-03-23HTML minor cleanup.Hugo Hörnquist
2020-03-23Reintroduce sidebar text.Hugo Hörnquist
2020-03-23Minor cleanup in HTML output.Hugo Hörnquist
2020-03-23Remove scroll-snap.Hugo Hörnquist
2020-03-23Hopefully fixed events-between.Hugo Hörnquist
2020-03-23Remove deprecated get-time.Hugo Hörnquist
2020-03-23Remove unused datetime->decimal-hour.Hugo Hörnquist
2020-03-22Date difference once again returns dates.Hugo Hörnquist
2020-03-22Fix some errors in time intervals.Hugo Hörnquist
2020-03-22Minor cleanup.Hugo Hörnquist
2020-03-22Restore contiued-continuing style for long events.Hugo Hörnquist
2020-03-22HTML small cal table now works with better intervals.Hugo Hörnquist
2020-03-22Start work on week-by-week html.Hugo Hörnquist
2020-03-22Begin changing how html calls work.Hugo Hörnquist
2020-03-22Minor HTML.scm cleanup.Hugo Hörnquist
2020-03-21Add rudementary popup system.Hugo Hörnquist
2020-03-20Reintroduce horizontal-time-markers.Hugo Hörnquist
2020-03-20Fix HTML wide alignment.Hugo Hörnquist
2020-03-20Re-merge create-block{,-general}.Hugo Hörnquist
2020-03-20Start work on better wide html renderer.Hugo Hörnquist
2020-03-19more html cleanup.Hugo Hörnquist
2020-03-19Minor cleanup and movement in html.Hugo Hörnquist
2020-03-19Rename tbody to cal-cell.Hugo Hörnquist
2020-03-19Add relevant content to calendar table.Hugo Hörnquist
2020-03-19Change calendar table to be css grid.Hugo Hörnquist
2020-03-19HTML fix big table week day start.Hugo Hörnquist
2020-03-19Start implementing html table output.Hugo Hörnquist
2020-03-19Update html code to use with-streams.Hugo Hörnquist