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.
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.