Commit Graph

6 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 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 8fe56599b3 blocks/table: Improve visibility of cells 2022-01-19 23:26:40 +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