Blockflow Editor

Psst. Kleiner Hinweis auf mein neues Projekt. Vielleicht kannst du dir schon denken worum es geht. Mehr Infos gibt es, wenn alles im #hyperbook integriert ist.

https://blockflow.openpatch.org/generator.html

#FediLZ #informatik #InformatikEdu

Blockflow Project Generator

#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:

https://hyperbook.openpatch.org/@/struktolab

#hyperbook v0.85.0 released:

We now show consent banners for YouTube and embed elements.

@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

#hyperbook 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.

https://hyperbook.openpatch.org/elements/online-ide

#EdTech #FLOSS

Online IDE - Hyperbook Documentation

Documentation for Hyperbook created with Hyperbook

#hyperbook v0.80.0 got released:

The Typst element now supports loading files other than images directly from your server.

```typst
#let data = csv("test.csv")
```

This loads the file directly from your server, making it incredibly powerful—and a very convenient way to build dynamic Typst documents inside your Hyperbook.

#typst

#hyperbook 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: https://hyperbook.openpatch.org/elements/typst

#typst

Typst - Hyperbook Documentation

Documentation for Hyperbook created with Hyperbook

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:

https://learningmap.openpatch.org/packages/web-component#full-viewer-example

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

@learningmap/web-component - Learningmap Documentation

Learningmap Documentation

Did you know that creating a GeoGebra applet in #hyperbook 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: https://hyperbook.openpatch.org/elements/geogebra

Here you can find every Geogebra-command.
https://geogebra.github.io/docs/manual/en/commands/3D_Commands/

#geogebra

GeoGebra - Hyperbook Documentation

Documentation for Hyperbook created with Hyperbook