Blocs
Visual website builder for macOS
Blocs Cheatsheet
Page Structure
| Element | Use |
|---|---|
| Bloc | Full-width section container |
| Row | Horizontal container within a bloc |
| Column | Vertical division within a row |
| Widget | UI component (text, image, button) |
| Custom class | Reusable style definition |
Breakpoints
| Breakpoint | Width |
|---|---|
| Desktop | > 1024px |
| Tablet | 768-1024px |
| Phone Landscape | 576-767px |
| Phone Portrait | < 576px |
Export & Publishing
| Option | Description |
|---|---|
| Export to folder | Static HTML/CSS/JS files |
| FTP upload | Direct publish via FTP/SFTP |
| GitHub Pages | Push to repository |
| Custom domain | Configure in project settings |
Blocs Shortcuts
General
| Shortcut | Action |
|---|---|
| โN | New project |
| โO | Open project |
| โS | Save |
| โZ | Undo |
| โโงZ | Redo |
| โ, | Preferences |
| โP | Preview in browser |
Page Editing
| Shortcut | Action |
|---|---|
| โC | Copy element |
| โV | Paste element |
| โD | Duplicate element |
| Delete | Remove element |
| โG | Group elements |
| โโงG | Ungroup |
| โโ | Move element up in layer |
| โโ | Move element down in layer |
| โโฅI | Toggle inspector |
| โโฅL | Toggle layer tree |
View & Layout
| Shortcut | Action |
|---|---|
| โ+ | Zoom in |
| โ- | Zoom out |
| โ0 | Actual size |
| โ1 | Desktop breakpoint |
| โ2 | Tablet breakpoint |
| โ3 | Mobile breakpoint |