Feature request: pseudo server-side-includes ? #40

Open
opened 2025-10-12 18:04:15 +02:00 by Iam_Tj · 0 comments
Contributor

I recently discovered BSSG and am impressed by it. After a brief scan of the source-code looking for this feature I even created a PR for an unrelated issue #39

What I'm looking for is a way to use multiple fragments to build a final page in the same way that web-server server-side includes (SSI) work.

Ideally some way to modify the input stream before the text is passed to the parser. I checked if cmark or pandoc support this and they do not (pandoc has had an issue about this for 12 years: https://github.com/jgm/pandoc/issues/553 ).

I recently discovered BSSG and am impressed by it. After a brief scan of the source-code looking for this feature I even created a PR for an unrelated issue #39 What I'm looking for is a way to use multiple fragments to build a final page in the same way that web-server server-side includes (SSI) work. Ideally some way to modify the input stream before the text is passed to the parser. I checked if `cmark` or `pandoc` support this and they do not (pandoc has had an issue about this for 12 years: https://github.com/jgm/pandoc/issues/553 ).
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stefano/BSSG#40
No description provided.