Skip to main content

BookStack Internal Linking Guide

This guide covers how to create internal links between pages, use permalinks, and reuse content across the Crowned Credit wiki. Mastering internal linking keeps our knowledge base connected and easy to navigate.

Method 1: Insert Link (Most Common)

This is the easiest way to link to another page in the wiki:

  1. In the page editor, highlight the text you want to turn into a link
  2. Click the chain/link icon in the toolbar (or press Ctrl+K)
  3. In the URL field, click the small book icon button next to the input — this opens a search dialog
  4. Search for the page, chapter, or book you want to link to
  5. Select it and click Save
💡 Pro Tip: The book icon button is the key — it lets you browse and search the entire wiki without needing to know URLs. Always use this instead of manually pasting URLs.

Regular page URLs include the page name (called a "slug"). If someone renames the page, the old URL might break. Permalinks use the page ID instead, so they never break.

How to Get a Permalink

  1. Go to the page you want to link to
  2. Select any text on the page — a small popup will appear
  3. The popup shows a permalink URL in an input field
  4. Click the copy button next to it
  5. The format is: https://wiki.getcrownedcredit.com/link/{page-id}
⚠️ Note: The permalink includes a #section at the end that scrolls to where you selected. Remove the # and everything after it if you just want to link to the top of the page.

Method 3: Include Tags (Reuse Content Across Pages)

Sometimes you want the same content to appear on multiple pages without copy-pasting. Include tags pull content from one page into another — and if the source is updated, all pages that include it update automatically.

Basic Syntax

Syntax What It Does
Includes ALL content from page with ID 5
Includes only the specific section from page 10

How to Get the Include Tag

  1. Go to the source page (the page with the content you want to reuse)
  2. Select the content you want to include
  3. A popup appears — by default it shows a permalink
  4. Click the link icon on the left side of the popup to switch to include tag mode
  5. Copy the include tag (looks like )
  6. Paste it into the other page where you want that content to appear
💡 Key Points About Includes:
  • Included content updates automatically when the source page changes
  • Users need permission to view the source page for includes to work
  • Includes work up to 3 levels deep (include within an include within an include)
  • Included content is NOT searchable on the page it appears on — only on the original source page

Method 4: Section Anchors (Link to a Specific Section)

Every heading on a page has an anchor ID. You can link directly to a specific section:

  1. On the target page, hover over a heading — you may see a # link icon
  2. Right-click it and copy the link
  3. Or use the permalink popup method (select text near the heading) — the # portion points to that section

Best Practices for Our Wiki

Quick Reference: URL Formats

Type Format Example
Regular page URL/books/{book-slug}/page/{page-slug}/books/sales-training/page/full-consultation-call-script
Permalink/link/{page-id}/link/198
Section link/link/{page-id}#{section-id}/link/198#bkmrk-closing-the-call
Include tag{{@page-id}} or {{@page-id#section-id}} or