BookStack
BookStack copied to clipboard
A platform to create documentation/wiki content built with PHP & Laravel
### Describe the feature you'd like Hello everyone! I'm currently evaluating wiki's for the ability to add a "shortcode" (e.g., [embed src="$apiEndpoint" fields="productName, productPrice"] similar to WordPress. Adding this shortcode...
Is there a known issue with restoring previous versions? When I look at Page Revisions for a page I have full permissions on, I see "Changes | Preview | Restore...
### Describe the Bug ``` - AUTH_METHOD=ldap - LDAP_VERSION=3 - LDAP_HOST=ldap.example.com:389 - LDAP_BASE_DN=dc=example - LDAP_DN=cn=admin,dc=example - LDAP_USER_FILTER=(&(uid={user})) - LDAP_USERNAME_ATTRIBUTE=uid - LDAP_EMAIL_ATTRIBUTE=mail - LDAP_THUMBNAIL_ATTRIBUTE=jpegphoto - LDAP_PASS=${LDAP_PASSWORD} - LDAP_TLS=false ``` ``` [2025-10-10...