mirror of
https://github.com/lingble/twenty.git
synced 2025-11-26 19:04:58 +00:00
* user guide * user guide additions * light mode images added * minor edits * Delete packages/twenty-server/.local-storage/attachment/bd373039-67f7-4da3-ac86-3710d0b8c70d.svg * Optimize image size --------- Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
---
|
|
title: Notes
|
|
sidebar_position: 1
|
|
sidebar_custom_props:
|
|
icon: TbNote
|
|
---
|
|
|
|
import ThemedImage from '@theme/ThemedImage';
|
|
|
|
Easily create a note to keep track of important information.
|
|
|
|
## Create Notes
|
|
|
|
To attach a note to the record, go to the <b>Notes</b> tab of a record page and click on `+ New Note`. You can also format, comment, and upload images to your notes.
|
|
|
|
<ThemedImage sources={{light: "/img/user-guide/create-new-note-light.png", dark:"/img/user-guide/create-new-note-dark.png"}} style={{width:'100%', maxWidth:'800px'}}/>
|
|
|
|
## Format Notes
|
|
|
|
You can format your notes right from the editor. Use markdown syntax, press the `/` key or click on the `+` icon on the editor to see the different block options, such as headings, tables, and lists. You can also attach images to your note.
|
|
|
|
Highlight the text to see more formatting options like bold, italics, and alignment options.
|
|
|
|
You can also change the background color and text color of each block to highlight important things in your note. To do so, hover over the block you want to format and click on the `⋮⋮` icon besides the `+` icon. Click on <b>Colors</b> to open up all color options for both the text and the background.
|
|
|
|
## Delete Notes
|
|
|
|
To delete a note, open it and click on the trashcan icon on the upper right of the screen. This will permanently delete your note.
|
|
|
|
|