Search
706 results for “openpatch”
-
#hyperbook 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 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 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:
-
@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.
-
#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.
-
#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
-
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
-
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
-
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/ -
Did you know that you can embed #h5p content directly into a #hyperbook
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: https://hyperbook.openpatch.org/elements/h5p
-
🚀 #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 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 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: https://hyperbook.openpatch.org/elements/pagelist
-
🚀 #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 -
🚀 #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 -
#hyperbook 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 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:
https://hyperbook.openpatch.org/changelog?standalone=true§ions=v0720
-
#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:
https://hyperbook.openpatch.org/changelog?standalone=true§ions=v0720
-
#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 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 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: https://hyperbook.openpatch.org/markdown/image#customize-position-and-styling
-
🚀 Exciting news! 🎉 #hyperbook 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 https://hyperbook.openpatch.org/elements/multievent
-
🚀 #hyperbook v0.51.0 is out!
You can now add interactive geometry, function plots, charts & data visualizations with #jsxgraph 📊📐Dive in here 👉 https://hyperbook.openpatch.org/elements/jsxgraph
-
🚀 #hyperbook v0.51.0 is out!
You can now add interactive geometry, function plots, charts & data visualizations with #jsxgraph 📊📐Dive in here 👉 https://hyperbook.openpatch.org/elements/jsxgraph
-
🚀 #hyperbook v0.51.0 is out!
You can now add interactive geometry, function plots, charts & data visualizations with #jsxgraph 📊📐Dive in here 👉 https://hyperbook.openpatch.org/elements/jsxgraph
-
🚀 #hyperbook v0.51.0 is out!
You can now add interactive geometry, function plots, charts & data visualizations with #jsxgraph 📊📐Dive in here 👉 https://hyperbook.openpatch.org/elements/jsxgraph
-
🚀 #hyperbook v0.51.0 is out!
You can now add interactive geometry, function plots, charts & data visualizations with #jsxgraph 📊📐Dive in here 👉 https://hyperbook.openpatch.org/elements/jsxgraph
-
🚀 #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: https://hyperbook.openpatch.org/elements/h5p#EdTech #H5P
-
🚀 #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: https://hyperbook.openpatch.org/elements/h5p#EdTech #H5P
-
🚀 #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: https://hyperbook.openpatch.org/elements/h5p#EdTech #H5P