Sobre Bookstack

BookStack es una herramienta eficaz, intuitiva y práctica para la gestión del conocimiento

Introducción a Bookstack


Introducción a Bookstack

¿Qué es BookStack?

BookStack es una plataforma tipo wiki, basada en software libre, que permite una organización sencilla, práctica e intuitiva de toda la información relacionada con la realización de tareas: Protocolos, procedimientos y usos de otras páginas o aplicaciones.

Permite almacenar asimismo información sobre manuales de usuario de otras páginas o aplicativos, clasificando según distintos accesos toda la información relevante para tu equipo.

Se trata por tanto, de una opción muy apropiada para la gestión integral del conocimiento de tu compañía.

Funcionalidades principales:

https://www.bookstackapp.com/

Introducción a Bookstack

Ejemplos

Biblioteca Catedu (Educación Aragón)

Captura de pantalla 2025-01-23 a las 21.55.56.jpg

Biblioteca EducaMadrid 

Captura de pantalla 2025-01-23 a las 21.56.30.jpg

Pruebas

Aquí va el contenido del capítulo 1

Pruebas

Contenido Incrustado

Aquí va el texto

https://app.lumi.education/run/TczK19

Pruebas

Google Slides

Google Slides

Texto de la página 2

tag

[fdocuments.net\_brief-solution-focused-counseling-solution-solution-focused-brief-counseling.pdf](https://simondecolonia.alwaysdata.net/attachments/1)

<div class="embed-container"
 style="position: relative; padding-bottom: 59.27%; height: 0; overflow: hidden; max-width: 100%;">
 <iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
  src="[Enter src from Google Slides Embed iFrame Code]" frameborder="0" width="960" height="569" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
</div>

https://docs.google.com/presentation/d/e/2PACX-1vSRgnHKN_r3sTGmCv-g1z9pk3W_d14s6jmU9p-FZv4p40ENeoFkjEn0LgvE4m2ZYEXfK0Wg2oJVRMM0/embed?start=false&loop=false&delayms=3000

Pruebas

Contenido H5P incrustado

Contenido H5P incrustado

La dinámica de la máscara sobre sentimientos guardados.pdf

Enlace

Pruebas

Google docs

Pruebas

Imágenes

Copilot_20250614_125241-1024x683.png

 

 

Hacks y arreglos

Hacks y arreglos

Personalizar tamaño texto en títulos y encabezados

You can customize the default header sizes by adding something like the below to the "Custom HTML Head Content" setting:

<style>
.page-content h1 { font-size: 2rem; }
.page-content h2 { font-size: 1.8rem; }
.page-content h3 { font-size: 1.6rem; }
.page-content h4 { font-size: 1.4rem; }
.page-content h5 { font-size: 1.3rem; }
.page-content h6 { font-size: 1.15rem; }
</style>

https://github.com/BookStackApp/BookStack/issues/462#issuecomment-786803638