Additional functionality
Additional functionality for Bookstack
Version control
Setting up revision limit nano -w /var/www/bookstack/.env # Set the revision limit to 200 # De...
Recycle bin auto cleanup
Setting up documents lifetime nano -w /var/www/bookstack/.env # Set a recycle bin item lifetime...
Removing the old document versions
Setting up Logical Theme System mkdir /var/www/bookstack/themes/custom mkdir /var/www/bookstack...
Opening links in a new window by default
Adding the following JavaScript to HTML Metadata <!-- Open links in a new tab --> <script type=...
RSS Feed
Setting up Logical Theme System cd /var/www/bookstack/themes/custom mkdir templates touch in...