Create/Edit Notes¶
Go to Notes, click Create above the note list to open the note editor.
Basic Information¶
The top of the note editor supports configuring the following information, which can be modified at any time in both edit and preview modes:
| Field | Description |
|---|---|
| Title | Note title, defaults to "Untitled" when created |
| Visibility | Public: All members of the workspace can view; Private: Only the creator can view |
| Tags | Free-text tags for categorizing and filtering notes, multiple can be added |
| Business Tags | KV format tags (key:value), used to associate with specific business objects. For example, host:prod-node-01, service:checkout |
Note
Visibility can only be modified by the creator, other members cannot operate.
Edit Notes¶
The note body is stored in Markdown format, supporting both Edit and Preview modes. Click the full-screen icon in the top right corner to switch to immersive editing.
Edit Mode¶
The toolbar supports the following operations:
| Icon | Operation |
|---|---|
| B | Bold |
| I | Italic |
| H | Heading |
| `` | Inline Code |
" |
Quote |
| Unordered List | Insert unordered list |
| Ordered List | Insert ordered list |
| Link | Insert link |
| Image | Insert image |
| Table | Insert table |
In edit mode, you can directly fill in the chart type, query statement, and display parameters according to the syntax in the Chart Block Configuration Guide. You can also view the chart rendered by the platform's chart component executing the query during preview.
Preview Mode¶
Rendered HTML display, toolbar is hidden.
- Chart Blocks are rendered in real-time as interactive charts, see Chart Block Configuration Guide;
- Checklists can be clicked to check;
- Code blocks have syntax highlighting;
- The body content is read-only and cannot be directly edited.
Multi-Tab Pages¶
The note editing area supports opening multiple notes simultaneously, displayed as Tab pages. When re-entering the Notes module, the state of the last opened Tabs is automatically retained.
Save and Delete¶
- Notes are saved automatically, the save status is displayed at the top;
- Click Delete in the top right corner, confirm in the secondary dialog to delete the current note.