Referencias entre páginas
Reutilizar contenido
https://www.bookstackapp.com/docs/user/reusing-page-content/
Within BookStack you may find that you want to include the same block of content in multiple places. You could copy and paste that content into multiple pages but then, if that content needs to be changed, you’d have to update it multiple times across different pages. By using include tags you can include entire other pages and also include single blocks of content from other pages.
Considerations
Here are some things to consider when reusing page content via include tags:
- Permissions are enforced upon includes, so content will only be included from pages that the current user has permission to view. Includes are not obvious nor transparent when viewing a page so it could be easy for a user to externally share content, containing permission-controlled included content, with a non-privileged user without thinking about what permission controls may be in use.
- Includes work with up to three levels of nesting, limited to ensure system performance and to prevent recursion issues.
- Included content won’t be indexed as searchable content for pages they’re included into.
- Included content won’t be shown within content preview text or snippets.
Include Tags
To include the content of a page within another you can use the following syntax:
{{@page_id}} or {{@page_id#content_id}}
Here are some examples of this in use:
Contenido H5P incrustado
La dinámica de la máscara sobre sentimientos guardados.pdf
- Includes all the content from the page with an id of ‘5’.- Includes the content within the element of idbkmrk-copyright-yearin the page with an id of ‘10’.
You simply enter that in the page editor and then, when the page is viewed, the content will be dynamically be fetched. This means you can update the referenced content and it will show the same changes on any page the content is included within.
No comments to display
No comments to display