feat: Allow adding <body> scripts in a kobweb block in the build script#736
Closed
kocheick wants to merge 10 commits intovarabyte:devfrom
Closed
feat: Allow adding <body> scripts in a kobweb block in the build script#736kocheick wants to merge 10 commits intovarabyte:devfrom
kocheick wants to merge 10 commits intovarabyte:devfrom
Conversation
bitspittle
reviewed
Aug 21, 2025
Member
bitspittle
left a comment
There was a problem hiding this comment.
Looks like your markdown changes got included in this PR. Can you fix / re-upload a new PR?
Author
Corrected, let me know if you have any feedback |
- Add comprehensive footnotes support in KotlinRenderer - Footnote references rendered as superscript links - Footnote definitions rendered as block elements - Proper ID-based linking between references and definitions - Enhance task list support in MarkdownHandlers - Automatic detection of task list patterns in all text contexts - Support for - [x] (checked) and - [ ] (unchecked) syntax - FontAwesome icons when Silk is available, HTML checkboxes fallback - Works in table cells and other complex structures - Add footnotes feature configuration in MarkdownFeatures - Configurable footnotes support (enabled by default) - Integration with CommonMark FootnotesExtension - Update playground with test examples for new features Resolves issues with markdown rendering inconsistencies and adds support for GitHub Flavored Markdown footnotes feature.
…ist renderingtency and features.
…sed layout property
- Consolidate `footnotes` and `strikethrough` properties for clarity - Adjust initialization sequence for extensions to ensure proper loading and maintain code readability
Author
|
not sure what im doing wrong but its not working as expected. let me know if it makes more sense to close this PR and just make a separate and cleaner one for this issue |
Member
Yeah go ahead and close and reopen.. If you are still running into issues let me know and I can help |
Author
|
new PR opened at #741 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR adds support for injecting custom
<body>elements (such as scripts) directly through the Kobweb build configuration, enabling developers to add analytics, Bootstrap, and other scripts without modifying HTML templates.What's Changed
serializeBodyContentsutility for creating custom<body>content blocks<body>element injectionUse Cases
<body>tagTesting
Breaking Changes
None - this is a purely additive feature that maintains backward compatibility.