On 2025-09-05, Sébastien Gendre wrote: > Hello everyone. > > I was working on modifications for ox-html and I found these > options: > - org-html-klipsify-src > - org-html-klipse-css > - org-html-klipse-js > - org-html-klipse-selection-script > > I see nothing on the manual about it, and cannot found any relevant > information on a web search engine.
Hi there, “Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs. See examples at https://blog.klipse.tech/”, from https://github.com/viebel/klipse. That is an Org example (in German; the setup might help, though): https://gitlab.com/oer/oer-courses/vm-neuland/-/blob/master/texts/HTML.org?ref_type=heads&plain=1 The above Org file embeds the following one, which contains an HTML src block that has Klipse support: https://gitlab.com/oer/cs/programming/-/blob/main/doc-de/HTML-Demo.org?ref_type=heads&plain=1 All that is published to HTML, with editable area in Section 1.3, where one can edit HTML source code and see the rendered result underneath: https://oer.gitlab.io/oer-courses/vm-neuland/texts/HTML.html Best wishes, Jens
