Commit Graph

22 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 47e19c1bf2 Transform more towards HTML5+CSS+JS 2023-04-05 02:26:54 +02:00
Michael Fabian 'Xaymar' Dirks c7b260c536 Further move towards clean HTML5+CSS 2023-04-04 21:24:44 +02:00
Michael Fabian 'Xaymar' Dirks ae72177f98 Move towards pure HTML5+CSS 2023-04-04 20:50:04 +02:00
Michael Fabian 'Xaymar' Dirks 3063159464 Improve HTML standard support 2023-04-04 04:11:08 +02:00
Michael Fabian 'Xaymar' Dirks 441a8f0655 Prefer HTML over Liquid Templates
While Liquid is powerful, it is completely unreadable for many things, and actively makes documents harder to read. So instead of relying on it for everything, why not just use HTML5 for the page?

The change reduces the parsing overhead for browser by about 30% through reducing the number of useless <div> elements. Additionally the CSS became easier to read as well.
2023-04-03 22:25:08 +02:00
Michael Fabian 'Xaymar' Dirks 368d1695f8 media: Improve accessibility and controls 2022-11-27 06:23:43 +01:00
Michael Fabian 'Xaymar' Dirks 60aaaf7132 Significantly improve the media player UX 2022-11-27 00:53:36 +01:00
Michael Fabian 'Xaymar' Dirks 58d126287e Significant video player improvements 2022-11-26 05:12:02 +01:00
Michael Fabian 'Xaymar' Dirks 6ee40c0f7d Fix even more float problems 2022-02-25 19:26:01 +01:00
Michael Fabian 'Xaymar' Dirks e285f5f65b Strip pointless new lines from files 2022-02-25 07:53:57 +01:00
Michael Fabian 'Xaymar' Dirks 5bab41f193 Fix some bad styling 2022-01-13 10:54:15 +01:00
Michael Fabian 'Xaymar' Dirks bf34fa76f3 Allow linking to the file itself automatically 2022-01-13 03:38:56 +01:00
Michael Fabian 'Xaymar' Dirks b6d9f52fef Add 'code' block 2022-01-12 21:46:43 +01:00
Michael Fabian 'Xaymar' Dirks 0d03a01a9f Implement lazy loading for Audio and Video 2022-01-12 05:53:50 +01:00
Michael Fabian 'Xaymar' Dirks a4d8cf175a Fix media and columns 2022-01-11 07:14:24 +01:00
Michael Fabian 'Xaymar' Dirks 956c88eaee Add details block 2022-01-10 09:22:52 +01:00
Michael Fabian 'Xaymar' Dirks 6adf42d457 Add new Features:
- Block Alignments
- Tables
- Media with Links
- Block Sizes
2021-12-28 19:43:39 +01:00
Michael Fabian 'Xaymar' Dirks 2a6849c5d3 Further improve columns 2021-12-25 11:21:04 +01:00
Michael Fabian 'Xaymar' Dirks 64cfc04a22 Improve Media, Column, Heading blocks 2021-12-25 11:01:32 +01:00
Michael Fabian 'Xaymar' Dirks 02c261bf55 Media and Floating blocks 2021-12-25 09:49:27 +01:00
Michael Fabian 'Xaymar' Dirks 2cd2a8f20a Feature Update
- Responsive Layout
- Mobile Support
- Columns Block
2021-12-24 20:05:34 +01:00
Michael Fabian 'Xaymar' Dirks 6c25961683 Initial Public Release 2021-12-24 11:02:16 +01:00