User Tools

Site Tools


how-do-i-link-between-pages-in-cbsplit

How do I link between pages in cbsplit?

  1. In the page editor, highlight the text you want to turn into a link
  2. Click the Link button in the toolbar (or press Ctrl+K)
  3. In the link dialog, start typing a page title — cbsplit will suggest matching internal pages
  4. Select the page and click Insert Link
<a href="/page-slug">Link text</a>
<a href="/docs/getting-started/installation">Installation Guide</a>

Linking to a section on a page

<a href="/page-slug#section-heading">Jump to section</a>
<a href="https://example.com" target="_blank" rel="noopener">
  Visit Example
</a>
  • Use descriptive link text — avoid “click here”
  • Check for broken links periodically using Tools → Link Checker
  • When you rename or move a page, update internal links accordingly

Use relative paths like

/page-slug

instead of full URLs so links continue working if the domain changes.

how-do-i-link-between-pages-in-cbsplit.txt · Last modified: 2026/03/13 16:09 by stephan