home.social

Search

706 results for “openpatch”

  1. v0.91.0 released

    This release brings some nice improvements to the built-in IDEs:
    - Fullscreen mode is now polished across PyIDE, the Web IDE, Typst, and p5
    - PyIDE now supports canvas rendering
    - Graphical output lands in PyIDE

    hyperbook.openpatch.org/elemen

  2. v0.86.0 released 🚀

    Welcome the new * element — the successor to the former stuktog element.

    It comes with built-in view and edit modes, making it easy to both present and create structograms directly inside your Hyperbook.

    Learn more about it here:

    hyperbook.openpatch.org/@/stru

  3. #hyperbook v0.86.0 released 🚀

    Welcome the new #struktolab* element — the successor to the former stuktog element.

    It comes with built-in view and edit modes, making it easy to both present and create structograms directly inside your Hyperbook.

    Learn more about it here:

    hyperbook.openpatch.org/@/stru

  4. @openpatch Der Pseudocode-Editor funktioniert bislang nicht perfekt, aber insgesamt bin ich mit dem Rewrite zufrieden. Vielleicht braucht jemand von euch auch demnächst einen Struktogrammeditor.

    Die #hyperbook Integration folgt in den kommenden Tagen.

    #FediLZ #informatik #informatikEdu

  5. v0.83.0 got released:

    The Online IDE includes a new compiler, and both the Online IDE and SQL IDE are now shipped as bundled local versions.

    This moves the project closer to a state where the entire Hyperbook is fully owned and independent of external services, improving reliability and control over updates.

    hyperbook.openpatch.org/elemen

  6. v0.79.0 got released:

    - Typst now loads images and other assets from the server when using relative paths.
    - Added debounce to Typst rendering to improve performance when typing quickly.

    Documentation: hyperbook.openpatch.org/elemen

  7. Did you know that anyone can embed a on their website?
    All you need is the Learningmap web component.

    You’ll find step-by-step instructions on how to set it up in the documentation:

    learningmap.openpatch.org/pack

    P.S.: If you use everything is setup for you ;) hyperbook.openpatch.org/elemen

  8. Did you know that anyone can embed a #learningmap on their website?
    All you need is the Learningmap web component.

    You’ll find step-by-step instructions on how to set it up in the documentation:

    learningmap.openpatch.org/pack

    P.S.: If you use #hyperbook everything is setup for you ;) hyperbook.openpatch.org/elemen

  9. Did you know that creating a GeoGebra applet in is way easier than using geogebra.org — at least from a text-lover’s perspective 😅?

    :::geogebra{perspective="G" height=400 width=700 coordsystem="-10,10,-2,8"}

    a = Slider[-5,5]
    SetCoords(a, 450, 370)
    f_a(x) = x^2 * a + a * x

    :::

    Here you can find the hyperbook documentation: hyperbook.openpatch.org/elemen

    Here you can find every Geogebra-command.
    geogebra.github.io/docs/manual

  10. Did you know that you can embed content directly into a

    Just place the .h5p file into your book folder and use the h5p element:

    ::h5p{src="/test.h5p"}

    Learner progress is automatically saved in the Hyperbook store and restored after a page refresh.

    Documentation: hyperbook.openpatch.org/elemen

  11. 🚀 v0.75.0 is out!

    Snippets and templates just got more powerful ✨
    This release adds three new Handlebars helpers for cleaner, more flexible content.

    New helpers:

    dateformat – format dates with custom patterns
    truncate – cut text by character limit
    truncateWords – cut text by word count

    hyperbook.openpatch.org/elemen

  12. 🚀 #hyperbook v0.75.0 is out!

    Snippets and templates just got more powerful ✨
    This release adds three new Handlebars helpers for cleaner, more flexible content.

    New helpers:

    dateformat – format dates with custom patterns
    truncate – cut text by character limit
    truncateWords – cut text by word count

    hyperbook.openpatch.org/elemen

  13. 🚀 v0.74.0 is out!

    The pagelist element just got a major upgrade ✨
    You can now filter pages using a powerful query language.

    What’s new:

    Boolean logic with AND, OR, NOT and parentheses

    Query any frontmatter field (e.g. tags, difficulty, custom fields)

    Defined operator precedence (NOT > AND > OR)

    New params: limit and orderBy for precise control

    Perfect for building dynamic blog lists, feeds, and curated content.

    See the documentation for more info: hyperbook.openpatch.org/elemen

  14. 🚀 v0.73.0 is out!

    Write and preview Typst documents directly in Hyperbook ✨
    With the new Typst directive you get an interactive editor with live preview and support for full multi-file projects.

    - Syntax-highlighted editor with live preview
    - Multi-file projects with tabs
    - Upload images, fonts & assets
    - Export to PDF or download as ZIP

    Docs: hyperbook.openpatch.org/elemen

  15. 🚀 #hyperbook v0.73.0 is out!

    Write and preview Typst documents directly in Hyperbook ✨
    With the new Typst directive you get an interactive editor with live preview and support for full multi-file projects.

    - Syntax-highlighted editor with live preview
    - Multi-file projects with tabs
    - Upload images, fonts & assets
    - Export to PDF or download as ZIP

    Docs: hyperbook.openpatch.org/elemen

  16. v0.72.2 is out 🚀

    Sometimes you have to take a step back to move forward.

    Hyperbook now includes a no-JavaScript mode. While this naturally limits some advanced features, it works perfectly for simple, content-focused books — even without JavaScript.

    hyperbook.openpatch.org/change

  17. v0.72.0 is out 🎉

    🔗 Share content the way you want
    Create clean, shareable links that show exactly the parts you want - perfect for lessons, explanations, or quick references.

    Just press the share button, configure the URL, and copy it to your clipboard.

    Here is an example - linking only to the part of the changelog for this version:

    hyperbook.openpatch.org/change

  18. #hyperbook v0.72.0 is out 🎉

    🔗 Share content the way you want
    Create clean, shareable links that show exactly the parts you want - perfect for lessons, explanations, or quick references.

    Just press the share button, configure the URL, and copy it to your clipboard.

    Here is an example - linking only to the part of the changelog for this version:

    hyperbook.openpatch.org/change

  19. v0.61.0 got released:

    ✨ New Page Layout Options:

    Default: Standard layout

    Wide: Full-width for tables, code, galleries

    Standalone: Content-only, perfect for embeds

    🧠 Auto iframe detection — switches to standalone mode automatically!

    hyperbook.openpatch.org/advanc

  20. #hyperbook v0.61.0 got released:

    ✨ New Page Layout Options:

    Default: Standard layout

    Wide: Full-width for tables, code, galleries

    Standalone: Content-only, perfect for embeds

    🧠 Auto iframe detection — switches to standalone mode automatically!

    hyperbook.openpatch.org/advanc

  21. v0.54.0 is out!

    You can now customize image positioning & styling with advanced alignment options and custom attributes. Plus: improved lightbox without layout shifts! 🖼️✨

    Dive in here: hyperbook.openpatch.org/markdo

  22. 🚀 Exciting news! 🎉 v0.52.0 introduces the powerful multievent element, perfect for creating interactive quizzes with instant feedback! 📝✨ Plus, styling improvements for a cleaner, more readable experience. Have a look hyperbook.openpatch.org/elemen

  23. 🚀 v0.51.0 is out!
    You can now add interactive geometry, function plots, charts & data visualizations with 📊📐

    Dive in here 👉 hyperbook.openpatch.org/elemen

  24. 🚀 #hyperbook v0.51.0 is out!
    You can now add interactive geometry, function plots, charts & data visualizations with #jsxgraph 📊📐

    Dive in here 👉 hyperbook.openpatch.org/elemen

    #math #visualization

  25. 🚀 #hyperbook v0.51.0 is out!
    You can now add interactive geometry, function plots, charts & data visualizations with #jsxgraph 📊📐

    Dive in here 👉 hyperbook.openpatch.org/elemen

    #math #visualization

  26. 🚀 #hyperbook v0.51.0 is out!
    You can now add interactive geometry, function plots, charts & data visualizations with #jsxgraph 📊📐

    Dive in here 👉 hyperbook.openpatch.org/elemen

    #math #visualization

  27. 🚀 #hyperbook v0.51.0 is out!
    You can now add interactive geometry, function plots, charts & data visualizations with #jsxgraph 📊📐

    Dive in here 👉 hyperbook.openpatch.org/elemen

    #math #visualization

  28. 🚀 #hyperbook v0.50.0 is here! Now you can embed interactive H5P content directly into your hyperbook. Quizzes, interactive videos, and more—seamlessly integrated! 🎉 Learn more: hyperbook.openpatch.org/elemen #H5P

  29. 🚀 v0.50.0 is here! Now you can embed interactive H5P content directly into your hyperbook. Quizzes, interactive videos, and more—seamlessly integrated! 🎉 Learn more: hyperbook.openpatch.org/elemen

  30. 🚀 #hyperbook v0.50.0 is here! Now you can embed interactive H5P content directly into your hyperbook. Quizzes, interactive videos, and more—seamlessly integrated! 🎉 Learn more: hyperbook.openpatch.org/elemen #H5P