Editing Pages
Opening a File
Click any .md file in the Pages tab to open it in the editor. The file loads with its full content; switching files prompts you to save if there are unsaved changes.
The Toolbar
The toolbar above the editor provides formatting shortcuts:
| Action | Shortcut |
|---|---|
| Bold | Ctrl+B |
| Italic | Ctrl+I |
| Inline code | `Ctrl+`` |
| Undo / Redo | Ctrl+Z / Ctrl+Shift+Z |
Headings H1–H6, block quotes, code blocks, bullet lists, ordered lists, and horizontal rules are available via the toolbar buttons.
Links
Select the text the link should carry, then click the link button (Ctrl+K). The button stays unavailable while nothing is selected: a link without a label is invisible on the published page and cannot be typed into afterwards. To change or remove an existing link, place the cursor inside it and open the same dialog.
The dialog offers the pages of the site for selection, and accepts any other address as free text. Cancelling it leaves both the text and the selection untouched.
A bare address written into the text — www.example.com, https://example.com or mail@example.com — stays text. Only a link written as [label](url) or <https://example.com> becomes one, in the editor as well as on the published site.
Front Matter
Click the FM badge in the toolbar to open the front matter panel. The YAML metadata is edited as plain text and validated on save.
Saving
Click Commit in the header (or use the toolbar save button) to write the changes back to the repository. A commit is created on the current branch with the file content as-is.