# Editor

## Rich Text Formatting

Narafy's note editor provides a variety of formatting options to enhance your notes.&#x20;

<figure><img src="/files/9fx1Agan0MyWVhzbcZfu" alt="" width="375"><figcaption></figcaption></figure>

### Basic Formatting

Use **bold**, *italic*, underline, and ~~strikethrough~~ to emphasize specific text.&#x20;

### Formats

Headers (h1, h2, h3) help structure your content, while blockquotes and callouts are useful for distinguishing quotes or important notes within your text.

### Lists

You can organize your notes using bullet lists for unordered items, numbered lists for sequential information, and checklists to keep track of tasks.

### Code Blocks

Narafy includes code blocks for inserting snippets of code into your notes. These blocks keep code separate from other text. We're working on syntax highlighting which will be released very soon.

<figure><img src="/files/lXPR5WcVruMDMqLavxwm" alt=""><figcaption></figcaption></figure>

## Floating Toolbar

The floating toolbar in Narafy offers convenient access to formatting tools right where you need them, reducing the need to scroll or navigate through menus. This helps you format your notes more efficiently as you write, keeping the focus on content creation.

<figure><img src="/files/Q1KZQ9Vri8e6bNgEOYQe" alt="" width="343"><figcaption></figcaption></figure>

## Highlighter Tool

The highlighter tool in Narafy allows you to color-highlight text, making it stand out for future reference. This tool is especially useful for marking important information during note-taking or when reviewing notes to ensure key points are easily visible.

<figure><img src="/files/wZ6jB1ZGZaoJjPFeC1Zm" alt="" width="343"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://info.narafy.com/notes/editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
