Commit Graph

13 Commits

Author SHA1 Message Date
phryk a1a2cde38a A boatload of changes, fixes, improvements and theming work.
* All menus have IDs now
* Added support for burgerized menus; burgerized main menu and minisearch
* Fixed menu in Listing objects
* Fixed issue with invalid datetime-local values
* Improved section breakout logic for inline renderables in markdown
* Search now ignores abstract content types
* Added some assets
* Various other things, mostly theming-related
2024-10-14 16:54:17 +02:00
phryk 4b639a8211 fixed typo in comment 2024-09-01 18:46:49 +02:00
phryk 4a56736762 added autogenerated ids to form fields, added markdown support to form field help, moved search help to form field help, added some styling 2024-06-18 00:32:06 +02:00
phryk 9d23904d4c implemented page type, used it for frontpage text, added markdown support for titles and did a bunch of theming work 2024-06-15 16:19:08 +02:00
phryk b7a93cd954 added custom markdown-it-py plugin to break markdown content apart into <sections>, some cleanup and a bunch of theming work 2024-06-03 17:50:44 +02:00
phryk a94491cccc added lowerclass lookup for ChildAware descendants, made markdown inline renderer use it. this closes #33 2024-05-20 19:30:21 +02:00
phryk 9bcddfbebe safe markdown for comments, moderation and some minor improvements 2024-05-07 22:54:45 +02:00
phryk 2ef9f0c55b improved markdown integration 2024-05-07 05:11:48 +02:00
phryk dcceaa6aa5 added support for different formats to page decorator and used that for atom feed PoC 2024-04-23 15:42:01 +02:00
phryk 44c73479c4 Fix for MarkdownField to support NULL/None 2024-04-17 20:43:54 +02:00
phryk b771357c66 Adjusted duplicate error message in markdown.py, adjusted import order in main.py 2024-04-14 18:01:04 +02:00
phryk e2d015b585 fixed missing import in markdown.py 2024-04-14 17:11:25 +02:00
phryk 84a8edab3e Improved template selection for form elements, added <select> template, added lead images to existing content types, added initial version of markdown integration. 2024-04-14 15:56:36 +02:00